@charset "utf-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
padding:0;
text-align:center;
margin:auto;
color:#333333;
}
#container{
background-image:url(../images/gradient-rev.png);
background-position:top;
background-repeat:repeat-x;
text-align:left;
width:800px;
border-top:30px solid #fcb514;
border-right:1px solid #666666; 
border-left:1px solid #666666;
margin:auto;
padding:20px 0px 15px 0px;
height:auto;
overflow:visible;
}
#masthead{
height:auto;
width:800px;
display:block;
}
#navigation{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
line-height:13pt;
border-bottom:1px solid #CCCCCC;
padding-bottom:10px;
}

	#navigation a {
		display: block;
		color: #fff;
		margin: 10px 0 5px 0;
		padding: 6px 6px 5px 6px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#navigation a:link {
		background: #fcb514;
	}
	#navigation a:visited {
		background: #fcb514;
	}
	#navigation a:hover {
		background: #ffa200;
	}
	#navigation a:active {
		background: #ffa200;
	}
	
.headpicture {
	display: block;
	border-bottom: 6px solid #fcb514;
	width: 500px;
	height: 160px;
}
	
.intextpicture {
	display: block;
	margin: 20px 0;
}

	
.logo{
float:left;
padding-left:40px;
padding-bottom:20px;
margin:0;
}
.logo img {
	border: 0px;
}
.introtext{
width:320px;
float:left;
display:block;
margin-top:30px;
margin-left:90px;
font-size:11pt;
line-height:14pt;
padding:6px 10px 6px 2px;
color:#000;
border-top:1px solid #999999;
border-bottom:1px solid #999999;
}
.content{
float:right;
clear:both;
padding:40px;
}
.box{
font-size:9pt;
line-height:14pt;
width:500px;
padding:0px 0px 10px 0px;
margin:0;
float:right;
}

.boxTop{
font-size:9pt;
line-height:14pt;
width:500px;
padding:0px 0px 10px 0px;
margin:0;
float:right;
}
.box p{
margin-top:4px;
}
h2{
font-size:16pt;
margin-bottom:7px;
line-height:19pt;
}

.callout{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#666666;
width:165px;
float:left;
clear:both;
margin:0;
padding:0;
line-height:16pt;

}
a:link {
text-decoration:none;
color:#003366;
}

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

a:hover{
text-decoration:underline;
color:#eca400;
}

.contact{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
line-height:13pt;
border-bottom:1px solid #CCCCCC;
padding-bottom:10px;
}

