﻿/* main.css */


body {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	z-index: 0;
	color: #000000;
	background: #97DBF8 url(../images/home/bg_blue_stripe.gif);
	line-height: 16px;
}


a:link, a:visited {
	color: #006A98;
}
a:active, a:hover {
	color: #00A7EF;
}


#container {
	width: 925px;
}

#background-square {
	position: absolute;
	z-index: 10;
	left: 154px;
	top: 16px;
}

#logo {
	position: absolute;
	z-index: 200;
	left: 308px;
	top: 155px;
}

#dates {
	position: absolute;
	z-index: 30;
	left: 570px;
	top: 87px;
}

#account {
	position: absolute;
	z-index: 110;
	left: 159px;
	top: 10px;
	width: 370px;
	text-align: center;
}

.loginTable td {
	font-size: 10px;
	color: #667366;
}

.errorMsg {
	font-size: 10px;
	color: #667366;
}

#account a {
	font-size: 11px;
}
#account a:link, #account a:visited {
	color: #316422;
	text-decoration: none;
}
#account a:active, #account a:hover {
	color: #000000;
	text-decoration: underline;
}

#account b {
	font-size: 12px;
}


#contact-section {
	position: absolute;
	z-index: 110;
	left: 608px;
	top: 660px;
	width: 200px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, arial, sans-serif;
	color: #316422;
}
#contact-section a {
	color: #316422;
	text-decoration: none;
}
#contact-section a:hover  {
	color: #006A98;
	text-decoration: underline;
}




#star-left {
	position: absolute;
	z-index: 20;
	left: 0px;
	top: 400px;
}
#star-topleft {
	position: absolute;
	z-index: 20;
	left: 159px;
	top: 72px;
}
#star-topright {
	position: absolute;
	z-index: 20;
	left: 780px;
	top: 35px;
}
#star-bottomright {
	position: absolute;
	z-index: 20;
	left: 815px;
	top: 635px;
}


#navigation {
	position: absolute;
	z-index: 110;
	left: 710px;
	top: 185px;
	width: 200px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

#navigation a {
	width: 200px;
	text-decoration: none;
	padding: 5px 20px;
	font-size: 14px;
}

#navigation a:link, #navigation a:visited  {
	background-color: #D2F0CA;
	color: #000000;
}

#navigation a:hover, #navigation a:active  {
	background-color: #006A98;
	color: #ffffff;
}


#copy {
	position: absolute;
	z-index: 100;
	left: 243px;
	top: 400px;
	font-size: 12px;
	line-height: 22px;
	width: 525px;
}

#footer {
	position: absolute;
	z-index: 50;
	left: 198px;
	top: 757px;
	width: 660px;
	text-align: center;
	padding-bottom: 50px;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #454545;
}
#footer a:hover, #footer a:active {
	color: #666666;
}







