body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #F3F3F3;
	}
	
td, div {
	text-align: left;
	vertical-align: top;
	}
	
h1 {
	color: #004C93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding-bottom: 10px;
	}	
	
h2 {
	color: #53219A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	}	
	
h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	}	
	
hr {
	color: #D0DEE2;
	border-top: #D0DEE2;
	height: 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	}	
	

table#maintable {
	width: 775px;
	margin: 10px auto 0px auto;
	}
	
td#header {
	width: 764px;
	}	
	
table#innertable {
	min-height: 300px; /* Mozilla */
	_height: 300px; /* IE */
	width: 100%;
	}	
html>body table#innertable { height: 300px; }	
	
td#topright	{
	background: url(../templateimages/righttop.gif) top left no-repeat;
	width: 15px;
	}
	
td#dropshadow { 
	background: url(../templateimages/rightrepeat.gif) repeat-y;
	}
	
td#bottomright {
	background: url(../templateimages/footerright.gif) no-repeat;
	}
	
td#bottom {
	background: url(../templateimages/footerrepeat.gif) repeat-x;
	font-size: 10px;
	color: #999999;
	text-align: right;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
td#bottom div { position: relative; top: -8px; width: 19px; float: left; }	
html>body 	td#bottom div {  top: -7px; }

td#bottomleft {
	background: url(../templateimages/footerleft.gif) no-repeat;
	}			
	
td#content {
	background: #FFFFFF;
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.7;
	}	
	

a {
	color: #511F9A;
	}
	
a:hover {
	text-decoration: none;
	}	
	
/* MENU */		
td#menu {
	background: #D0DEE2;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}	
	
td#menu a.textsize {
	color: #511F9A;
	}
	
td#menu a.textsize:hover {
	text-decoration: none;
	}
	
div#textsize {
	margin: 20px 5px 5px 10px;
	}
	
td#menu li, td#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-position: outside;
	}	
	
a.menuitem {
	background: url(../templateimages/menubg.gif) no-repeat 5px 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid white;
	width: 155px;
	display: block;
	line-height: 2;
	text-transform: capitalize;
	padding-left: 20px;
	}
	
a.menuitem:hover {
	color: #FFFFFF;
	background: #74A0AD url(../templateimages/menubg_hover.gif) no-repeat 5px 10px;
	}
	
a.subitem {
	text-decoration: none;
	color: #511F9A;
	width: 100%;
	display: block;
	padding-left: 20px;
	line-height: 2;
	}
	
a.subitemlast {
	border-bottom: 1px solid white;
	}	
	
a.subitem:hover {
	text-decoration: underline;
	}	
	
li.lastsub {
	border-bottom: 1px solid white;
	}	


table.spectable {
	background: #D0DEE2;
	}
	
table.spectable td {
	background: #FFFFFF;
	}	
