/* CSS Document */



html, body {
	margin:0;
	padding:0;
	height:100%;
	background-repeat: repeat;
	background-image: url(img/backgroundstripe.png);
}

p {
	text-align: left;
	font-size: 0.8em;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #253031;
	margin:.4em 0 .8em 0;
	padding:0;

}
img {
	border: none;
	text-decoration: none;
}
a:link    { color: #0068DB;}   /* unvisited links */
a:visited { color: #0068DB;}   /* visited links   */
a:hover   { color: #3399cc; } /* user hovers     */
a:active  { color: #0068DB;}   /* active links    */

	h1, h2{
	margin:0em 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-size: 30px;
}
	
	h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #253031;
	display: inline;
	font-size: 1.375em;

}

	h4{
	margin:0.8em 0 .4em;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993300;
	font-size: 1.0em;
	display: inline;

}


#container {
	min-height:100%;
	position:relative;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dcdec0;




}
	

#header {
	background:#993300;
	width: 920px;
	height: 105px;


}

.logo {
	position: absolute;
	right: 20px;
	top: 10px;}
	
#gutter {
	width: 920px;
	background-image: url(img/backgroundstripe.png);
	height: 10px;}
	
#body {
	padding-bottom:60px;
	background-color: #dcdec0;
	width: 710px;

}

#content {
	width:659px;
	z-index:1;
	border: 0px none #000000;
	left: 0px;
	padding-top: 26px;
	padding-left: 25px;
	padding-bottom: 1em;




}

#content2 {
	width:650px; height: 570px; background-color: #ccff00;
	z-index:7;
	left: 0px;
	padding-top: 46px;
	padding-left: 40px;
}
#pageheader {
width:680px;
padding-top: 26px;
padding-left: 40px;}

.header{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.0em;
	color: #993300; margin-bottom: 0px;}

.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #253031;}
	
.subheader2 {
	color: #993300;
	font-weight: bold;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;}

.flashbox {
	margin:10px 0 5px;
	float: left;
	clear: right;
}

#navigation {
	position: absolute;
	top: 148px;
	left: 730px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
}
	
#navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;

}
	
#navigation li{
	font-size: 16px;
	text-align: right;
	text-decoration: none;
	background-image: url(img/navbutton.png);
	background-repeat: no-repeat;
	padding-right: 8px;
	line-height: 2em;
	color: #FFFFFF;
	
}

#navigation li a{
	text-decoration: none;
	color: #666656;
	
}

#partners {
	position: absolute;
	top: 350px;
	left: 730px;
	width: 190px;
	text-align: left;
	line-height: 2em;
	color: #993300; }

.indiv_partner img {
	float: left;
	margin: 0 15px 10px 0;
}
.orange_ul {
	border-bottom: 2px solid #993300;
	height: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background:url(img/backgroundstripe.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align:center;
	padding-top: 10px;
	color: #404040;
}
p img {
	float: right;
	border:1px dotted #999999;
	padding: 2px;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
}
.blueblock {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #006699;
}

.info{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('info.png');
}

.infomed {font-size: 0.85em;}

	
