body {
	background-color: #C8CCCF;
	font-size: 12px;
	font-family: "Trebuchet MS1", Arial, Helvetica, sans-serif;
	margin: 0;
}

a {
	text-decoration: none;
	color: #053682;
}
a:hover { color: #black; }
a img { border: none; }

h1 {
	font-size: 22px;
	color: #333;
}

h2 {
	font-size: 16px;
	color: #333;
}

h3 { color: #333; }

div hr { display: none; }

.hrdot, .hrdash, .hrsolid, .hrdouble { height: 4px; }

.hrdot { border-bottom: dotted thin #333; }

.hrdash { border-bottom: dashed thin #333; }

.hrsolid { border-bottom: solid thin #333; }

.hrdouble { border-bottom: double 4px #333; }

cite {
	font-size: 12px;
	line-height: 2em;
	margin-left: 15px;
	color: #4E4E4E;
}

#container {
	background: url(../images/bg_container.gif) repeat-y left top;
	width: 990px;
	margin: 0 auto 5px auto;
}

#left_col {
	color: white;
	width: 180px;
	padding-left: 15px;
}
#left_col img {padding-top: 15px; }
#left_col h2 {
	font-size: 14px;
	font-weight: normal;
	color: white;
	margin: 3px 0;
}
#left_col .hrsolid {
	border-bottom: solid 4px #AEC2DC;
	width: 180px;
	margin: 0;
}
#left_col h3 {
	font-weight: normal;
	font-size: 12px;
	color: white;
	margin: 3px 0;
}
#left_col em {
	font-size: 10px;
	font-weight: bold;
}

#right_col { padding-right: 15px; }

#header {
	text-align: center;
	clear: both;
}

#nav {
	text-align: left;
	font-weight: bold;
	clear: both;
	width: 160px;
	padding: 20px 10px;
}
#nav, #nav ul {
	list-style: none;
	line-height: 2em;
	padding-left: 15px;
	margin: 0;
}
#nav a, .hit a:hover { color: white; }
#nav a:hover, .hit a { color: black; }

#top_links {
	color: #053682;
	height: 20px;
	padding-right: 10px;
}
#gallery { text-align: right; }
#flash_01 { margin: 0 10px 10px 0; }

.content { width: 100%; }
.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}

#copy { padding-bottom: 5px; }
#copy td { padding: 0 10px; }

#frame_box {
	position: relative;
	width: 840px;
}

#frame {
	min-height: 450px;
	width: 100%;
	margin: 0;
}

.dragbar {
	background-color: black;
	opacity: 0.1;
	filter: alpha(opacity=10);
	width: 100%;
	height: 30px;
	font-size: 10px;
	color: white;
	text-align: center;
	cursor: s-resize;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
}
.dragbar:hover {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.dragbar:active {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#dragbar {
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

#con_form {
	border: solid 1px #AAA;
	width: 100%;
	padding: 4px;
}
#con_form label {
	display: block;
	width: 75px;
}
#con_form td {
	padding: 0 4px;
}

.btn {
	border: none;
	background-color: #333;
	color: white;
	padding: 1px;
}
.btn:hover {
	border: solid 1px #333;
	background-color: white;
	color: #333;
	padding: 0;
}

.special {
	background-color: #053682;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: white;
	margin: 5px;
	padding: 5px;
}
.special h1, .special h2, .special h3 {
	color: white;
	margin: 3px 0;
	padding: 0;
}

#footer {
	text-align: right;
	color: #053682;
	padding-right: 25px;
}

