body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
		text-decoration: none;
}
a:hover {
	color: #70B2C8;
		text-decoration: none;
}
a:active {
	color: #70B2C8;
		text-decoration: none;
}


h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #337b93;

}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #65a71d;
}
.twoColFixRtHdr #main #container #boarder {
	background-color: #70b2c8;
	height: 10px;
}

.twoColFixRtHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #header {
	height: 96px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 204px;
	margin-top: 5px;
}
.twoColFixRtHdr #mainContent {
	width: 772px;
	float: left;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #main {
	width: 100%;
	background-image: url(../images/topbackground.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #main #container #mainContent #banner {
	height: 260px;
	width: 772px;
}
.twoColFixRtHdr #main #container #sidebar2 {
	float: left;
	width: 204px;
}


/**************************************nevigation bar******************************/
.urbangreymenu{
	width: 180px; /*width of menu*/
	float: right;
	padding-top: 5px;
	text-align: right;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 12px Verdana;
color: #001f38;
display: block;
padding: 4px 15px;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #001f38;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #001f38;
text-align: left;
}
.urbangreymenu ul li a.selected{ 
font: bold 12px Verdana;
color: white;
background: #001f38;
text-align: left;
}
/****************************************************end*******************************************/
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
	font-style: normal;
}
.topvar{
    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#999999;
	font-style: normal;
    text-decoration:none;
}
.left-align{
text-align:left;
}