﻿*
{
	padding: 0px;
	margin: 0px;
}

body
{
	 font-family: Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 12px;
}

p, #bodyfont {
	font-family: 'times new roman', Arial, Helvetica, sans-serif;
	font-size:14px;
}

li {
	font-family: 'times new roman', Arial, Helvetica, sans-serif;
	font-size:13px;
}

p.indent
{
	padding-left: 13px;
}

span.pre
{
	width: 100%;
	white-space: pre;
}

li.space
{
	height: 7px;
}

a:link { 
  color: #0000ff;
}
a:visited {
  color: #0000ff;
}
a:hover {
  color: #800080;
}
a:active { 
  color: #0000ff;
}

#wrapper
{
	 width: 770px;
	 margin: 0px auto;
}

#header 
{
	border: 1px solid #000;
	margin: 5px 5px 0px 5px;
	padding: 6px;
	background-color: #b40033;
}

#header img
{
	float: left;
	margin: 0px;
	font-family: 'times new roman', Arial, Helvetica, sans-serif;
	font-size:14px;
}

#header h2
{
	height: 46px;
	padding-top: 35px;
	text-align: center;
	font-size: 18pt;
	color: Black;
}

#navbar
{
	height: 15px;
	margin: 0px 5px 0px 5px;
	border: solid 1px #000;
	background-color: #444;
	color: #FFF;
	font-family: 'times new roman', Arial, Helvetica, sans-serif;
	font-size:13px;
}

#navbar ul
{
	float: left;
	width: 100%;
	background-color: #444;
	color: #fff;
	list-style-type: none;
}

#navbar li
{
	float: left;
	display: block;
}

#navbar a
{
	padding: 0px 31px 0px 31px;
	background-color: #444;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#navbar a:hover
{
	background-color: #fff;
	color: #444;
}

#navbar a:active
{
	background-color: #444;
	color: #fff;
}

#leftcolumn 
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display: inline; /* IE Hack */
	width: 18%;
	float: left;
	border: 1px solid #000;
	border-width: 1px 0px 1px 1px;
	background-color: #ccc;
	min-height: 320px;
		font-family: 'times new roman', Arial, Helvetica, sans-serif;
	font-size:13px;
}

* html #leftcolumn {height:320px} /* IE Min-Height Hack */ 

#leftcolumn h3
{
	margin: 6px 0px 6px 5px;
	border-bottom: 1px solid #000;
	color: #555;
}

#leftcolumn ul
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#leftcolumn a
{
	display: block;
	width: 87.5%;
	padding: 3px 0px 3px 18px;
	background: #ccc;
	color: #b40033;
	text-indent: -12px;
	text-decoration: none;
	font-weight: bold;
}

#leftcolumn a.indent
{
	text-indent: 0px;
}	

#leftcolumn a:hover
{
	background: #b40033;
	color: #ccc;
}

#leftcolumn a:active
{
	background: #ccc;
	color: #555;
}

#centercolumn
{
	border: 1px solid #000;
	display: inline; /* IE Hack */
	padding: 6px;
	width: 78.7%;
	float: left;
	min-height: 308px;
}

* html #centercolumn /* IE Min-Height Hack */ 
{
	height:313px;
	width: 78.5%;
}

#centercolumn h2
{
	text-align: center;
}

#centercolumn h3.emp
{
	border-bottom: 1px solid #000;
	color: #b40033;
	font-size: 14pt;
}

#centercolumn h3
{
	border-bottom: 1px solid #000;
	color: #555;
	font-size: 14pt;
}

#centercolumn h4
{
	font-weight: bold;
	color: #555;
}

#centercolumn ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#centercolumn li
{
	padding: 1px 2px 1px 26px;
	text-indent: -13px;
}

#centercolumn li ul
	padding: 1px 2px 1px 15px;
	text-indent: -13px;
}

#centercolumn li.img
{
	padding: 1px 2px 1px 20px;
	background-image: url(img/bullet_1.gif);
	background-repeat: no-repeat;
	text-indent: 0px;
}

#centercolumn ul.img li
{
	padding: 1px 2px 1px 20px;
	text-indent: 0px;
}

#centercolumn p
{
	padding: 2px 2px 2px 0px;
	text-align: justify;
}

#centercolumn p:first-letter
{
	font-size: 200%;
	font-weight: bold;
}

#footer
{
	 border: 1px solid #000;
	 background-color: #444;
	 margin: 0 5px 5px 5px;
	 display: inline; /* IE Hack */
	 padding: 6px;
	 float: left;
	 width: 96.9%;
}

.blues {
	 font-size:large;
	  color:#B40033;
}

.month {
	height: 46px;
	padding-top: 35px;
	text-align: center;
	text-decoration:underline;
	font-size: 14pt;
	color: #444444;
}
