/* CSS Document */
body {
	background-color: #7D8391;
	text-align: center;
	margin-top: 4px;
}
#wrapper {
	text-align: left;
	margin-left: auto;
    margin-right: auto;
	position: relative;
	height: 373px;
	width: 760px;
	border-color: #ffcc00;
	border-style: solid;
	border-width: 1px;
}
#navdivL {
	background-color: #000000;
	position: absolute;
	text-align: left;
	height: 27px;
	width: 430px;
	left: 0px;
	top: 0px;
	border-bottom-color: #ffcc00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 3px;
}
#navdivR {
	background-color: #000000;
	position: absolute;
	text-align: center;
	height: 24px;
	width: 330px;
	left: 430px;
	top: 0px;
	border-bottom-color: #ffcc00;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 6px;
}
.nav { font-family: Verdana, Geneva, Arial; font-size: 11px; font-weight: bold; color: #ffffff; line-height: 16px} 
a.nav:link {color: #ffcc00; text-decoration: none} 
a.nav:visited { color: #ffb821; text-decoration: none} 
a.nav:hover { color: #ffffff; text-decoration: none} 
a.nav:active { color: #ffcc66; text-decoration: none} 

.text { font-family: Verdana, Geneva, Arial, Helvetica; font-size: 12px; color: #ffffff; line-height: 18px} 
a:link {color: #ffcc00; text-decoration: underline} 
a:visited { color: #ffc54a; text-decoration: underline} 
a:hover { color: #ffffff; text-decoration: underline} 
a:active { color: #ffcc66; text-decoration: underline} 

.text2 { font-family: Verdana, Geneva, Arial, Helvetica; font-size: 12px; color: #ffcc00; line-height: 18px} 
a.text2:link {color: #ffcc00; text-decoration: underline} 
a.text2:visited { color: #ffc54a; text-decoration: underline} 
a.text2:hover { color: #ffffff; text-decoration: underline} 
a.text2:active { color: #ffcc00; text-decoration: underline} 

.textB { font-family: Verdana, Geneva, Arial, Helvetica; font-size: 12px; color: #ffcc00; line-height: 18px; font-weight: bold}

.heading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

#foot {
	text-align: right;
	position: absolute;
	height: 19px;
	width: 760px;
	left: 0px;
	top: 350px;
	background-color: #000000;
	border-top-color: #ffcc00;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 3px;
}
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
a.footer:link {color: #ffcc00; text-decoration: none} 
a.footer:visited { color: #ffb821; text-decoration: none} 
a.footer:hover { color: #ffffff; text-decoration: none} 
a.footer:active { color: #ffcc66; text-decoration: none} 

.outline {
	border-color: #ffcc00;
	border-style: solid;
	border-width: 1px;
}
	

