/* mainstyle.css 
all of the main style components for html elements 
that will not change
*/
body{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#b6cddc;
}
p{
	font-size:14px;
	text-align:left;
	padding-right:12px;
}
a{
	color: #0f69a1;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
	color: #6699b8;
}
			
a.headlink:link {
	color: #ffffff; 
	font-size:14px;
	text-decoration:underline;
}
			
a.headlink:visited {
	color: #ffffff;
	font-size:14px;
	text-decoration:underline;
}
			
a.headlink:hover {
	color: #ffffff;
	font-size:14px;
	text-decoration:none;
	letter-spacing:.1em;
}
a.detaillink:link{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}
a.detaillink:visited{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}
a.detaillink:hover{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:12px;
	text-decoration:underline;
	color:#05a9fe;
}
input.text{
	background-color:#0a659e;
	border:solid;
	border-top-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-bottom-width:thin;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#666666;
	border-bottom-color:#666666;
	height:1.5em;
	font-size:9px;
	color:#ffffff;
}
input.search{
	float:left;
	margin-right:2px;
	border:none;
}
textarea.text{
	background-color:#0a659e;
	border:solid;
	border-top-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-bottom-width:thin;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#666666;
	border-bottom-color:#666666;
	font-size:12px;
	color:#ffffff;
}
input.checkbox{
	border:0px;
	height:1.5em;
	font-size:9px;
	color:#ffffff;
}
select{
	background-color:#0a659e;
	border:solid;
	border-top-width:thin;
	border-left-width:thin;
	border-right-width:thin;
	border-bottom-width:thin;
	border-top-color:#666666;
	border-left-color:#666666;
	border-right-color:#666666;
	border-bottom-color:#666666;
	font-size:9px;
	color:#ffffff;
}
input.button{
	background-color:#6799b8;
	font-size:9px;
	color:#ffffff;
	height:2.5em;
}

hr.double{
	border: none 0; 
	border-top: 3px dotted #166fa6;
	width: 90%;
	height: 3px;
	margin-left:22px;
}	
hr.img{
	border: none 0;
	border-top: 1px dotted #0a659e;
	height:1px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
hr.sidebar{
	border: none 0;
	border-top: 1px dotted #FFFFFF;
	height:1px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
hr.expand{
	border: none 0;
	border-top: 1px dotted #0a659e;
	height:1px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}
hr.idivider{
	border: none 0; 
	border-top: 2px dotted #166fa6;
	height: 2px;
	margin-top:2px;
	margin-bottom:2px;
}	
hr.solid{
	border: none 0;
	border-top:4px solid #6597b6;
	height:4px;	
}
h3	{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:16px;
	color:#166fa6;
	text-align:left;
	padding-right:12px;
}

h3.promo	{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:48px;
	font-weight:400;
	color:#166fa6;
	text-align:left;
	padding-right:12px;
	line-height:42px;
}

ul li
	{
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	font-size:14px;
	text-align:justify;
	padding-right:5px;
}
form{
	margin:0px;
}