body {
	font-family:'Lucida Grande',Verdana, Arial, sans-serif;
	font-size:11px;
	color:#451D09;
	background-color: #004477;
	background-image: url(images/bg.jpg);
}

#container{
	width:744px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	background-color: #4C89A5;
	background-repeat: no-repeat;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #4C89A5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#headerbox{
	height:150px;
	width:746px;
	margin-right:auto;
	margin-left:auto;
	padding:0;
	background-color: #FFFFFF;
	background-image: url(img/logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#banner{
	border:#9F876F 1px solid;
	height:30px;
	width:734px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	padding:6px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:-1px;
	font-size:16px;
	background-color: #FFFFFF;
}

#centerbox{
	width:501px;
	float:left;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

#redheader{
	width:474px;
	float:left;
	text-align:right;
	padding:9px;
	background-color:#FFFFFF;
	font-family:'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#C2B8AF;
}

#sidebox{
	width:180px;
	float:right;
	border:0px;
	margin-right:0px;
	font-family:'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:10px;
	color:#451D09;
}

.sideheader{
	width:180px;
	text-align:right;
	padding:3px;
	font-family:'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sidebox2{
	width:180px;
	font-family:'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:11px;
	color:#451D09;
	border:0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

#footer{
	clear:both;
	padding:6px;
	background-color:#CCCCCC;
	text-align:center;
	font-family:'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:10px;
	color:#6F0000;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

A:link{
	color:#004477;
	text-decoration:none;
}
A:hover{
	color:#004477;
	text-decoration:none;
}
A:active{
	color:#004477;
	text-decoration:none;
}
A:active:hover{
	color:#004477;
}
A:visited{
	color:#004477;
	text-decoration:none;
}
A:visited:hover{
	color:#004477;
	text-decoration:none;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	letter-spacing: 3px;
	text-align: center;
	margin-top: 20px;
}

b {
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#6F0000;
}
#p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	text-align: center;
}


input,textarea,select {
border:#A30000 1px solid;
background-color:#E9E4DF;
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:8pt;
color:#6F0000;
}



/* CSS MENU EFFECT */
/* from Listamatic - Eric Meyer */

#navcontainer
{
	padding:0px;
	width:190px;
	height:150px;
	margin-left:529px;
	background-color: #FFFFFF;
}

 #navlist
{
	padding: 0px 1px 1px;
	margin-left: 0px;
	margin-top: 0px;
	font: bold 12px Verdana, Helvetica, sans-serif;
	width: 190px;
	background-color: #FFFFFF;
}

#navlist li
{
	list-style: none;
	margin: 0;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#navlist li a
{
	display: block;
	width:190px;
	text-decoration: none;
	background-color: #005A74;
	height: 23px;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
	border-left-width: 1em;
	border-left-style: solid;
	border-left-color: #EEEEEE;
}

#navlist li a:link { color: #FFFFFF; }
#navlist li a:visited {
	color: #FFFFFF;
}

#navlist li a:hover
{
	color: #005A74;
	background-color: #EEEEEE;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #005A74;
	border-left-width: 1em;
	border-left-style: solid;
}

