body {
	margin: 0px;
	padding: 0px;
	background: #F0F0F0;
	background-image: url(images/bg.jpg);
	background-position: bottom center; 
    background-repeat: repeat-x; 
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #000000;
}

img {
	display: block;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #A5BE32;
}

h1 {
	color: #A5BE32;
	margin: 0px;
	font-size: 1.6em;
	font-weight: normal;
	clear: both;
	border-top: 1px solid #83D10E;
}

h2 {
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	color: #000099;
	font-weight: normal;
}

h3 {
	color: #000099;
	font-size: 1.1em;
	font-weight: normal;
}

div#main {
	width: 900px;
	height: 100%;
	min-height: 800px;
	margin: 0px auto;
}

div#header {
	width: 900px;
	height: 64px;
}

div#header img {
float: left;
}

div#header p#top_contact {
	float: right;
	color: #000099;
	font-weight: bold;
	margin: 42px 0px 0px 0px; 
}

div#header p#top_contact a {
	color: #000099;
	text-decoration: none;
}

div#nav {
	width: 900px;
	height: 28px;
	background: #000099;
	margin: 2px 0px 6px 0px;
}

div#nav #lhs_tab {
float: left;
width: 12px; 
height: 28px;
background-image: url(images/lhs_tab_navbar.gif);
	background-position: top left; 
    background-repeat: no-repeat; 
}

div#nav #rhs_tab {
float: right;
width: 12px; 
height: 28px;
background-image: url(images/rhs_tab_navbar.gif);
	background-position: top left; 
    background-repeat: no-repeat; 
}
 
div#nav ul#left_links {
	list-style: none;
	float: left;
    margin: 6px 0px 0px 0px;
	padding: 0px;
}

div#nav ul#right_links {
	list-style: none;
	float: right;
    margin: 6px 0px 0px 0px;
	padding: 0px;
}

div#nav ul li {
    display: inline;
	float: left;
	margin: 0px;	
	padding: 0px;
	color: #FFFFFF;
	font-size: 0.7em;
}

div#nav ul li.spacer {
    display: inline;
	float: left;
	margin: 0px 10px;	
	padding: 0px;
	color: #FFFFFF;
	font-size: 0.7em;
}

div#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

div#nav a:hover {
	color: #A5BE32;
	text-decoration: none;
	font-weight: bold;
}

#splash_img {
background: #FFFFFF;
width: 900px;
height: 167px;
clear: both;
	background-image: url(images/placeholder.jpg);
	background-position: top left; 
    background-repeat: no-repeat; 
}

#lower {
background: #FFFFFF;
    width: 900px;
	clear: both;
	min-height: 800px;
}

p.sub {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

p {
	font-size: 0.75em;
	margin: 0px 0px 10px 0px;
}

#col1 {
	border-left: 1px solid #C5E2FA;
	/*height: 251px;*/
	width: 280px;
	float: left;
	padding: 0px 0px 0px 8px;
	margin: 25px 10px 10px 10px;
	clear: both;
}

#col2 {
	border-left: 1px solid #C5E2FA;
	/*height: 251px;*/
	width: 280px;
	float: left;
	padding: 0px 0px 0px 8px;
	margin: 25px 10px 10px 0px;
}

#col3 {
	border-left: 1px solid #C5E2FA;
	/*height: 251px;*/
	width: 260px;
	float: left;
	padding: 0px 0px 0px 8px;
	margin: 25px 0px 10px 0px;
}


#rhs {
	width: 660px;
	float: left;
	margin: 20px 10px;
	background: #FFFFFF;
}


#rhs ul li {
	font-size: 0.7em;
	line-height: 1em;
	margin: 5px 0px;
}

div#lower div#rhs table {
width: 600px;
margin: 0px 0px 10px 0px;
}

div#lower div#rhs table tr th{
color: #FFFFFF;
background: #000099;
font-size: 0.7em;
}

div#lower div#rhs table tr th h4 {
font-size: 1.4em;
padding: 0px;
margin: 0px;
}

div#lower div#rhs table tr td {
background: #C5E2FA;
font-size: 2em;
text-align: center;
}

div#lower div#rhs table tr td.type {
font-size: 0.7em;
font-weight: bold;
}

#lhs {	
	float: left;
	width: 210px;	
	margin: 20px 0px 10px 10px;
	background: #FFFFFF;
}

#lhs img {	
	border: 1px solid #A5BE32;
	margin: 10px 0px;
}

div#footer {
	text-align: center;
	margin: 24px 10px;
	clear: both;
	width: 880px;
	border-top: 1px solid #C5E2FA;
	border-bottom: 1px solid #C5E2FA;
}

div#footer p {
	font-size: 0.6em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 12px 0px;
	clear: both;
}

div#footer ul {
	list-style: none;
    margin: 12px 0px;
	padding: 0px;
}

div#footer ul li {
    display: inline;
	margin: 0px 6px;	
	padding: 0px;
	color: #FFFFFF;
	font-size: 0.6em;
}

div#footer a {
	text-decoration: none;
}

div#footer a:hover {
	color: #A5BE32;
	text-decoration: none;
}

div#share {
	text-align: center;
	margin: 24px 10px;
	clear: both;
	border-bottom: 1px solid #C5E2FA;
}

div#share p {
	font-size: 0.9em;
	font-weight: bold;
	margin: 12px 0px;
}

div#share img {
	display: inline;
}

.widget {	
	color: #000099;
	background-color: #F0F0F0;
	font-size: 0.7em;
	line-height: 0.9em;
	border: 1px solid #F0F0E6;
}

.bttn_widget {	
	color: #F0F0F0;
	background-color: #000099;
	font-size: 0.7em;
	line-height: 0.9em;
	font-weight: bold;	
	border: 1px solid #F0F0E6;
}

img.about {
float: right;
margin: 4px;
}

















