/* CSS Document */
body, div, p, td
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

body
{
	background-image: url(../assets/bg.jpg) ;
	background-position:top;
	background-repeat: repeat-x;
}

h1
{
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1c529a;
	line-height: 18px;
}

h2
{
font-size:14px;
line-height:17px;
margin:0px 0px 5px 0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color: #006699;
}

ul
{ margin:0px;
}


#box
{
	height: 50px;
	width: auto;
	background-image: url(../assets/bgyellbottom.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	margin-bottom: 0px;	
}

#container
{
	height: 100%;
	margin: 0px auto;
	width: 792px;
	
}
	

	
#navtop
{
	background-image: url(../assets/bgnavtop.jpg);
	height: 21px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	background-repeat: repeat-x;
}


#navtop .rightmenu {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	float: right;
	margin-right: 5px;
	padding-top: 2px;
	line-height: 14px;
}
	
	
#navtop .leftmenu {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	float: left;
	margin-left: 5px;
	padding-top: 2px;
	line-height: 14px;
}	
	
#navtop a
{
	font-size: 10px;
	padding: 5px 5px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
}
	
#navtop a:hover
{
	font-size: 10px;
	padding: 5px 5px;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-weight: bold;
}

#leftbox
{
	height: 100%;
	width: 223px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right:0px;
	clear:both;
	float: left;
	margin-bottom: 10px;
}

#sidebox
{
border:1px #003366 solid;
background-color:#e7eaf3;
height: 52px;
margin-top:10px;
font: Verdana, Arial, Helvetica, sans-serif bold;
font-size: 14px;
color: #003366;
line-height: 20px;
background-image:url(../assets/starfish.png);
background-position:left;
background-repeat:no-repeat;
padding-left: 60px;
padding-top: 10px;

}


#sidebox2
{
	border-left:1px #003366 solid;
	border-right:1px #003366 solid;
	border-bottom:1px #003366 solid;
	background-color:fff;
	font-style: normal;
	height: auto;
	font: Verdana, Arial, Helvetica, sans-serif bold;
	font-size: 11px;
	color: #000;
	background-image:url(../assets/beach.png);
	background-position:bottom;
	background-repeat:no-repeat;
	line-height: 21px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
	

#sub
{
	background-image: url(../assets/bgsub.jpg);
	background-position:top;
	background-repeat: no-repeat;
	height: 28px;
	font: Verdana, Arial, Helvetica, sans-serif bold;
	font-size: 12px;
	color: #990000;
	line-height: 16px;
	text-align: left;
	margin-top: 10px;
	padding-left: 8px;
	padding-top: 5px;
	font-weight:bold;

}


#submenu
{
	
	
	height: auto;
	float: left;
	}

#submenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
#submenu li
{
	
	background-color:#b7d2e3;
	border-top:#FFFFFF solid 4px;
	
	width:222px;
		
}

#submenu li a
{
	color:#1c529a;
	display:block;
	text-decoration: none;
	line-height: 25px;
	padding-left: 8px;
}
	
#submenu li a:hover
{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#1c529a;
	text-decoration:underline;
	
}

	
#content
{
	float:right;
	background-color: #fff;
	margin-left:10px;
	margin-top:5px;
	width: 555px;
	clear:right;
	
}

#menu
{
	/*background-image: url(../assets/bgnav.jpg);*/
	background-color:#1c529a;
	height: 30px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	margin-top: 9px;
}
	
#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 0px 0 5px 0;

}
	
#menu li
{
	float: left;
	width: 110px;
	text-align: center;
	border-right: #FFFFFF 1px solid;
	
}

#menu li a
{
	color:#FFFFFF;
	text-decoration: none;
	display:block;
	height: 27px;
	line-height: 12px;
	padding-top:3px;
}
	
#menu li a:hover
{
	color:#003399;
	text-decoration:none;
	background-color:#f8e6b8;
	display: block;
	font-weight:bold;
	
}



	
#menu li:hover ul, #menu li.link ul
{
	display: block;
}

/**#menu ul li li a
{
	border-bottom: 1px solid #fc0;
	height: 16px;
	padding: 2px 5px;
	width: 164px;
	text-indent: 12px;
}


#menu li li:hover a, #menu li li.link a
{
	background-color: #e1e2ee;
}

	

#menu a.member
{
	color: #fc0;
}
	
#menu a.member:hover
{
	color: #fff;
}


#pageheader img
{
	height: 173px;
	width: 788px;
	vertical-align: bottom;
	margin-right: 400px;
	color: #003366;
	font-weight: bold;
	color: #003366;
}

**/


#maincontent
{
	background-color: #fff;
	background-image: url(../assets/redribbon.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width: 556px;
	margin-top: 15px;
	float: right;
	margin-left: 10px;
	clear:right;
}
	
#maincontent p
{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	margin: 0px;
}
	
#main
{
	background-color: #fff;
	background-image: url(../assets/star.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width: 546px;
	margin-top: 15px;
	float: right;
	margin-left: 10px;
	clear:right;
	margin-bottom: 15px;
	padding-right: 10px;
}
	
#main p
{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	}	
	
.link 
{
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.link:hover {
color: #006699;
text-decoration:underline;
}

.innerbox
{
	border:#990000;
	border-style:solid;
	width:170px;
	border-width: 1px;
	background-color: #FFFFFF;
	margin-right: 10px;
	float: left;
	margin-bottom: 15px;
	
}

.innerbox p
{text-align:left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:22px;
	line-height: 35px;
	color:#990000;
	}
	
.innerbox2
{
	border:#990000;
	border-style:solid;
	width:530px;
	border-width: 1px;
	background-color: #FFE8E5;
	padding-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;

	
}

.title
{
	background-image: url(../assets/h3bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-bottom:solid thin #990000;
	text-align:center;
	font-size:16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	height: 30px;
	padding-top: 8px;
}


.innerbox2 p
{
	text-align:left;
	padding-left: 10px;
	color: #003366;
	padding-right: 10px;
	line-height: 100px;
	font-size: 14px;
	}
	
#footer
{
	background-image: url(../assets/bgfooter.jpg);
	background-repeat: repeat-x;
	height: 21px;
	width: 792px;
	float: left;
	padding-top: 5px;
	margin-top:10px;
}
	
#footer .rightmenu {
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	float: right;
	margin-right: 5px;
	padding-bottom: 7px;
	
}
	
	
#footer .leftmenu {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	float: left;
	margin-left: 5px;
	padding-bottom: 7px;
	
}

#footer2
{
	height: 15px;
	width: 792px;
	float: left;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color: #990000;
}

.linksmall {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

.linksmall:hover {
color: #006699;
text-decoration:underline;
}

.introtext
{
	text-align:left;
	font-size:13px;
	font-weight:bold;
	line-height: 18px;
	font: "Helvetica Neue";
	
	}

.redtitle
{color:#990000;
font-weight:bold;
}
