body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

a, a:visited {
	color: #FF6633;
	text-decoration: none;
	background: transparent;
	padding: 0 0 0 0px;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CCCCCC;
	background: #transparent;
	text-decoration: none;
}


#containerMain {
	background-image: url(../images/background_fp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	width: 900px;
	background-color: #E0E0DD;
}

#container {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	width: 900px;
	background-color: #E0E0DD;

}
#navbar {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 900px;
}
#navbar a, #navbar a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	line-height: 41px;
	margin-right: 15px;
	margin-left: 15px;
}

#navbar a:hover, #navbar a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	line-height: 41px;
	margin-right: 15px;
	margin-left: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 74px;
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 50px;
}
#footer a, #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:active, #footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	padding: 5px;

}
.black_overlay{
 display: none;
 position: absolute;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color: #666666;
 z-index:1001;
 -moz-opacity: 0.8;
 opacity:.80;
 filter: alpha(opacity=80);
}

.white_content {
 display: none;
 position: absolute;
 top: 25%;
 left: 25%;
 width: 50%;
 height: 50%;
 padding: 16px;
 border: 16px solid #666666;
 background-color: #FFFFFF;
 z-index:1002;
 overflow: auto;
}

.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #990000;
}
.title a, .title a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.title a:active, .title a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #CC9999;
	text-decoration: none;
}
.button {
	color: #FFF; 
	background-color: #0077CC; 
	padding: 4px 4px 4px 4px; 
	font-family: arial, helvetica, sans-serif; 
	border: 0;
}
