body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
}
#Header  td {
	font-size: 11px;
	color: #1c344a;
	font-weight: bold;
	top: 0px;
}

#Header p {
	padding-right: 12px;
	top: 0px;
}
#TopNav {
	background-image: url(images/bgTopNav.jpg);
	background-repeat: no-repeat;
}
#TopNav td {
	height: 20px;
}
#TopNav a {
	color: #FFFFFF;
	text-decoration: none;
}
#TopNav a:hover {
	color: #99FFFF;
	text-decoration: none;
}
#MainTable {
}
#MainTable td.shadow {
	background-image: url(images/bg-leftmaintable.png);
	background-repeat: repeat-y;
	width: 6px;
}
#CenterTable   {
	min-height: 360px;

}

#contact{
font-size:13px;
}

#SideNav td {
	font-size: 12px;
	background-color: #e4af2b;
}
#SideNav a {
	display: block;
	width: 121px;
	_width: 161px;
	float: right;
	padding-right: 40px;
	_padding-right: 30px;
	height: 29px;
	text-align: right;
	line-height:26px;
	vertical-align: middle;
	background: url(images/bg-SideNav.jpg) no-repeat 0 0;
	color: #1C344A;
	text-decoration: none;
}
#SideNav a:hover {
	display: block;
	width: 121px;
	_width: 161px;
	float: right;
	padding-right: 40px;
	_padding-right: 30px;
	height: 29px;
	text-align: right;
	line-height:26px;
	vertical-align: middle;
	background: url(images/bg-SideNav.jpg) no-repeat 0 -30px;
	color: #FFFFFF;
}
#Content {
	padding: 10px 15px;

}
#Content p {
	font-size: 12px;
	line-height: 16px;
	color: #1c344a;
}
#Content h1 {
	font-size: 16px;
	color: #F40F23;
	font-weight: bold;
}
#Content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1c344a;
	margin-bottom: -15px;
}

ul.twocol {
	width:98%;
	_width:100%;
	font-size: 12px;
	line-height: 14px;
	list-style-type: none;
	color: #1c344a;
	font-weight: bold;
	margin-left: -5px;
	_margin-left: 5px;
	margin-right: 5px;
	_margin-right: 0px;
}
ul.twocol li {
	display:block;
	width:48%;
	float:left;
	padding:5px 0px 0px 8px;
	_padding:5px 0px 0px 10px;
	background-image:url(images/bullet-square.gif);
	background-repeat:no-repeat;
	background-position:left 40%;
}



#Footer {
	background: url(images/bg-footer.gif) no-repeat right top;
	font-size: 10px;
	color: #2e4861;
	line-height: 11px;

}
#Footer td.shadow {
	background: url(images/bg-leftmaintable.png) repeat-y;
	width: 6px;
	height: 74px;
}
#Footer td.lastrow   {
	height: 3px;
}
.clrleft {
	float: none;
	clear: left;
}
