body {
	padding: 0px;
	margin: 0px;
	background: #D8D9DB url(../templateimages/bodybg.gif) bottom fixed repeat-x;
	}
	
td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #DB0913;
	text-transform: uppercase;
	border-bottom: 1px solid #8E96A9;
	width: 100%;
	}	
	
h2 {
	color: #415785;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
h3 {
	color: #415785;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
hr {
	color: #858EA2;
	height: 0px;
	border-top: 1px solid #858EA2;		
	}
	
table#outertable {
	width: 100%;
	}
	
table#innertable {
	width: 100%;
	height: 100%;
	}	
	
td#topleft {
	background: #D9A29F;
	}
	
td.bottom {
	border-top: 2px solid #8A92A5;
	}	
	
td#header {
	background: url(../templateimages/headerbg.jpg) repeat-y top;
	width: 775px;
	height: 115px;
	display: none;
	}
	
td#header div {
	margin-top: 25px;
	background: url(../templateimages/header.jpg) no-repeat;
	width: 775px;
	height: 115px;
	/* border-bottom: 2px solid #B6151C; */
	}
			
td#topright {
	background: #28478E;
	}	
	
td#footer {
	height: 20px;
	color: #FFFFFF;
	text-align: right;
	border-top: 2px solid #AF1016;
	}	

td#footer a {
	color: #FFFFFF;
	}	
	
td#footer a:hover {
	text-decoration: none;
	}	
		
td.contenttable {
	background: #FFFFFF;
	height: 100%;
	}
	
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	border: 1px solid #C2C6CA;
	}	
		
div#search {
	width: 185px;
	padding: 3px;
	background: #C2C6CA;
	border-top: 2px solid #B6151C;
	border-right: 1px solid #A9AAAC;
	}
html>body div#search { width: 179px; }			
	
td.searchbutton {
	width: 50px;
	padding-top: 2px;
	}
html>body td.searchbutton { padding-top: 1px; padding-right: 2px; }	

input.searchfield {
	width: 130px;
	}
html>body input.searchfield { width: 132px; }		

td#content {
	width: 100%;
	}

/* --- MENU --- */
td#leftcol {
	border-left: 1px solid #C3C6CA;
	width: 185px;
	background: url(../templateimages/leftcolbg.gif) right repeat-y #EDF2F7;
	display: none;
	}

div#menu {
	width: 185px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
div.menuitem {
	background: #EDF2F7;
	}
	
div.menuitem a {
	width: 100%;
	height: 24px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #C8000A;
	background: url(../templateimages/menubg.gif) left no-repeat;
	border-bottom: 1px solid #C2C6D0;
	text-decoration: none;
	line-height: 2.5;
	border-right: 1px solid #C3C6CA;
	}	

div.menuitem a:hover {
	background: url(../templateimages/menubg.gif) no-repeat left #DADFE4;
	color: #000000;
	}	
	
div.menuitem a div {
	margin-left: 13px;
	}		

div.subitem a {
	width: 185px;
	height: 24px;
	display: block;
	text-transform: lowercase;
	color: #C8000A;
	background: #EDF2F7;
	border-bottom: 1px solid #C2C6D0;
	text-decoration: none;
	line-height: 2.5;
	border-right: 1px solid #C3C6CA;
	padding-left: 20px;
	}
html>body div.subitem a { width: 165px; }	
	
div.subitem a:hover { 
	color: #000000;
	}	

		
/* QUICK LINK BUTTON BAR */
div#buttonbar {	
	height: 25px;
	width: 100%;
	background: #F5F5F6;
	display: none;
	}
	
div#buttonbar td.leftofbar {
	border-top: 2px solid #B6151C;
	width: 300px;
	}
		
div#buttonbar a {
	height: 25px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	color: #365494;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #C9C9C9;
	background: url(../templateimages/buttonbarbg.gif) repeat-x top;
	text-decoration: none;
	line-height: 2.5em;
	text-align: center;
	}	
html>body div#buttonbar a { line-height: 3em; }	
	
div#buttonbar a:hover {
	background: url(../templateimages/buttonbarbg.gif) repeat-x top #E7E7E7;
	}		
	
/* CONTENT */
div#contenttext {
	margin: 25px 20px 20px 20px;
	font-size: 11px;
	color: #555555;
	width: 540px;
}	

/* FORMS */
input.button {
	background: #415785;
	border: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
