body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

p, td, th, li, blockquote {
	font-size: 85%;
	line-height: 150%;
}

h1 {
	font-size: 110%;
	color: #4D93D8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D93D8;
}

h2 {
	font-size: 100%;
	color: #FFFFFF;
	background-color: #4F95DA;
	padding: 5px;
}

h3 {
	font-size: 90%;
	color: #4D93D8;
}

a:link {
	color: #5197DC;
	text-decoration: underline;
}

a:hover {
	color: #A8D717;
	text-decoration: underline;
}

a:visited {
	color: #4C92D7;
	text-decoration: none;
}



#header {
	background-image: url(../images/header/bg.jpg);
	height: 149px;
	background-repeat: no-repeat;
}

#content {
	margin-right: 210px;
	margin-left: 160px;
	padding-top: 0px;
	padding-right: 45px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: -20px;
}



#menu {
	position: absolute;
	top: 140px;
	width: 150px;
	left: 0px;
}

/* styles for left navigation menu lists etc. */
#menu ul { 
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#menu li {
margin: 0;
}

#menu a {
	display: block;
	padding: 2px 0px 2px 6px;
	width: 140px;
	border-top: 1px solid #DFECF9;
	border-right: 1px none #DFECF9;
	border-bottom: 1px none #DFECF9;
	border-left: 1px none #DFECF9;
	color: #4E94D9;
}

#menu a:link, #navlist a:visited {
	color: #4E94D9;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	border-top: 1px solid #4F95DA;
	border-right: 1px none #4F95DA;
	border-bottom: 1px none #4F95DA;
	border-left: 1px none #4F95DA;
	background-color: #4F97DC;
	color: #FFF;
}

.head { /* headings in the menu items (no link/mouseover) */
	border-top: 1px solid #5298DD;
	border-right: 1px none #5298DD;
	border-bottom: 1px solid #5298DD;
	border-left: 1px none #5298DD;
	background-color: #4E94D9;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	padding: 2px 0px 2px 6px; /* top, right, bottom, left */
	width: 140px;
}

/* positioning of home icon in menu */
#home {
	position:absolute;
	left:10px;
	top:146px;
	width:13px;
	height:12px;
	z-index:1;
}

#right {
	position: absolute;  
	top: 160px;  
	width: 200px;  
	right: 20px;
}


.box {
	float: right;
	width: 180px;
	padding: 0px;
	border: 1px solid #4E94D9;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-y;
	font-size: 80%;
}

.boxHeader {
	background-color: #4F95DA;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 4px;
}

.boxContent {
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 6px;
	line-height: 130%;
}

.quote {
	padding: 0px;
	border: 1px solid #4E94D9;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat;
	font-size: 80%;
}

th {
	background-color: #4A96DB;
	text-align: left;
	color: #FFFFFF;
}

.shade {
	background-color: #E9EDF8;
}
.shade td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CAD3EE;
	border-right-color: #CAD3EE;
	border-bottom-color: #CAD3EE;
	border-left-color: #CAD3EE;
}


.small {
	font-size: 70%;
}

.important {
	border: 1px solid #FF0000;
	padding: 5px;
}

.emphasis {
	border: 1px solid #4E94D9;
	padding: 5px;
}

.userdetails {
	border: 1px solid #4E94D9;
	padding: 5px;
	font-size: 70%;
	text-align: right;
	background-color: #EAF2FB;
}
#top {text-align:right;}

#footer {
	margin: 0px;
	padding: 5px;
	background-color: #4E94D9;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-top-color: #B4E31B;
	border-right-color: #B4E31B;
	border-bottom-color: #B4E31B;
	border-left-color: #B4E31B;
	color: #FFFFFF;
	font-size: 80%;
}

#footer a:link  {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #B7E61E;
}
.nav {
	color: #4E94D9;
	font-size: 70%;
	border: 1px solid #4E94D9;
	padding: 5px;
}
.groovy-blue {
	background-color: #EFF5FC;
	border: 1px dashed #4E94D9;
	padding: 8px;
}
.groovy-green {
	background-color: #F3FFD5;
	border: 1px dashed #7FAE00;
	padding: 8px;
}

#print-message {display:none;}

legend {
	font-size: 85%;
}

fieldset {
	border: 1px solid #5298DD;
}

.nomargin {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}
.counter {
	color: #FFFFFF;
	background-color: #FF0000;
}
.greyedout {
	color: #CCCCCC;
}
.greyedoutshade {
	background-color: #E9EDF8;
	color: #999999;
}
.stop {
	font-size: 85%;
	background-color: #F9E7E6;
	border: 1px solid #CC3B3A;
}
.keypoint {
	background-color: #F0FFF8;
	height: 72px;
	border: 1px solid #009900;
	padding-top: 3px;
}
.xebold {
	font-size: 85%;
	font-weight: bold;
}
.xesmall {
	font-size: 85%;
	color: #4E94D9;
}
.xeheader {
	background-color: #4E94D9;
	color: #FFFFFF;
	font-weight: bold;
}
.cc_button {
	width: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cc_field {
	width: 130px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.date{
	float:left;
	width: 5em;
	padding: 5px 0;
	background: #F1DDC4;
	color:#B0001E;
	text-align:center;
	margin: 0 4px 4px 0;
	font-size: 70%;
	line-height:0.9
}
div.date span{display:block;font-size: 150%;font-weight:bold}

select {
	font-size: 80%;
}
