/* 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;
	height: 85px;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
		}

#logo {
	width: 300px;
	height: 18px;
	float: left;
	padding-top: 35px;
	padding-left: 85px;
				}
				
#logo_sail {
	width: 87px;
	height: 89px;
	float: left;
	padding-left: 56px;
	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: 25em;
	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.4em;
	letter-spacing: 0.3em;
	color: #fff;
	background-color: #E37536;
	font-family: "Times New Roman", Times, serif;
	text-indent: 0.5em;
	
		}

h2 {
	font-size: 1.2em;
}

h3, h4 {
	font-size: 1em;
}

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
{
	margin: 0;
	font-size: 90%;
	width: 144px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A9A9BA;
}

#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;
	width: 143px;
}

#navbox li a:hover
{
	color: #fff;
	background-color: #000040;
	width: 143px;
}
#container #nav #navbox ul li a {
	width: 123px;
}
#container .col_middle .highlight {
	background-color: #FFC;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 14px;
	border: 1px dotted #000040;
}
