﻿body {
	background-color:#0991ac;
	background-image:url('images/bg.gif');
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	font-size:75%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;	
}

p {
	margin:0px 0px 15px 0px;
	line-height: 1.4em;
	}

li {
	line-height: 1.25;
}

a {
	color: #0e0c72;
}

a:hover {
	color: #0991ac;
}

h2 {
	color: #0e0c72;
	font-size: 1.2em;
	margin-top: 0px;
}

h3 {
	color: #0e0c72;
	font-size: 1em;
	font-style: normal;
}

#container {
	background: white;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
}

td.lbl {
	text-align: right;
	font-size:1.0em;  
	line-height: 1.4em;
	color:#333;
}

/* header */

#header {
	clear: both;
	height: 76px;
}

#logo {
	float:left;
	height: 66px;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 0px;
	width: 300px;
	text-align: center;
}

#nav {
	float: right;
	width: 465px;
	height: 30px;
	padding-right:0px;
	margin-top: 56px;
	margin-right: 0px;
	font-size: 1.3em;
}

#tab {
	float:left;
	width: 93px;
	height: 21px;
	background-image: url('images/tab.gif');
	text-align: center;
	padding-top: 9px;
	font-size: 0.8em;
	font-weight: bold;
	}

#tab a {
	color:#0991ac;
	text-decoration:none;
}

#tab a:hover {
	color:#0e0c72;
}

#contact {
	float:right;
	width: 175px;
	height: 76px;
	text-align: right;
}

/* HOME feature */

#feature {
	clear: both;
	height: 300px;
	border: 1px #eee solid;
	background-color: #ffffcc;
}

#topic {
	float: left;
	width: 290px;
	padding: 15px;
	padding-top: 0px;
}

#topic h1 {
	color: #0991ac;
	font-family:Times New Roman, Times, serif;
	font-size: 2em;
	font-weight: normal;
}

#topic img {
	border-width: 0px; 
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}
#topic a {
	color:#63982D;
	font-weight: bold;
}

#topic a:hover {
	color:#0e0c72;
	font-weight: bold;
}

#flash {
	float: right;
	width: 640px;
	height: 300px;
}

/* HOME columns */

#columnset {
	clear: both;
	height: 450px;
}

#column_head1 {
	float: left;
	width: 282px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	color: #0991ac;
	font-family:Times New Roman, Times, serif;
	font-size: 2em;
}

#column_head2 {
	float: left;
	width: 604px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 30px;
	color: #0991ac;
	font-family:Times New Roman, Times, serif;
	font-size: 2em;
}

#column1 {
	float: left;
	width: 282px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 350px;
}

#column2 {
	float: left;
	width: 604px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 350px;
}

#column_data {
	height: 105px;
}

#column_data img {
	border-width: 0px; 
	float: right;
	padding-left: 10px;
}

#column a {
	color:#63982D;
	font-weight: bold;
}

#column a:hover {
	color:#0e0c72;
	font-weight: bold;
}

/* TEMPLATE */

#page_head {
	clear: both;
	background-color: #ffffcc;
	background-color: #ffffcc;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	height: 30px;
	color: #0e0c72;
	font-family:Times New Roman, Times, serif;
	font-size: 2em;
	background-image: url('images/bar.gif');
	background-repeat: repeat-x;
}

#page {
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#page .sidebar {
	float: right;
	width: 250px;
	padding: 20px;
	padding-top: 10px;
	margin-left: 20px;
	border: 1px #eee solid;
	background-color: #ffffee;
}

#page .sidebar h2 {
	color: #0991ac;
	font-size: 1.2em;
	font-style: normal;
}

#page h1 {
	color: #0e0c72;
	font-family:Times New Roman, Times, serif;
	font-size: 2em;
	font-weight: normal;
}

#page h2 {
	color: #0991ac;
	font-size: 1.3em;
	font-style: italic;
}

#page .box {
	padding: 20px;
	border: 1px #eee solid;
	background-color: #eefeff;
	margin-bottom: 20px;
}

#page .quote {
	float: right;
	width: 250px;
	border: 1px #eee solid;
	background-color: #eeffef;
	text-align: center;
}

#page .cells {
	float: left;
	margin-right: 20px;
}

#page .clear {
	clear: both;
}

/* footer */

#footer {
	clear: both;
	padding: 15px;
	padding-top: 50px;
	padding-bottom: 0px;
	font-size: .9em;
	text-align: center;
}

#footer a {
	color: #333;
}