body {
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
	text-align: center;
	}
	
td, div {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	
	
h1 {
	background: url(../templateimages/h1_bg.gif) no-repeat;
	width: 589px;
	height: 25px;
	display: block;
	font-size: 12px;
	color: #1C5BA2;
	}	
	
table#maintable {
	width: 800px;
	margin: 0px auto 0px auto;
	}
	
div#maindiv {
	width: 800px;
	margin: 0px auto 0px auto;
	}
	
table#contenttable {
	width: 100%;
	height: 100%;
	}
	
div#header {
	background: url(../templateimages/header.jpg) no-repeat;
	height: 102px;
	text-align: right;
	padding-top: 8px;
	}
html>body div#header { height: 102px; }	
	
div#menu {
	height: 24px;
	background: url(../templateimages/menubar.jpg) no-repeat;
	}
	
div#menu ul, div#menu ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-position: outside;
	display: inline;
	}
	
div#menu li a {
	background: #7DA7D9;
	height: 15px;
	border-top: 1px solid #003663;
	border-left: 1px solid #003663;
	border-right: 1px solid #A8B4D9;
	border-bottom: 1px solid #A8B4D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding: 0px 20px 0px 20px;
	margin-right: 10px;
	}
		
div#menu li a:hover {
	background: #1C5BA2;
	border-top: 1px solid #003663;
	border-left: 1px solid #003663;
	border-right: 1px solid #A8B4D9;
	border-bottom: 1px solid #A8B4D9;			
	}
	
div#titlebar {
	background: #7DA7D9;
	height: 22px;
	border-top: 2px solid #6A98CE;
	font-size: 11px;
	padding-left: 10px;
	}	
	
div#titlebar a {
	color: #000000;
	text-decoration: none;
	}
	
div#titlebar a:hover {
	text-decoration: underline;
	}

div#outer_content { /*
	min-height: 500px; Mozilla
	_height: 500px;  IE */
	}
	
td#content {
	background: #F2F6F9;
	padding: 15px;
	}	
	
div#pagetext {
	width: 580px;
	overflow: hidden;
	}	
	
td#contentbottom {
	background: #F2F6F9;
	}
	
/* MENU */
td#menu {
	background: url(../templateimages/menutop.gif) no-repeat #CCD6E3;
	padding-top: 14px;
	width: 175px;	
	}

td#menu li, td#menu ul, td#menu ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
	}
	
td#menu ul li a {
	background: #A4C2E4 url(../templateimages/submenubg.gif) 16px 6px no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: #1C5BA2;
	text-decoration: none;
	width: 100%;
	display: block;
	line-height: 16px;
	border-bottom: 1px solid #7DA7D9;
	}
html>body td#menu ul li a { line-height: 1.5em; }	
		
td#menu ul li a div {
	margin-left: 30px;
	}	
	
td#menu ul li a:hover {
	color: #FFFFFF;
	}	
	
div.menucloser {
	background: url(../templateimages/menucloser.gif) no-repeat;
	height: 11px;
	}	
		
/* SUB-SUBS */

td#menu ol li a {
	background: #A4C2E4 url(../templateimages/sub_submenubg.gif) 16px 6px no-repeat;
	font-weight: normal;
	font-size: 11px;
	color: #1C5BA2;
	text-decoration: none;
	width: 100%;
	display: block;
	line-height: 16px;
	border-bottom: 1px solid #7DA7D9;
	}
html>body td#menu li a { line-height: 1.5em; }	
		
td#menu ol li a div {
	margin-left: 30px;
	}	
	
td#menu ol li a:hover {
	color: #FFFFFF;
	}			
		

/* FOOTER */
td#menubottom {
	background: url(../templateimages/menubottom.jpg) no-repeat top left;
	height: 75px;
	}
	
td#footerleft {
	background: url(../templateimages/footerleft.jpg) no-repeat top left;
	width: 175px;
	height: 23px;
	}		
		
td#footerright {
	background: url(../templateimages/footerrigh.gif) no-repeat;
	}		
		
td#upperfooterleft{
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	line-height: 12px;
	height: 12px;
	font-size: 9px;
	text-align: center;
	}	
	
td#upperfooterright {
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	line-height: 12px;
	height: 12px;
	}			
			
