html, body{
	margin:0;
	padding:0;
	text-align:center;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	background-image:url("/cms/gfx/background.png");
}
td {
	color: #FFFFFF;
	font-family:Verdana;
	font-size:12px;
}
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-Color: #00004C;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#header{
	position:relative;
	height:120px;
	background-color:#00007C;
	width:100%;
}
#menu{
	position:relative;
	height:25px;
	background-color:#00007C;
	width:100%;
	text-align: center;
}

#twocols{
	width:670px;
	float:right;
	position:relative;
}


#leftcol{
	width:122px;
	float:left;
	position:relative;
	background-color:#00004C;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding:4px;
	border-top: 1px solid #000000;
}


#rightcol{
	width:122px;
	float:right;
	position:relative;
	background-color:#00004C;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding:4px;
	border-top: 1px solid #000000;
}

#maincol{background-color: #002487;
	float: left;
	display:inline;
	position: relative;
	width:532px;
	height:100%;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding:4px;
	border-top: 1px solid #000000;
}

#footer{
	height:85px;
	width:792px;
	background-color:#00007C;
	clear:both;
	text-align:center;
 	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding:4px;
	border-top: 1px solid #000000;
}
#footerMail{
	width:130px;
	height:85px;
	float:left;
	position:relative;
	vertical-align:center;
}
#footerText{
	width:532px;
	height:85px;
	float: left;
	position: relative;
	text-align:center;
	vertical-align:center;
}
#footerLogo{
	width:130px;
	height:85px;
	float:left;
	display:inline;
	position:relative;
	vertical-align:center;
}

a, a:visited {
	font-size : 12px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #A0A0A0;
	text-decoration : underline;
}
a:active, a:hover  {
	font-size : 12px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight : none;
	font-style : normal;
	color : #E0E0E0;
	text-decoration : underline;
}
a.button, a.button:active, a.button:visited   {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background-Color: #00004C;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-decoration: none;
	width: 80px;
	height: 25px;
	text-align: center;
	margin: 2px;
	padding:4;
}
a.button:hover     {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background-Color: #00007C;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	text-decoration: none;
	width: 80px;
	height: 25px;
	text-align: center;
	margin: 2px;
	padding:4;
}
a.warningbutton, a.warningbutton:active, a.warningbutton:visited   {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:14px;
	color: #FFFFFF;
	background-Color: #C40000;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	text-decoration: none;
	width: 80px;
	height: 25px;
	text-align: center;
	margin: 2px;
	padding:4;
}
a.warningbutton:hover     {
	color: #FFFFFF;
	background-Color: #00007C;
	border-left: 2px solid #000000;
	border-top: 2px solid #000000;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	text-decoration: none;
	width: 80px;
	height: 25px;
	text-align: center;
	margin: 2px;
	padding:4;
}
img {
border-color : #000000;
}
ul, li {
	color: #FFFFFF;
	font-family:Verdana;
	font-size:16px;
}