/* CSS Document */
body {
	background-color: #ececec;
}
table td {
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 16px;
}
h2{
	color: #4A6C8A;
	font-size: 14px;
}
h3{
	font-size: 13px;
}
h4{
	color: #FF0000;
	font-size: 12px;
}
p {}
a:link, a:visited {
	color: #000000;
}
a:hover {
	color: #7797B5;
}
table#main {width:800px;}
#nav {
	border: 1px solid #7797B5;
	border-bottom: 1px solid #fff;
	background-color: #FFFFFF;
}
#nav a:link, #nav a:visited {
	display: block;
	font-size: 11px;
	line-height: 2em;
	border-bottom: 1px dotted #e4e4e4;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #333333;
}
#nav a:hover {
	color: #7797B5;
}
td#lhcol {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-size: 10px;
}
td#lhcol a:link,  td#lhcol a:visited {
	border-bottom: 0px dotted #e4e4e4;
	color: #000000;
	display: inherit;
	text-decoration:underline;
	
}
td#lhcol a:hover {
	color: #FF0000;
	}
td#banner {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #7797B5;
	height: 280px;
}
td#page_title {
	background-color: #7797B5;
	color:#fff;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	border-top: 3px solid #ececec;
	width: 410px;
}
td#page_title2 {
	background-color: #7797B5;
	color:#fff;
	font-size: 12px;
	font-weight: normal;
	text-align:right;
	border-top: 3px solid #ececec;
	padding-right: 10px;
	width: 140px;
}
td#content {
	background-color: #FFFFFF;
	border: 1px solid #7797B5;
	padding: 10px;
	height: 100%;
}
td#footer {
	background-color: #7797B5;
	color: #FFFFFF;
	text-align: center;
	width: 610px;
	line-height: 1.5em;
}
td#footer h1 {
	font-size: 15px;
	margin-bottom: 0px;
}
td#nav_bottom {
	background-color:#fff;
	border: 1px solid #7797B5;
	border-top: 0px solid #fff;}
td#footer a:link, td#footer a:visited {color:#fff;}
td#footer a:hover {color:#000;}
