@charset "UTF-8";
	 
body {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left: auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 780px;
	background-image: url(images/bkgd.gif);
	color: #343434;
	line-height: 130%;
	background-repeat: repeat-x;
	background-color: #ecf2f3;
	}	 
a:link,a:visited {
	color : #3e696f;
	text-decoration:none;
}

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

p,h1,h2,h3,h4,h5{
	margin-left:10px;
	margin-right:20px;
}

h1{
	font-size: 24px;
	color: #3e4b4e;
	font-weight:bold;
	line-height:120%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2{
	font-size: 18px;
	color: #3e4b4e;
	font-weight:bold;
	line-height:normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
h3{
	font-size: 14px;
	color: #3e4b4e;
	font-weight:bold;
	line-height:20px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h4{
 	font-size: 12px;
color: #3e4b4e;
	font-weight:bold;
	line-height:normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h5{
color: #3e4b4e;
	font-weight:bold;
	line-height:normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: 780px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#home_content div {
	margin-top: 1px;
	width: 400px;
	margin-left: 75px;
	background-color: #FFFFFF;
}
#masthead{
	padding: 0px;
	width: 780px;
	clear: none;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	 
#navbar{
	width: 780px;
	background-color: #ffffff;
	background-image: url(images/nav_bkgd.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:20px;
	color: #85b2bc;
	text-align:center;
	height: 20px;
	border-bottom-color: #fff4b0;
	border-bottom-width: thin;
	border-top-color: #fff4b0;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	font-weight: bold;
} 

#main_content{
	background-color: #ffffff;
	width: 500px;
	margin-top: 50px;
	margin-left: 50px;
}
.rightcol-subhead {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669999;
	line-height: 18px;
	font-style: italic;
}
#right_col{
	width: 175px;
	height: auto;
	margin-top: 45px;
	margin-right: 25px;
	float: right;
	background-color: #fff9d2;
	padding: 10px;
}
/* Text Footer at the Bottom of Every Page */
 #footer {
	width:780px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	line-height:24px;
	text-align:center;
	display: block;
	position: relative;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff4b0;
	border-top-width: thin;
	border-bottom-width: thin;
	color: #3e696f;
	background-color: #e4ecee;
	border-bottom-color: #FFFFFF;
}

.13pt_home-text {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #3e4b4e;
	font-weight: bold;
	width: 450px;
}
.smalltext{
	 font-size : 10px;
	 }
	
