﻿/* CSS layout */
body {
	width: 800;
	background:yellow;
	font: 13px/normal Arial;
	margin: 0px 0px 1.5em 0px;
	padding: 0px 7px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;

}

#masthead {
	margin: 15px 0px 0px 0px;
	background-color: white;
	border: thin solid #FFFF00;
	width: 900;
	height: 100px;
}

#masthead h1 {
	font-style: italic;
	color: #0000FF;
	font-weight: bold;
	font-size: xx-large;
}

#top_nav {
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right:auto;
}

#menu {
width: 100%;
background: #eee;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#left_col {
	padding: 3px;
	margin: 2px;
	width: 200px;
	float: left;
}

#right_col {
	padding: 5px;
	border: thin solid #0000FF;
	width: 200px;
	float: right;
}

#page_content {
	background-color:white;
	padding: 5px;
}

#footer {
	clear: both;
	clip: rect(auto, auto, auto, auto);
	background-color: white;
	margin-top: 15px;
}
#footer p {
	font-size: 10px;
}

#latest_updates {
	margin: 5px;
	padding: 5px;
	border: medium solid #0000FF;
	width: 220px;
	right: 5px;
	background-color: #FFFFFF;
	float: right;
}

#latest_updates ul {
	left: 3px;
	margin-left: 10px;
}
#navigation li {
	list-style-type: none;
}


#photoArea {
	text-align: center;
	float: right;
	margin: 0px;
	padding: 5px;
	width: 300px;
	border: 1px solid #999999;
	background-color: #FFFFCC;
	left: 300px;
}
#photoArea p {
	padding: 0px;
}


#left_col ol {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width:120px;
}
 
#left_col ol ol {
	float: left;
	position: absolute;
	top: 0;
	left: 161px;
	display: none;
}
 
#left_col ol li {
	position: relative;
	}
 
 
#left_col li a {
	margin: 1px;
	display: block;
	padding: 5px;
	border: 1px solid #808080;
	background-color: #00CCFF;
	height: 15px;
	width: 150px;
	text-decoration: none;
	color: #000000;
}
 
#left_col li:hover ol, li.over ol  { display: block; }
 
.SECC {
	color: #3366FF;
	font-weight: bold;
	font-size: 12px;
}

p {
	font: 13px/normal Arial;
	margin: 0px 0px 1.5em 0px;
	padding: 0px 7px;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}


h1 {
	text-align: center;
}

h2 {
	font: bold 17px Arial, Helvetica, sans-serif;
	margin: 0px 0px 3px;
	padding: 0px 7px 0px 0px;
	
}

.style2 {
	vertical-align: middle;
	margin: 2px 10px 13px 10px;
}

.right_align {
	text-align: right;
}
#latest_updates ul {
	margin-left: 10px;
	padding: 1px;
	list-style-type: disc;
}
#latest_updates li {
	margin-left: 20px;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
.center {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.cclogo {
	border-width: 0px;
	vertical-align: middle;
	margin: 5px 10px;
}
.lower_menu_block {
	background-color: #00CCFF;
	width: 100%;
}
.upper_menu_block {
	width: 100%;
}
.upper_menu_buttons {
	text-align: center;
	width: 16%;
	background-color: #00CCFF;
}
.Lower_menu_titles {
	font-size: large;
	text-decoration: underline;
}
.image_no_border {
	border-width: 0;
}
.text_line_500 {
	width: 500px;
}
.text_line_75 {
	width: 75px;
}
.lower_menu_block a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}
.text_area_500 {
	width: 500px;
	height: 304px;
}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
#lower_menu {
	margin: 15px 0px 0px 0px;
}
.large_font {
	font-size: large;
}
