html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-size: 12px;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
	line-height: 14px;
}

ul {
	padding-left: 0;
	margin-left: 1.5em;
}

li {
	font-size: 12px;
}

img {
	border: 0;
	vertical-align : top;
	margin: 0;
	padding: 0;
    line-height: 0px;
}

form {
	margin: 0;
	padding: 0;
}

div.centered {
	text-align: center;
}

div.centered table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h1 {
	letter-spacing: 0.2px;
	font-size : 18px;
    font-weight: bold;
	line-height: 21px;
	color : #2D3459;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}

h2 {
	letter-spacing: 0.2px;
	font-size : 16px;
    font-weight: bold;
	line-height: 18px;
	color : #467BB3;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}

h3 {
	letter-spacing: 0.15px;
	font-size : 12px;
    font-weight: bold;
	line-height: 14px;
	color : #000000;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}
 
#pagewidth{ 
	width:760px; 
	text-align:left; 
	min-width: 500px;
	margin-left:auto; 
	margin-right:auto;
	background-color: #FFFFFF;

}

#pagewrapper {
		border: 1px solid #000000;
		padding: 0;
		margin: 0;
}

#header{ 
	width:100%; 
	background-color:#2D3459; 
	margin: 0;
}

#header .content{
	padding-bottom:0; /*padding bottom 0 to remove space in IE5 Mac*/
}

#footer{
 width:100%; 
 margin: 0;
 padding: 0;
}

#footer .content {
 margin: 0;
 padding: 0;
}

#maincol{ 
 width: 100%; 
 margin: 0; 
 background-color: #FFFFFF;
}

* html #maincol {
width: 760px;
w\idth: 100%;
}

#maincol .content {
	padding: 2px 4px 3px 10px;
        border: 1px solid #000000;
}

.clr{clear:both;}

a {
	font-weight: normal;
}

a:link {
	text-decoration: underline;
	outline: none;
	color: #544888;
}

a:visited {
	color: #544888;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	color: #544888;
}

#topNav a {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#topNav a:link {
	color: #ffffff;
}
#topNav a:visited {
	color: #ffffff;
}
#topNav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#topNav a:active {
	color: #ffffff;
}

#topNav td {
	text-align: right;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 4px 6px 4px 0;
}

#footerMessage {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0 4px 0;
	text-align: center;
	border-top: 1px solid #ffffff;
	background-color: #2D3459;
	color: #FFFFFF;
}
#footerMessage a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
#footerMessage a:link {
	color: #FFFFFF;
}
#footerMessage a:visited {
	color: #FFFFFF;
}
#footerMessage a:hover {
	color: #F0D834;
	text-decoration: underline;
}
#footerMessage a:active {
	color: #FFFFFF;
}

#footerNav {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
#footerNav a {
	font-size: 10px;
	color: #2D3459;
	text-decoration: underline;
}
#footerNav a:link {
	color: #2D3459;
}
#footerNav a:visited {
	color: #2D3459;
}
#footerNav a:hover {
	color: #666666;
}
#footerNav a:active {
	color: #2D3459;
}

INPUT.button {
	font-size : 12px;
	font-weight : normal;
	background-color : #467BB3;
	color : White;
	text-align : center;
	CURSOR: pointer; CURSOR: hand;
	outline:    1px solid #000;
	padding-left : 3px;
	padding-right : 3px;
}
INPUT.buttonHover
{
	font-size : 12px;
	font-weight : normal;
	background-color : #666666;
	color : White;
	text-align : center;
	CURSOR: pointer; CURSOR: hand; 
    outline:    1px solid #000;
	padding-left : 3px;
	padding-right : 3px;
}

A.button {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 4px 6px 4px 6px;
	margin: 7px 0 7px 0;
	border-right: 2px solid #999999;
    border-bottom: 2px solid #999999;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	text-decoration: none;
	display: inline-block;
}
A.button:link {
	background-color : #467BB3;
	color : #ffffff;
}
A.button:visited {
	background-color : #467BB3;
	color : #ffffff;
}
A.button:hover {
	background-color : #666666;
	color: #ffffff;
	text-decoration: none;
}
A.button:active {
	background-color : #666666;
	color : #ffffff;
}

.errorMessage {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}