html, body {
	margin: 0px;
	padding: 0px;
}
body {
	background: #0C489D url(/images/template/BG.jpg) repeat-x 0 163px;
}
body, table, td, p, ul, ol {
	font-size:13px;
	font-family: Tahoma, "Trebuchet MS", Verdana, sans-serif;
	line-height: 136%;
	color: #0D3889;
}
td {
vertical-align:top;
}

#headertable, #bodytable {
	width: 86%;
}
#navtd {
	padding: 3px;
	width: 145px;
	background: #F0F0F0 url(/images/template/NavBG.jpg);
	border-right: 1px solid #0D3889;
}
#navdiv {
	margin: 0 auto;
	padding: 0;
	width: 125px;
}
#navdiv a {
	display: block;
	padding: 5px 3px;
	width: 115px;
	border: 1px solid #0D3889;
	font-weight: normal;
	font-size:11px;
	color: #0D3889;
	text-decoration: none;
	margin:0 auto 8px auto;
}
#navdiv a:hover, #navdiv a:active {
	background: url(/images/template/NavBG-Over.jpg);
}
#contenttd {
	padding: 10px 30px 15px 40px;
}
#bodytable {
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #0D3889;
/*	border-top:none; */
	border-bottom: none;
}

/****  Google ****/
#gspace {
margin: 0 auto;	
}
#header {
	background: url(/images/template/TopBG.jpg) repeat-x;
	height: 163px;
}

#headertable {
	margin: 0 auto;
	width:86%;
}

#footertd {
	border-top: 1px solid #0D3889;
	padding: 8px;
	font-size:9px;
	font-style: oblique;
}
#footertd a:link, #footertd a:visited {
color: #7798D6;
	text-decoration: none;
	border-bottom: 1px solid #7798D6;
}
#footertd a:hover, #footertd a:active {
	text-decoration: none;
	border-bottom: 1px solid #0D3889;
	color: #0D3889;
}
li {
	margin-right: 40px;
	margin-bottom: 8px;
}
h1, h2, h3, h4, h5 h6 {
	line-height: 130%;
}
#contenttd h1 {
	font-size: 18px;
}
#contenttd a {
	font-weight: bold;
	color: #0A4497;
	text-decoration: underline;
}
h2 {
	font-size: 16px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}
.imgright {
	margin: 0px 0px 8px 12px;
	float: right;
	clear:right;
}
.imgrightbdr {
	margin: 0 0 8px 16px;
	float: right;
	clear:right;
	border: 1px solid #0D3889;
	padding: 2px;
}
