/* CSS Document */

html, body {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/stripe.png);
}

#Content2 {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background-color: #C7DEF3;
	min-height: 100%;
}

#Content3 {
	margin: 0 auto;
	text-align: left;
	width: 900px;
	background-color: #266DAE;
	min-height: 100%;
	background-image: url(../images/back.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00529F;
	font-weight: normal;
}

.greenheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0053A0;
	text-decoration: none;
}

.whitetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.greyheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00529F;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099D8;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00529F;
	text-decoration: underline;
}
a.white:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099D8;
	text-decoration: underline;
}
a.white:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.norepeat {
	background-repeat: no-repeat;
	background-position:bottom;
}

#dropmenudiv{
	position:absolute;
	border:1px;
	border-bottom-width: 0px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px;
	padding: 4px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 11px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #3592ca;
}
