body {
	margin: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	height: 100%;
}

p {
	margin: 0 0 1em 0;
}

li {
	margin: 0 0 5px 5px;
	list-style-position: outside;
}

/* Links */
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border-style: none;}

/* Titles */
#midcol h2 {
	margin: 15px 0 5px 0;
	text-align: center;
	line-height: 115%;
	color: black;
	font-size: 1.6em;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	border-width: 0;
	padding: 0 1px 0 1px;
	margin: 0px 0 5px;
	background: #8B96B9;
	color: white;
}
   
/* Colors */
body { background-color: #DFE2ED; }
#hdr { border-bottom-color: #8B96B9; }
#leftcol { background-color: #8B96B9; }
div.linetit { border-color: #676C7B; }
.linetit h4 {	background: #b2b8fb;
					color: #2A497C; }
#rightcol { background-color: #C0C7DC; }
#rightcol h3 { background-color: #8B96B9; }

/* Header */

#hdr {
	position: relative;
	height: 55px;
	padding-bottom: 4px;
	border-bottom: 1px ridge;
}

#hdrtxt {
	position: absolute;
	bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #414141;
	font-size: 185%;
	line-height: 115%;
	white-space: nowrap;
	text-decoration: none;
}

#hdrLogo {
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
	width: 20%;
	text-align: center;
}
  
 /* Main Content Holder */

#main {
	position: relative;
	margin: 10px 0 0 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
	
/* Left Column */

#leftcol {
	height: 100%;
	float: left;
	position: relative;
	width: 196px;	
	left: 0;
	top: 0;
}
	
#leftcol .content {
	padding: 1px 10px 15px 10px;
	color: #ccc;
	font-size: 85%;
	line-height: 135%;
}
	
div.linetit {
	position: relative;
	color: #ccc;
	padding: 0 5px 5px 5px;
	margin-top: 20px;
	border: 1px solid #B2B8FB;
}
  
.linetit h4 {
	margin: 0;
	position: absolute;
	top: -8px;
	padding: 0 2px 0 2px;
	font-size: 118% !important;
	white-space: nowrap;
	border-width: 0;
}
  
.linetit ul {
	margin: 1em 0 0 0;;
	padding-top: 0;
	padding-left: 1.5em;
	color: #C6FEFF;
}
	
.linetit li {
	padding-top: 0;
	line-height: 115%;
	margin: 0;
}
	
.linetit dl {
	margin: 1em 0 0 0;;
	padding-left: .5em;
	color: #C6FEFF;
}

.linetit dd {
	color: #154D4E;
	margin-left: 1em;
	font-weight: bold;
	line-height: 115%;
}

#leftcol .linetit a {
	color: #154D4E;
	font-weight: bold;
}

#leftcol .linetit a:hover {
	font-weight: bold;
	color: #154D4E;
}

/* Menu */

.menu ul {
	padding-left: 0;
	list-style-type: none;
	margin-left: 0;
}

.menu li {
	margin: 0px 0px 2px 0px;
	line-height: 1em;
	padding: 0px 0px 2px 0px;
}

.menu a {
	position: relative;
	padding: 3px;
	display: block;
	border: 1px solid #B2B8FB;
	background: #8B96B9;
	color: #C6FEFF;
}

.menu a:hover, .menu a:active {
	background: #B2B8FB;
	color: #2A497C;
	text-decoration: none;
	border: 1px solid #000;
}

/* Middle Column */

#midcol {
	position: relative;
	line-height: 135%;
	margin-left: 201px;
	margin-right: 20%;
	padding: 0 .75em 0 .5em;
}
	
html>body #midcol {margin-left: 199px;}	
	
#announce {
	padding: 1px 10px;
}

#midcol table {
	font-size: 12px;
}

table.mtg {
	font-size: 12px;
	border: 0;
	padding: 3px;
}

tr.dark {
	background-color: #C0C7DC;
	vertical-align: top;
}

.top {
	font-weight: bold;
	vertical-align: top;
}

/* Right Column */

#rightcol {
	position: relative;
	float: right; 
	width: 196px;
	top: 0;
	height: 100%;
}
	
#rightcol .content {
	padding: 0 6px 15px 6px;
	font-size: 85%;
	line-height: 135%;
}

.news_date {
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 0;
}

.news {
	font-size: 10px;
	padding-bottom: 5px;
	line-height: 115%;
	margin: 3px 0 3px 0;
}

#rightcol .news a {
	color: #154D4E;
	font-weight: bold;
}

#rightcol .news a:hover {
	color: #154D4E;
}

.footer {
	width: 100%;
}

