/* CSS Document */
.logo {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: medium;
}
body {
	background : #000040;
	color:#666666;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 40px;
	}

img {
border-style: none;
}


hr	{
	height: 1px;
	border-top:1px #D8CB44;
	overflow:hidden;
	border-style: solid;
	}


div.clearer {clear: left; line-height: 0; height: 0;}

#logo_head {
	width: 760px;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	height: 85px;
		}

#logo {
	width: 300px;
	float: left;
	padding-left: 55px;
				}
				
#logo_sail {
	width: 87px;
	height: 89px;
	float: left;
	padding-left: 76px;
	padding-bottom: 10px;
	padding-top: 20px;
	clear: both;
			}
		
#container {
	margin: 0 auto;
	width: 760px;
	background:#fff;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(images/compus_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
				}

.side_pic {
	width: 200px;
	padding-top: 60px;
	padding-bottom: 20px;
	padding-right: 20px;
	float: right;
		}
	
#footer {
	width:100%;
	padding:5px 0 5px 0;
	text-align:center;
	border-top:4px double #CC9966;
	font-size: xx-small;
	
	
}
#footer p{
	font-size: xx-small;
	
	
}

/* content middle */
.col_middle {
	float: left;
	width: 300px;
	margin-top: 60px;
	margin-left: 2em;
	}
#footer {clear:both; width:100%; padding:5px 0 5px 0; text-align:center; border-top:4px double #000040;
}
h1 {
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: .9em;
	color: #fff;
	background-color: #E37536;
	font-family: "Times New Roman", Times, serif;
	text-indent: 0.5em;
	
		}

h2 {
	font-size: 1.1em;
	}

h3, h4 {
	font-size: .8em;
}

h3 {
	text-transform: uppercase;
	letter-spacing: .2em;
}

h4 {
	font-style: italic;
	font-weight: normal;
	font-size: 90%;	
}

/*----------------------------------------------------------------------------- 
NAVIGATION
-----------------------------------------------------------------------------*/
a{ color : #E37536; text-decoration : none; } 
a:hover { color : #000040; text-decoration : underline; } 

#nav
{
	width: 143px;
	float: left;
	}

#navbox
{
	width: 143px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}

#navbox li
{
	border-top: 1px solid #999;
	margin: 0;
	font-size: 90%;
}

#navbox li a
{
	color: #000040;
	background-color: #fff;
	display: block;
	padding: 3px 3px 3px 18px;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
#navbox ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navbox li a:hover
{
	color: #fff;
	background-color: #000040;
}
.pic_space {
	position: absolute;
	height: 224px;
	width: 602px;
	left: 95px;
	top: 179px;
}
.sailwindfall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.highlight {
	background-color: #FFFFA8;
	margin: 8px;
	padding: 8px;
	color: #333366;
	border-top: 1px solid #003399;
	border-right: 2px solid #002166;
	border-bottom: 2px solid #002166;
	border-left: 1px solid #003399;
}