body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background:url(/images/bg_repeat.jpg) repeat-y;
}

#flashcontent {
	position: absolute;
	top: 241px;
	left: 650px;
}

a, a:visited {
	color: #666;
}

a img {
	border: none;
}

/* home page */

#nav {
	margin:0;
	text-align:right;
	padding:0;
	list-style:none;
	position:relative;
 }
#home #nav {
	width:960px;
	top:480px;
	}
#nav li {
	display:inline;
	position:relative;
	}

#nav a{
	color:#fff; 
	font-weight:bold;
	padding:3px 11px;
	border-right:1px solid #fff;
	text-decoration:none;
	font-size:13px;
	}
#home #nav a {
	color:#202020;
	border-right:1px solid #004F5D;
	}
#nav a:hover, #nav a.select {
	color:#FBA900;
}
#home #nav a:hover, #home #nav a.select {
	color:#004F5D;
}

#nav li ul {
	position:absolute;
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
	top:16px;
	*top:20px;
	left:-12px;
	white-space:nowrap;
	display:none;
	border-top:#004F5D solid 10px;
	}
#home #nav li ul {
	border-bottom:#fff solid 10px;
	border-top:#762938 solid 1px;
	top:auto;
	bottom:17px;
	}
#nav li ul li a {
	color:#004F5D;
	text-align:left;
	font-weight:normal;
	border:#762938 solid 1px;
	border-top:none;
	display:block;
	padding:5px 20px;
	}
#nav li ul li a:hover {
	background:url(../images/menu_arrow.gif) no-repeat 8px center;
	color:#762938;
	}
/* inside page */

#inside {
	width: 970px;
	background: no-repeat;
	padding: 100px 20px 0 0;
	min-height:800px;
}


#header_in {
	margin-top: 77px;
	margin-left: 465px;
}

#squares {
	margin-left: 357px;
}

#content h1 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #762938;
}

#content {
	width: 460px;
	margin-top: -125px;
	margin-left: 495px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004f5d;
}

#content a, #content a:visited {
	color: #762938;
}

#home #content {
	margin-top: 380px;
	}

/* footer */

#keywords a, #keywords a:visited, #copyright, #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

#keywords, #copyright {
	margin: 20px 0px;
	text-align:right;
}

.keypad { 
	padding: 0 5px;

}

#footer {
	padding-top: 150px;
	text-align:right;
}

.validation-advice, #error {
	color: #F00;
}






