/* CSS Document */

body	{
	background-color: #FBFCEC;
	/*background-image: url(images/bg.jpg);*/
	font-family: "Trebuchet MS",Arial,verdana,sans-serif; color: Black; font-size: 10px;
	scrollbar-face-color: #304B71;
	scrollbar-shadow-color: #F1F8F4;
	scrollbar-highlight-color: #F1F8F4;
	scrollbar-3dlight-color: #F1F8F4;
	scrollbar-darkshadow-color: #F1F8F4;
	scrollbar-track-color: #F1F8F4;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;

}

/* Default Links */
a:link {
	font-family: "Trebuchet MS",Arial,verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS",Arial,verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCA800;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS",Arial,verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS",Arial,verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

/* Default Text */

p {

	font-family: "Trebuchet MS",Arial,verdana,sans-serif; font-size: 13px; 
	font-style: normal;	line-height: 16px; 	font-weight: normal;
	padding-left: 10px; padding-right: 15px; padding-bottom: 5px;
}

td,div {

	font-family: "Trebuchet MS",Arial,verdana,sans-serif; font-size: 13px; 
	font-style: normal;	line-height: 16px; 	font-weight: normal; 
	color: #333333;


}

/* Titles and Subtitles */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #3366CC;
	font-family: "Trebuchet MS",Arial,verdana,sans-serif;
	line-height: 14px;
	padding-top: 7px;
	padding-left: 9px;

}

h2 {
	font-size: 13px; font-weight: bold; font-style: normal; font-family: "Trebuchet MS",Arial,verdana,sans-serif;
	line-height: 3px; color: #333333; 
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #A90000;
	font-family: "Trebuchet MS",Arial,verdana,sans-serif;
	line-height: 14px;
}



/*  Footer Information */

/*Supports the element that contains contact information at page bottom */
#footer {

	
	font-style: bold; line-height: 20px; font-weight: normal;
	padding: 7px; 
	text-align:center;
	color: #0066CC;
}

/*Supports the element that contains footer links at page bottom */
a.footer:link, a.footer:active, a.footer:visited, a.footer:hover {
	font-family: "Trebuchet MS",Arial,verdana,sans-serif; font-size: 11px;
	font-style: normal; line-height: 15px; font-weight: normal;	color: #0066CC;
	text-decoration: underline;

}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\SPECIAL OBJECTS /////////////////////////////////////////////////////*/

/* 0px bordered div tag that can hold main content*/
#maincontent {border: 0px solid; border-color: #cccccc;  width:100%; height: 100%;  padding-left: 7px; padding-top: 10px;
				padding-bottom: 20px; /*position: relative; left: 20px;*/ background-color:#f6f6f6;
}

/*1px bordered div tag that can hold main content in an iframe for DIY - has a wider width normally */
#maincontent_iframe {border: 0px solid; border-color: #cccccc;  width:100%; height: 100%;  padding-left: 0px;
				padding-bottom: 20px; /*position: relative; left: 20px;*/ background-color:#f6f6f6;
				
}

/* divtag for centering webpage in browser */
#centerwebpage {padding: 3px; background-color:#FFFFFF; width: 750px; align: center; border-width: 1px; border-color: #354B94; border-style: solid;}

/* Supports images within the main content that need to be on the right side */
#contentimages_right {float: right; margin-left: 8px; margin-right: 4px; padding-right: 8px;}

/* Supports images within the main content that need to be on the left side */
#contentimages_left {float: left; margin-right: 8px;}

}