@charset "UTF-8";
/* CSS Document */

html,body{
	margin:0;
	padding:0;
	background-color: #999999;
}
body{font: 76% arial,sans-serif;text-align:center}
div#container{
	background-color: #FFFFFF;
}
div#content p{
	line-height:1.8
}
div#navigation{
	background:#d4d8bd
}
div#menu{
	background:#00244D
}
div#footer{
	background: #333;
	color: #FFF;
	height: 35px;
}
div#footer p{margin:0;padding:5px 10px}

div#container{
	width:780px;
	margin:0 auto
}
div#content{
	float:left;
	width:530px
}
#calendar {
	width: 780px;
	float: left;
	text-align: center;
}
div#navigation{
	float:right;
	width:238px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.menu{
	float:left;
	width:780px;
	clear: both;
}
div#footer{clear:both;width:100%
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 1px;
	line-height: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00244D;
	font-size: 20px;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 8px;
}
p {
	color: #666666;
	line-height: 22px;
	padding-right: 16px;
	padding-left: 16px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	padding-left: 16px;
	line-height: 0px;
	padding-top: 16px;
	padding-bottom: 0px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6699CC;
	padding-left: 16px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top: 20px;
	line-height: 0;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
.sidebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.quote {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 0px;
	vertical-align: middle;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #1E4E91;
	text-decoration: none;
}
#container #footer .legal a {
	color: #FFFFFF;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
div#content li {
	padding-left: 5px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 16px;
	padding-top: 5px;
	color: #666666;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a {
	display:block;
	font-size:11px;
	width:154px;
	padding:7px 0;
	color:#00244D;
	background:#949e7c;
	text-decoration:none;
	text-align:center;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	font-weight: normal;
}
.menu :visited {
	display:block;
	font-size:11px;
	width:154px;
	padding:7px 0;
	color:#4D0200;
	background:#949e7c;
	text-decoration:none;
	text-align:center;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}
/* style the links hover */
.menu :hover{
color:#6699cc;
background:#d4d8bd;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:155px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
.subhead {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 20px; font-weight: bold; }
#header {
	background-image: url(images/pcms-banner2.jpg);
	height: 180px;
	width: 780px;
	text-align: right;
	padding-top: 7px;
}
#header   a  {
	color: #FFFFFF;
	padding-right: 50px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
