@charset "UTF-8";
/* CSS Document */

BODY {
	text-align:center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

H2 {
	font-size: 15px;
	color: #003366;
	margin-top: 4px;
}

a, a:visited {
	color: #006699;
	text-decoration:none;
}

a:hover, a:active {
	color: #006699;
	text-decoration:underline;
}

.pcrtextbox, .txt {
	border: 1px solid #333;
}

.btn {
	border: 1px solid #333;
}

#content {
	width:780px;
	margin: 0px auto;
	text-align:center;
}


#sidebar {
	width: 250px;
	height: 100%;
	border-right: 2px solid #999999;
	margin: 8px 25px 15px 0;
	text-align:left;
}

#sidebar p {
	padding-right: 10px;
}

#sidebar form {
	padding: 0px;
	margin: 0px;
}

#sidebar .login {
	background-color:#cfcfcf;
	padding: 8px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#pageContent {
	width: 510px;
	float: right;
	display: block;
	text-align:left;
}

#footer {
	clear: both;
	/*border-top: 4px solid #09254a;*/
	width:780px;
	padding: 8px 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	height: 50px;
	background:url(images/footer_bg.gif) top center no-repeat;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}
