* {
	margin: 0px;
	padding: 0px;
}
body
{
	background-color:#4e4e4e;
	font-family: Verdana, Arial, sans-serif;
}

h2
{
	color: #1b1f4e;
	font-size: 1.2em;
	padding-bottom: 20px;
}

h3
{
	color: #1b1f4e;
	font-size: 1.0em;
	padding-bottom: 10px;
}

ul#nav
{
	background-image: url('/images/nav.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 40px;
	padding-top: 10px;
	height: 46px;
	margin: 0px;
}

ul#nav li
{
	color: #333333;
	font-weight: bold;
	display: inline;
}

ul#nav li a
{
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

ul#nav li a.on
{
	color: #0080c3;
	font-weight: bold;
	text-decoration: none;
}


#page
{
	height: 100%;
	text-align: left;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('/images/bg.gif');
	background-repeat:repeat-y;
	padding-left: 70px;
	padding-right: 70px;
}

#content
{
	height: 100%;
	width: 850px;
	padding-left: 16px;
	padding-right: 10px;
}

#content p
{
	font-size: 0.9em;
	padding-bottom: 10px;
}

#content ul
{
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-left: 30px;
}

#content table tr td
{
	font-size: 0.9em;
	padding-bottom: 10px;
}

#footer
{
	height: 100%;
	width: 850px;
	padding-left: 16px;
	padding-right: 10px;
}

#footer p
{
	font-size: 0.9em;
	padding-bottom: 10px;
}
