* {border: 0; margin:0; padding: 0; font-family: Helvetica, Arial, sans-serif;}

html{ height:100%}

body {
	height: 100%;
	min-height: 100%;
	background-color: #f9f70b;
	margin: 0;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
}

#wrapper {
margin: 0 auto;
height: inherit;
width: 862px;
}

#header {
	height: 125px;
	width: 860px;
	background-color: #F6F40A;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	float: left;
	border-left: #000033 1px solid;
border-right: #000033 1px solid;
}

#logo {
	width: 660px;
	float: left;
	margin: 13px 0 0 13px;
}

/*---- login box styles ----*/

#login {
	width: 187px;
	height: 110px;
	float: left;
	background-image: url(../images/bg_login.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
}

#login p {
	text-align: right;
	margin: 5px 0;
}

#login label {
	color: #000033;
	font-size: 0.65em;
}

.formfield {
	width: 100px;
	border: #000033 1px solid;
}

.forminput {
	margin: 0 5px 0 0;
	padding: 3px;
	background-color: #152154;
	color: #FCF500;
	font-size: 0.65em;
	width: 45px;
}

/*---- navigation styles ----*/

#subnavigation 
{
    min-height: 23px;
	width: 860px;
	background-color: #FCF500;
	border-top: #bccad3 0px solid;
	border-bottom: #bccad3 1px solid;
	float: left;
	border-left: #000033 1px solid;
    border-right: #000033 1px solid;
}

#subnavigation span a
{
    font-size:12px;
    color:Black;
    padding: 0px 0px 0px 12px;
	line-height: 20px;
	text-decoration: none;
}
#subnavigation span a:hover
{
 	text-decoration:underline;
}
#navigation, #sub {
	min-height: 30px;
	width: 860px;
	background-color: #DAE0E5;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	border-top: #bccad3 1px solid;
	border-bottom: #bccad3 1px solid;
	float: left;
	border-left: #000033 1px solid;
    border-right: #000033 1px solid;
}
#navigation ul, #sub ul {
	display: inline;
}

#navigation ul li, #sub ul li {
	list-style: none;
	display: inline;
	margin: 0;
}

#navigation li a, #sub li a {
	color: #152154;
	text-decoration: none;
	font-size: 0.75em;
	padding: 0 12px;
	line-height: 30px;
	display: block;
	float: left;
	border-right: #bccad3 1px solid;
}

#navigation li a:hover, #sub li a:hover {
	background-color: #152154;
	color: #F9F70B;
	text-decoration: none;
}

#navigation li.navon a, #sub li.navon a {
	background-color: #FCF500;
	color: #000000;
	text-decoration: none;
}

#navigation li.navon a:hover, #sub li.navon a:hover {
	background-color: #FCF500;
	color: #FFFFFF;
	text-decoration: none;
}

/*---- content styles ----*/

#splash {
	background-color: #FFFFFF;
	width: 822px;
	float: left;
	padding: 6px 19px 24px 19px;
	border-left: #000033 1px solid;
	border-right: #000033 1px solid;
}

#splash img {
	border: 1px solid #000000;
}

#content {
	background-color: #FFFFFF;
	width: 860px;
	float: left;
	border-left: #000033 1px solid;
	border-right: #000033 1px solid;
}

#text {
	width: 490px;
	float: left;
	margin: 0 0 10px 20px;
	background-image: url(../images/bg_hprow.gif);
	background-repeat: repeat-x;
	padding: 5px;
	border-bottom: 10px solid #ffffff;
}	

#rhs {
	width: 320px;
	float: left;
}

#footer {
	float: left;
	background-color: #152154;
	min-height: 80px;
	width: 860px;
	border-left: #000033 1px solid;
	border-right: #000033 1px solid;
	border-bottom: #152154 20px solid;
}

#footer p {
	color: #FFFFFF;
	font-size: 0.75em;
}

#address {
	float: left;
	width: 555px;
	margin: 20px 0 0 20px;
}

#credits {
	float: left;
	width: 265px;
	margin: 20px 0 0 0;
}

/*---- hp blocks ----*/

.hprow {
	float: left;
	width: 820px;
	margin: 0 20px 10px 20px;
	background-image: url(../images/bg_hprow.gif);
	background-repeat: repeat-x;
}

.hpblock {
	float: left;
	min-height: 130px;
	padding: 5px;
}

.mid {
	width: 490px;
}

.small {
	width: 300px;
	border-left: 10px solid #FFFFFF;
}

.full {
	width: 810px;
}

.rh {
	width: 300px;
	margin-left: 10px;
	background-image: url(../images/bg_hprow.gif);
	background-repeat: repeat-x;
}

.hpblock h1, #text h1 {
	color: #152154;
	background-color: #F7F50B;
	padding: 3px 8px;
	font-size: 1.1em;
	text-transform: uppercase;
	background-image: url(../images/bg_hprow_h1.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #cbc900;
}

#text h2 {
	color: #152154;
	padding: 8px;
	font-size: 0.9em;
}


.hpblock p, #text p {
	color: #152154;
	padding: 8px;
	font-size: 0.8em;
}

.hpblock td {
	color: #152154;
	padding: 6px 5px 0 5px;
	font-size: 0.8em;
}

.hpblock a {
	color: #152154;
}

.hpblock a:hover {
	color: #D7D000;
}

.imageLeft {
	margin-right: 15px;
}

.full a img {
	margin: 0 10px;
}

