﻿body, table, div, form, textarea, td, th, ul, li, ol, a, a:hover, a:visited {
	padding: 0px;
	margin: 0px;
	border: none 0px;
	font-family:Tahoma, serifSansSerifMonospace;
	font-size: 1em;
}
body {
	font-size: 0.9em;
	background-color: #FFFFFF;
	color: #000000;
}
img {
	border: none;
}

input.textbox, textarea {
	border: solid 1px #0F659C;
}
               
.topic_header {
	font-family: Arial;
	color: #344C68;
	font-size: 1.4em;
}

a.blue_link {
	color: #0F659C;
	text-decoration: underline;
}

a:hover.blue_link {
	color: #0F659C;
	text-decoration: none;
}

.10pt_admin_menu { 
	font-family: Arial;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%; 
	margin-top: 0;
	margin-bottom: 0;
}
			
:hover.10pt_admin_menu { 
	font-family: Arial;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	line-height: 100%; 
    margin-top: 0;
    margin-bottom: 0;
}

#divMain {
	width: 90%;
	margin-left: 5%;
	border: solid 1px #22594C;
	min-width: 1000px;
}

.container {
	display: block;
	width: 100%;
}

.container .left {
	float: left;
	width: 300px;
}

.container .right {
	float: right;
}
.menu {
	text-align:right;
}
.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display: inline;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	display: inline-block;
	text-decoration:none;
}

.top  ul li a {
	color: #D46411;
	font-style: italic; 
	font-weight: bold;
	padding-right: 2%;
	padding-left: 2%;
	padding-top: 1em;
	padding-bottom: 1em;
	border-right: dotted 1px #AAAAAA;
}

.footer ul li a {
	color: #0F659C;
	font-weight: normal;
	text-decoration: underline;
	padding-right: 0.7em;
	padding-left: 0.7em;
	border-right: solid 1px #000000;
}
.footer ul li a:hover {
	text-decoration:none;
}

.top ul li a.lastItem {
	border-right: none;
	padding-right: 1%;
}

.footer ul li a.lastItem {
	border-right: none;
	padding-right: 0.5em;
}
               
ul.menu li a:hover {
	text-decoration:none;
}

#WelcomeMsg {
	height: 155px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: URL('../images/welcome_background.png');
}

#PageTitle {
	padding-left: 20px;
	background-repeat:repeat-x;
	background-position:left;
	background-position:top;
	background-image: url('../images/header_text2_blank.gif')
}

#PageTitle h1 {
	margin-top: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 1.4em;
}

#footer {
	font-size: 0.9em;
	width: 100%;
	height: 5.3em;
}

#footer .right {
	width:65%;

	background-color: #DADBDF;
	height: 5.3em;
}
#footerMenu {
	border-top: solid 2px #FFFFFF;
	width: 100%;
}
#footer .right .menu {
	padding-top: 1.5em;
	width: 100%;
	border-top: dotted #AAAAAA 1px;
}
#footer .left {
	width: 35%;
	background-color: #DADBDF;
	height: 5.3em;
}
#footer .left div {
	border-top: solid #22594C 3px;
	padding-top: 1em;
	width:100%;
	padding-left: 1em;
}
#footer .menu {
	width: 100%;
	height: 100%;
}
#footer .clear {
	width:100%;
	background-color: #DADBDF;
}
.clear {
	clear:both;
	height: 0px;
	overflow:hidden;
}

#WhatHappening {
	width: 50%;
	 min-height: 305px;
	background-image: url('../images/SectionCC.png');
	background-repeat:no-repeat;
	background-position:top;
}
#WhatHappening h2 {
	padding-top: 0em;
	margin-top: 7px;
	padding-left: 2em;
	color: #22594C;
	font-weight: normal;
	font-size: 1.4em;
}
#WhatHappening ul li {
	margin-left: 30%;
	margin-bottom: 0.5em;
}

.SectionHeader {
	padding-top: 0.5em;
}
.SectionHeader th {
	width: 50%;
	border-bottom: solid 3px #22594C;
	font-weight: bold;
	font-size: 1.4em;
	color: #22594C;
	text-align:left;
}
.SectionHeader td {
	border-bottom: solid 1px #22594C;
}
#LatestNews {
	width: 44%;
	padding-left: 3%;
}
#LatestNews div {
	margin-top: 2em;
}
#MainContent {
	padding: 2em;
}

#tableMeetings {
	width: 100%;
	padding-bottom: 3em;
}

#tableMeetings th {
	text-align:left;
	color: #FFFFFF;
	border-top: solid 3px #1F4F44;
	background-color: #22594C;
	font-size: 1.2em;
	font-weight: 700;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}
#tableMeetings td {
	font-weight: bold;
	padding-top: 0.4em;
	padding-bottom: 0.3em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
#tableMeetings td.bottom {
	border-bottom: dotted #AAAAAA 1px;
	font-weight: normal;
	padding-top: 0em;
	padding-bottom: 1em;
}
#tableMeetings tr.alt {
	background-color: #DAEAE6;
}
