body, html {
	margin:0px;
	padding:0px;
	height:100%;
	min-height:100%;
	background-color:#ffffff;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size:12px;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
	color: #000000;
}
.float{float:left;}
.float_r{float:right;}

h2 {
	font-size: 22px;
	pading: 0px;
	margin: 0px 0px 30px 0px;
	text-align:left;
	font-weight: bold;
	border-bottom: dotted #CCCCCC 1px;
	
}



h3 {
	font-size: 14px;
	pading: 0px;
	margin: 0px;
	text-align:left;
	
}

h1

{text-align:left;
border-bottom: dotted #CCCCCC 1px;}


/* global links */

a, a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#000000;
}





/* layout  divs */
strong {
 	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#wrapper {
	width: 1007px;
	margin: 0px auto 0px auto;
}


#header {
	/*height: 160px;*/
	background: url("../images/bg-header.gif") top center no-repeat;
	margin: 0px 0px 0px 0px;
	
	height:122px;
}

#branding {
	width: 223px;
	padding: 35px 0px 5px 0px;
}


/* top nav links */

#topnav {
	width: 304px;
	background-image:url(../images/top_bg.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	height:37px;
	font-weight:bold;
	float: right;
	padding-top:10px;
	text-align: center;
	
}
.topnavtxt {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	
}



#topnav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}

#topnav a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}

#topnav2 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
}

#topnav2 a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 13px;
	font-weight:bold;
	text-decoration: underline;
}

/* main nav */

#mainnav {
	padding: 0px 0px 0px 0px;
	height: 40px;
	width:725px;
	position:relative;
	top:32px;
	/*border: #000 solid 1px;*/
	background: url("../images/bg-sitenav.gif") top left no-repeat;
}
.clear{clear:both;}



/* main nav 2 */

#mainnav2 {
	padding: 8px 0px 0px 10px;
	height: 30px;
	/*border: #000 solid 1px;*/
	background: url("../images/bg-sitenav.gif") top left no-repeat;
}


/* content */

#content {
	padding: 10px 0 0 0px;
	float: left;
	width: 1005px;
}

.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;
}



.title1 {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #000000;
	
	height: 20px;
	padding: 10px 0 0 10px;
}


#pagetitle {
	padding: 10px 0px 0px 0px;
	height: 30px;
	/*border: #000 solid 1px;*/
	width: 950px;
}



/* global more links */

.more {
	clear: both;
	text-align: right;
}
.more a, .more a:visited {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
.more a:hover {
	background-color: #D6A320;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}



/* text colors and sizes */

.sectiontitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #006699;
	padding: 5px 0 5px 0;
}

/* global footer */

#foot {
	padding: 15px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width:100%;
	float:left;
	height: 24px;
	/*border: #000 solid 1px;*/
	background: url("../images/bg-foot.gif") top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	
	letter-spacing: 0.08em;
	color: #666666;
	clear: both;
}

#foot a, #foot a:visited {
	color: #666666;
	text-decoration: none;
}
#foot a:hover {
	background-color: #D6A320;
	color: #FFFFFF;
	text-decoration: none;
}


/* png fix for IE 6 */

img, div { behavior: url(iepngfix.htc) }
