@charset "utf-8";
/* CSS Document */

/* Body and generic styles */

html {
	width:100%;
}
.white_content td{
text-align:left;
}

.black_overlay{
            display: none;
            position: fixed;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.6;
            opacity:.60;
            filter: alpha(opacity=60);
        }
        .white_content {
            display: none;
            position: fixed;
            top: 13%;
            left: 15%;
            width: 70%;
            height: 70%;
            padding: 16px;
            border: 2px solid #656565;
            background-color: white;
            z-index:1002;
            overflow: auto;
			text-align:center;
        }


body {
	background: #5A9E97;
	margin: 0px 0px 0px 0px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width:100%;
}

p{background-color: white;}

img {
	border: 0px;
}

h2 {
	color:#2e4152;
	padding-top: 0px;
	font-weight: 600;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#banner{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer:
}

table#registration{
	border: 1px solid #C1DAD7;
	width: 100%;
	font: normal 12px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	/*background-color: #E6EAE9;*/
	margin-bottom: 25px;
	}
	
table#registration td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	
}

td.separator{
	border-bottom: 1px solid #2e4152;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color:#2e4152;
	padding-top: 0px;
	font-weight: 600;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.oddrow {
	background-color: #F5FAFA;
}

.evenrox {
	background-color: #E6EAE9;
}

.leftcol {
	color: #797268;
	font-weight: bold;
}

.rightcol {
    text-align: left;

}

h1{
	padding-bottom: 3px;
}


a:link, a:visited { 
	color: #292929;
	text-decoration: none;
	border-bottom: dotted #292929 1px;
}

a:hover {
	color: #384f63;
	text-decoration: none;
}

/* main body styles */
.main {
	width:100%;
}

/* header styles */

#header_bg{
	background-image: url(../images/08navy_header.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color:#FFFFFF;
	height: 216px;
	}
#header_center{
	margin:0 auto;
	text-align: center;
	padding-top: 44px;
}

/* navigation styles */
.mainnav {
	vertical-align:top;
	max-width: 150px;
	max-width:150px;
	padding-left: 50px;
	padding-top: 0px;
	float:left;
	position:relative;
}

.nav {
	padding-top: 30px;
	.padding-top: 70px;
	padding-left: 10px;
	.padding-left: 0px;
	margin: 0;
	width: 150px;
	list-style:none;
}

.anav:link, .anav:visited { 
	color: #292929;
	text-decoration: none;
	border-bottom: dotted #292929 1px;
	display: block;
}

.anav:link2 { 
	color: #292929;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.anav:hover {
	color: #384f63;
	text-decoration: none;
	border-bottom: solid #000000 1px;
	display: block;
}

.mainbody {
	margin: 40px 40px 0 220px;
	
}

.mainbody h1 {
	color:#292929;
	margin:0;
	background:#5A9E97;
	padding-right: 80px;
	border-bottom: 4px #874311 solid;
	border-right:none;
}


.mainbody h2 {
	color:#2e4152;
	padding-top: 0px;
	font-weight: 600;
}

.mainbodycontent h3 {
	color:#2e4152;
	font-size: 13px;
	padding-top: 0px;
	font-weight: 600;
	padding-bottom: 0px;
	margin: 0;
}

.mainbodycontent {
	background:#FFFFFF;
	border-right: 4px #874311 solid;
	padding: 10px 20px 10px 20px;
}

.mainbody ul {
	list-style-type: square;
	list-style-position: outside;
}

.mainbody p {
	margin:0;
	padding-bottom:20px;
}

/* footer styles */

.footer {
	text-align:center;
	clear:both;
	padding-top: 20px;
	background:#FFFFFF none repeat scroll 0%;
	border-right:4px solid #874311;
}

.bad {
border: 2px solid #ff0000;
}
.good{

}
.presname{
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	}
