body {
	padding:0px;
	margin:0px;
	font-family:Arial, sans;
	font-size: 13px; 
	font-style: normal; 
	background: #007dc3;
	color: #007dc3;
}

a {
	color:#007dc3;
	text-decoration:none;
}

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

#body {
	width:790px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
		background:#ffffff;
}

#header {
	width:790px;
	height:100px;
	padding:0px;
	margin:0px;
	float:left;
	}

#title {
	width:600px;
	height:100px;
	padding:0px;
	margin:0px;
	float:left;
	}
	
#title a {
	color:#ffffff;
	text-decoration:none;
}

#title a:hover {
	color:#ffffff;
	text-decoration:none;
}

#logo {
	width:120px;
	height:100px;
	padding:0px;
	margin:0px;
	float:left;
	background:#ffffff;
}

.surf {
	width:570px;
	height:45px;
	padding:0px;
	margin:0px;
	float:left;
	background:#db2e29;
	font-size:30px;
	font-weight:bold;
	padding-left:30px;
	padding-top:5px;

}
.safe {
	width:470px;
	height:45px;
	padding:0px;
	margin:0px;
	margin-left:20px;
	float:left;
	background:#a6cb2a;
	font-size:30px;
	font-weight:bold;
	padding-left:30px;
	padding-top:5px;

}

#content {
	width:790px;
	padding:0px;
	margin:0px;
	float:left;
	padding-bottom:20px;
}

#left {
	width:480px;
	padding:0px;
	margin:0px;
	float:left;
	margin-top:15px;
	padding-left:30px;
	padding-right:30px;

}

#menu {
	width:250px;
	padding:0px;
	margin:0px;
	float:left;
	margin-top:15px;

}

#menu a {
	padding:0px;
	margin:0px;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	padding-top:10px;
padding-bottom:10px;
padding-left:10px;
color:#ffffff;
	}

#menu a.color1 {
width:190px;
display:block;
	background:#302a6e;
}
#menu a:hover.color1 {
	color:#302a6e;
	background:#ffffff;
	text-decoration:none;
}

#menu a.color2 {
width:190px;
display:block;
margin-left:20px;
	background:#a6cb2a;
}
#menu a:hover.color2 {
	color:#a6cb2a;
	background:#ffffff;
	text-decoration:none;
}

#menu a.color3 {
	width:190px;
	display:block;
	background:#edc300;
}

#menu a:hover.color3 {
	color:#edc300;
	background:#ffffff;
	text-decoration:none;
}

#menu a.color4 {
width:190px;
margin-left:20px;
display:block;
	background:#e77918;
}

#menu a:hover.color4 {
	color:#e77918;
	background:#ffffff;
	text-decoration:none;
}


#menu a.color5 {
width:190px;
display:block;
	background:#db2e29;
}

#menu a:hover.color5 {
	color:#db2e29;
	background:#ffffff;
	text-decoration:none;
}


#menu a.color6 {
width:190px;
display:block;
margin-left:20px;
	background:#8d2d74;
}

#menu a:hover.color6 {
	color:#8d2d74;
	background:#ffffff;
	text-decoration:none;
}

#bottom {
	width:760px;
	padding:0px;
	margin:0px;
	float:left;
	color: #007dc3;
	padding-left:30px;
	padding-bottom:20px;

}

#footer {
	width:790px;
	padding:0px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}
#footer a {

	color:#ffffff;
	text-decoration:none;
}

#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}

.bnav {
 font-size: 11px;
 color: #302a6e;
}
a.bnav  {
 color: #302a6e;
}
a:hover.bnav  {
 color: #db2e29;
 text-decoration:none
}

.title1 {
	color:#302a6e;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}
.title2 {
	color:#a6cb2a;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}
.title3 {
	color:#edc300;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}
.title4 {
	color:#e77918;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}
.title5 {
	color:#db2e29;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}
.title6 {
	color:#8d2d74;
	font-size:18px;
	padding-top:10px;
	padding-bottom:10px;
}



#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #edc300;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font-size: 12px;
	letter-spacing: 3px;
	line-height: 1.1em;
	color: #db2e29;
	font-weight: bold;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px;
border-color:#330000;
background-color: #edc300;
padding: 5px;
z-index: 5;
} 
