/* Screen styles. */

body
{
	background-color: #d1e0f0;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
p, ul, li, a
{
	font-size: 11px;
	font-weight: normal;
}
h2
{
	font-size: 11px;
	font-weight: bold;
}
.hidden
{
	visibility: hidden;
	display: none;
}

p, h1, h2, h3, ul, li, a, #content
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Begin nav styles. */
#navcol
{
	background-color: #336699;
	float: left;
	width: 180px;
	display: table-cell;
}
#nav
{
	padding: 0px 0px 0px 0px;
	width: 180px;
	border-top: 1px solid #ffffff;
	text-align: left;
	overflow: hidden;
}
#nav ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav li a
{
	text-decoration: none;
	overflow: hidden;
	color: #ffffff;
	line-height: 22px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	height: 22px;
	width: 180px;
	overflow: hidden;
	padding: 0px 0px 0px 30px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/menubtn.gif);
	outline: none;
}
#nav li a:hover
{
	background-position: bottom left;
	outline: none;
}
#nav ul.sub a
{
	text-decoration: none;
	overflow: hidden;
	color: #ffffff;
	line-height: 22px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	height: 22px;
	width: 180px;
	overflow: hidden;
	padding: 0px 0px 0px 40px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/submenubtn.gif);
	outline: none;
}
#nav ul.sub2 a:hover
{
	background-position: bottom left;
	outline: none;
}
#nav ul.sub2 a
{
	text-decoration: none;
	overflow: hidden;
	color: #ffffff;
	line-height: 22px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
	height: 22px;
	width: 180px;
	overflow: hidden;
	padding: 0px 0px 0px 60px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../images/submenubtn2.gif);
	outline: none;
}
#nav ul.sub a:hover
{
	background-position: bottom left;
	outline: none;
}
/* End nav styles. */

/* Page layout. */
#banner
{
	width: 760px;
	height: 135px;
	background-image: url(../images/banner.jpg);
}
#main
{
	width: 760px;
	background-color: #336699;
	display: table-cell;
	text-align: left;
}
#container
{
	text-align: center;
}
#page
{
	width: 760px;
	margin: 0px auto;
}
#footer
{
	clear: both;
	background-color: #666666;
	color: #ffffff;
	padding: 1px 0px 1px 0px;
}
#content
{
	float: left;
	width: 560px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	display: table-cell;
	background-color: #ffffff;
}
#content a
{
	margin: 0px;
	padding: 0px;
	background-color: none;
	color: #336699;
	background-image: none;
}
a img { border:none; }