﻿  /* CSS layout */

body {
	margin:  0;
	padding: 0;
	background-color:#93BBFD
}

#masthead {
	max-width: 1000px;
	height: 190px;
	background: #FFFFFF url(images/ccw-webhead.gif) no-repeat center;
}

#top_nav {
	font: normal normal bold 100% "Times New Roman", Times, serif;
	max-width: 1000px;
	background: #FFFFFF;
	color: #000080;
	text-decoration: none;
}

#container {
	min-width: 600px;
	max-width: 1000px;
	background: #FFFFFF;
}

#left_col {
	width: 100px;
	background: #FFFFFF;
	float: left;
}

#page_content {
	background: #FFFFFF;
	max-width: 880px;
	margin-left: 110px;
}

#footer {
	max-width:1000px;
	background: #FFFFFF;
	clear: both;
}

.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu {
	width: 100px;
	border-style: solid solid none solid;
	border-color: #0e69be;
	border-width: 0px;
	}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}

#menu li a {
	height: 16px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
	text-decoration: none;
	font-weight:normal;
	}

#menu li a:link, #menu li a:visited {
	color: #000080;
	display: block;
	background: url(images/F3-1-100.jpg);
	background-repeat: no-repeat;
	padding: 0px 0 0 20px;
	font-weight: bold;
}

#menu li a:hover {
	color: #0e69be;
	background: url(images/F3-1-100.jpg) 0 -16px;
	background-repeat:no-repeat;
	padding: 0px 0 0 20px;
}

#menu li a:active {
	color: #0e69be;
	background: url(images/F3-1-100.jpg) 0 -32px;
	background-repeat:no-repeat;
	padding: 0px 0 0 20px;
}

