@media print { 
	div#printhead { display: block; text-align: right; }
	body { vertical-align: top; }  
	td#space { height: 90px; width: 630px;}
	td#header, td#menu { display: none; }
	td#outer_content { border: 0px; }
	td#content { width: 630px; }
}

@media screen { 
	div#printhead { display: none; } 
	td#outer_content { 
		border-top: 1px solid #0B347A; 
		border-left: 1px solid #0B347A; 
		border-right: 1px solid #0B347A; 
		}
	 }
	 
body {
	padding: 0px;
	margin: 0px;
	background: #C9C9C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 1.5em;
	}
	
table, td, div {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	}
	
h1 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid black;
	width: 100%;
	color: #0B347A;
	vertical-align: baseline;
	line-height: 0.7;
	margin-top:2px;
	display:block;
	}	
	
h2 {
	font-size: 12px;
	text-transform: capitalize;
	color: #0B347A;
	}	
	
h3 {
	font-size: 11px;
	color: #666666;
	}			
		

hr {
	border-top: 1px solid #C9C9C9;	
	height: 0px;
	color: #C9C9C9;
	}	
		
a {
	color: #0B347A;
	}
	
a:hover {
	text-decoration: none;
	}			
		
table#maintable {
	width: 775px;
	margin: 20px auto 0px auto;
	}
	
table#innertable {
	width: 100%;
	height: 100%;
	margin: 5px 0px 5px 0px;
	}	
		
td#header {
	background: #939CA3 url(../templateimages/heading.gif) no-repeat top right;
	height: 94px;
	width: 100%;
	}
	
div#symbol {
	 background: url(../templateimages/logo.gif);
	 width: 105px;
	 height: 94px;
	 }	

td#space {
	height: 20px;
	}	 
	 
	 
td#outer_content {
	background: #FFFFFF url(../templateimages/outercontentbg.gif) bottom repeat-x;
	height: 100%;
	padding-bottom: 15px;
	/* SEE BORDERS ABOVE IN MEDIA CASE */
	}
	
td#footer {
	border-top: 5px solid #24395C;
	text-align: right;
	color: #24395C;
	padding-bottom: 7px;
	}
	
td#footer a {
	color: #24395C;
	}
	
td#footer a:hover {
	text-decoration: none;
	}
	
/* MENU */
td#menu {
	width: 165px;
	background: #EAEAEA;
	border-right: 12px solid #F2F2F2;
	height: 100%;
	vertical-align: top;
	}	
	
div.spacer {
	width: 162px;
	height: 15px;
	display: block;
	border-bottom: 1px dashed #A0A8B5;
	}
		
div.spacer2	{
	width: 162px;
	height: 0px;
	display: block;
	border-bottom: 1px dashed #A0A8B5;
	}
	
td#menu li {
	list-style: none;
	list-style-position: outside;
	}
	
td#menu a.menuitem {
	width: 162px;
	height: 23px;
	display: block;
	border-bottom: 1px dashed #A0A8B5;
	border-left: 7px solid #0B347A;
	font-weight: bold;
	font-size: 10px;
	color: #0B347A;
	text-decoration: none;
	line-height: 2em;
	margin-bottom: 1px;
	padding-left: 10px;
	}
html>body td#menu a.menuitem  { width: 145px; }	
	
td#menu a.menuitem:hover {
	border-left: 7px solid #F1DF01;
	color: #939CA3;
	text-decoration: none;
	}
	
td#menu li  ul {
	margin: 5px 0px 0px 25px;
	line-height: 0.5em;
	padding: 0px;
	}
	
td#menu ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	} 
	
td#menu a {
	font-weight: bold;
	font-size: 10px;
	color: #0B347A;
	text-decoration: none;
	line-height: 2em;
	}
	
td#menu a:hover {
	text-decoration: underline;
	}	
		
	
/* CONTENT AREA */
td#content {
	padding: 15px;
	background: url(../templateimages/bodybg.gif) bottom right no-repeat;
	}	
	
td#content li {	
	list-style-image: url(../templateimages/li.gif);
	list-style-position: outside;
	}
	
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #C9C9C9;
	}
	
input.button {
	background: #0B347A;
	color: #F1DF01;
	}
	
table.feedback {
	background: #CCCCCC;
	}
	
td.shade1, td#shade1 {
	background: #F9F9F9;
	}
	
td.shade2, td#shade2 {
	background: #F2F2F2;
	}		
	
td.tablehead {
	background: #939CA3;
	color: #F1DF01;
	}	
	
