body	{
	background-color: #ffffff;
	/*background-image: url(images/bg.jpg);*/
	font-family: Arial, sans-serif; color: Black; font-size: 10px;
	scrollbar-face-color: #14214B;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #C8D5FF;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;

}

/* Default Links */
a:link {
	font-family: Arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B2851;
	text-decoration: underline;
}
a:visited {
	font-family: Arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B67600;
	text-decoration: underline;
}
a:hover {
	font-family: Arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B2851;
	text-decoration: underline;
}
a:active {
	font-family: Arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}

/* Default Text */

p {

	font-family: Arial,verdana,sans-serif; font-size: 12px; 
	font-style: normal;	line-height: 14px; 	font-weight: normal;
	padding-left: 10px; padding-right: 25px; padding-bottom: 5px;
}

td,div {

	font-family: Arial,verdana,sans-serif; font-size: 12px; 
	font-style: normal;	line-height: 14px; 	font-weight: normal; 
	color: #333333;


}

/* Titles and Subtitles */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9B3E00;
	font-family: Arial,verdana,sans-serif;
	line-height: 14px;

}

h2 {
	font-size: 12px; font-weight: bold; font-style: normal; font-family: arial,verdana,sans-serif;
	line-height: 12px; color: #000000; 
}

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



/*  Footer Information */

/*Supports the element that contains contact information at page bottom */
#footer {
	font-style: normal; line-height: 13px; font-weight: normal;
	text-align:center; color: #14214B; padding: 8px;
}

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

}


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

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

/*1px bordered div tag that can hold main content in an iframe for DIY - has a wider width normally */
#maincontent_iframe {border: 1px solid; border-color: #cccccc;  width:100%; height: 725px;
				padding-left: 12px;
				padding-right: 10px;
				padding-top: 10px;
				padding-bottom: 20px;
				/*position: relative; left: 20px;*/
				background-color:#F8F8F8;
}
/* Large blue block near menu footer, used in td tag*/
#bluefooter {padding: 7px;
			 vertical-align: top;
			 background-color:#14214B;
    	     color:#FFFFFF;
			 text-align:right;
			 font-size: 10px;
			 line-height: 13px;
}


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

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

/* 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;}

#belowmenu { background-color:#E7EDFF; height: 100%;}

.urgent {color: #000000;}



