body {
	width : 100%;
	height :100%;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	background : url(img/bgnd01.jpg) repeat;
	text-align : center;
	background-color : #B0E0E6;
}

a {
	color : #000099;
}

a:hover {
	color : #3300FF;
}

h1, h2, h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #993333;
	text-transform : uppercase;
}

h1 {
	font-size : 1.25em;	
}

h2 {
	font-size : 1em;
}

h3 {
	font-size : 0.75em;	
}

#main {
	text-align : left;
	width : 730px;
	margin : 20px auto;

}

#headtop {
	
}

#head {
	background-color : #339933;
}

#head img.cott {
	margin : 1em 0.6em;
	border : 1px solid #FFFF33;
}

.on {
	filter: alpha(opacity=80);
}


#cablogo {
	margin : 0.5em 0;
}

#seal {
	z-index : 5;
	float : right;
	position : relative;
	margin : -2em 0.5em;
}

#seal img {
	border : 1px solid #FFFF33;
}

a.block {
	display : block;
}

div#body {
	background-color : #FFFFCC;		
	border : 1px solid #006600;			
	border-bottom : 10px solid #006600;
	padding : 0.5em 0;	
}

#shell {
	background-color : #FFFFCC;		
}

#content {
	padding : 0.5em 1em;
}

#content p {
	font-size : 0.9em;
	line-height : 1.3em;
}

#content ol {
	font-size : 0.8em;
	color : #666666;
	margin : 2em;
}

#content ol li {
	margin : 0.5em 0;
}

#content strong {
	color : #993333;
}

#nav {
	width : 11em;
	border-right : 1px solid #CCCC99;
	padding : 0 1em;
}

#links {
	margin-bottom : 2em;
}

#links a {
	font-size :1em;
	font-weight : bold;
	display : block;
	margin : 0.8em 0;
}

#links a#current {
	text-decoration : none;
	color : #993333;
}

#links a span {
	font-size: 0.5em;
	color : red;
	text-decoration : none;
}	

#nav p {
	text-transform : uppercase;
	font-size : 0.8em;	
	line-height : 1.5em;
}

#foot {
	clear : both;
	font-size : smaller;
}

#rates {
	font-size : 0.7em;	
}

#rates caption {
	font-weight : bold;
	font-size : larger;	
	color : #993333;
}

#rates thead th {
	width : 50px;
}

#rates tfoot td {
	border : 0;
	padding : .5em 0;
	color : #666666;
	font-style : italic;
}

#rates td {
	text-align : center;
	border : 1px solid Black;
}