* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #f5fcfc;
	color: #828282;
	margin: 0;
	padding: 0;
}

img { border: 0; }

p {
	padding: 7px 0 7px 0;
	font-size: 14px;
}

h3 { font-size: 1.5em; }

#main a:link, #main a:active, #main a:visited {
	color: #04244c;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}

#main a:hover {
	color: #04244c;
	background-color: #cce2ff;
	text-decoration: underline;
}

#main ul, #main ol { padding: 10px 0 10px 40px; }
#main li { font-size: 13px; padding: 5px 0 5px 0; }

.sep {
	height: 7px;
	background: url("images/sep.gif") no-repeat top center;
	padding: 5px 0 5px 0;
}

#wrap {
	width: 790px;
	margin: 0 auto;
}

#page-header {
	height: 121px;
	clear: both;
}

#page-body {
	float: right;
	margin: 0;
	width: 585px;
	min-height: 450px;
}

#main {
	color: #000;
	padding: 5px 5px 5px 5px;
}

#page-footer {
	min-height: 53px;
	clear: both;
}

#copyright {
	padding: 10px;
	text-align: center;
	color: #555555;
	font-weight: normal;
	font-size: 11px;
}

#page-footer a:link, #page-footer a:active, #page-footer a:visited {
	color: #04244c;
	text-decoration: none;
}

#page-footer a:hover {
	color: #04244c;
	background-color: #cce2ff;
	text-decoration: underline;
}

#page-footer p {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
}

/**
* Header
*/
#page-header h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 22px;
	float: left;
	width: 350px;
	padding: 40px 0 0 20px;
}

#page-header p {
	float: right;
	width: 350px;
}

/**
* Nav
*/
#nav {
	background: url('images/nav.gif') no-repeat top left;
	width: 790px;
	height: 45px;
}

#nav ul { 
	list-style: none;
	padding: 12px 0 0 20px;
}

#nav li {
	display: inline;
	padding-left: 35px;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #dceeff;
	text-decoration: none;
	font-size: 15px;
}

#nav a:hover {
	color: #fff;
	border-bottom: 2px #256fc8 solid;
}

/**
* Side Nav
*/
#nav-side {
	background: url('images/nav-side.gif') 10px top no-repeat;
	width: 202px;
	height: 244px;
}

#nav-side ul { 
	list-style: none;
	padding: 2px 0 0 30px;
}

#nav-side li {
	padding-top: 7px;
}

#nav-side a:link, #nav-side a:active, #nav-side a:visited {
	color: #dceeff;
	text-decoration: none;
	font-size: 15px;
}

#nav-side a:hover {
	color: #fff;
	border-bottom: 2px #256fc8 solid;
}

/**
* Comments
*/
#comments {
	background: url('images/box.jpg') 10px top no-repeat;
	width: 202px;
	height: 185px;
}

#comments-p{
	padding: 10px 5px 0 15px;
}

#comments p {
	color: #fff;
	padding: 2px 0 0 5px;
}

.c {
	font-size: 11px;
	margin-top: 8px;
}

.a {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

.captcha {
  margin: 5pt;
}