/***********************************************/
/*       oceannomad_no_nav.css                 */
/***********************************************/

/***********************************************/
/*          HTML tag styles                    */
/***********************************************/
body{
	font-family: Verdana,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url(../Pictures/SitePictures/background_tile.jpg) fixed;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #000099;
	font-style:italic;
	font-weight:500;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/
h1{
 font: bold 120% Verdana,sans-serif;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana,sans-serif;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana,sans-serif;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana,sans-serif;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana,sans-serif;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

/********* form and related tag styles *********/
form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial, Helvetica, sans-serif;
 color: #000000;
}
				
input{
font-family: Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 7px;
	left: 0%;
	right: 0%;
	width:646px;
	border: 2px solid #FFFFFF;
	border-top: 0px;
	background-color: #000099;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	top: 10px;
	left: 0%;
	right: 0%;
	border: 0px solid #ffffff;
	border-bottom: 0px;
	height: 210px;
	width: 650px;
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-left: 1px solid #ffffff;
	background: #cccccc url(../Pictures/SitePictures/content_back.jpg) fixed;
}

/************** index content styles *****************/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	height: 200px;
}

.feature {
	height: auto;
}

.feature h1{
 font: bold 180% Arial, Helvetica, sans-serif;
 color: #000099;
 margin: 0px;
 padding: 0px;
}

.feature img{	
	padding: 0px 0px 0px 5px;
}

/************** index content styles *****************/
.forms{
	padding: 0px 20px 0px 0px;
	font-size: 80%;
	}


/************** siteInfo styles ****************/
#SiteInfo{
	clear: both;
	font-size: small;
	color: #ffffff;
	padding: 0px 10px 20px 10px;
	margin-top: 0px;
}

#SiteInfo a:link, #SiteInfo a:visited{
	color: #ffffff;
	text-decoration: none;
}

#SiteInfo a:hover{
	color: #CCCCCC;
}

/********************* end **********************/