body, td, p, ul, li, textarea  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #024363;
}

body {
	margin: 0;
	padding: 0;
	background-color:#00839a;
}

body.popup {
	margin:10px;
	background-color:#FFFFFF;
	background-image:none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight: normal;
	color:#014363;
	padding:0 0 5px 0;
	margin-top:25px;
	margin-bottom:20px;
	width:100%;
	border-bottom: 1px dotted #bbbbbb;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#014363;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}

#main {
	background-color:#ffffff;
	background-image:url(../images/bg.gif);
	background-position:top center;
	background-repeat:repeat-x;
}

a {
	color:#0773e0;
	text-decoration:underline;
}

a:hover {
	color:#0773e0;
	text-decoration:none;
}

a, img {
	border-style:none;
}

.border {
	border: 1px solid #014363;
	margin:0 10px 10px 10px;
}

#content {
	min-height:250px;
	padding:10px 20px 20px 30px;
	background-color:#FFFFFF;
}

.navigation {
	list-style-type:none;
	margin:0;
	padding:0;
}
.navigation a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
	display:block;
	height:24px;
	padding-left:15px;
	padding-top:4px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:2px;
	text-decoration:none;
	border-bottom: 1px dotted #ffffff;
}

.navigation a:hover {
	color:#b8f3ff;
	background-image:url(../images/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#footer {

	background-image:url(../images/bgf.gif);
	background-position:top center;
	background-repeat:repeat-x;

}

#footer tr td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
}

#footer a {
	color:#d1ffff;
	text-decoration:none;
}

#footer a:hover {
	color:#ffffff;
}
