body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #24489e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	line-height: 1.5em;
}

b{font-size: 110%;}
/*em{color: red;}*/

#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #ffffff;
}

#topsection{
	background: #000000;
	height: 176px; /*Height of top section*/
	background-image: url(../images/title_b.jpg);
	background-repeat: no-repeat;
}

#contentwrapper{
	float: left;
	width: 100%;
	background; #ffffff;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	border-top: solid black 3px;
}


#calendarcolumn{
	margin-left: 20px; /*Set left margin to LeftColumnWidth*/
}

#leftimg {
	padding-left: 10px; 
	margin-top: -0px; 
	background-color: #ffffff; 
	width: 200px;
}
#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
	background: #24489e;
	/*border-bottom: solid black 3px;
	border-right: solid black 3px;*/
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	text-align: center;
	padding: 4px 0;
}

.innertube{
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #000000;
	font-size: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
}

h2 {
	color: #e71619;
	font-size: 13px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

a:link {
	color: #e71619;
	text-decoration: underline;
}

a:visited {
  color: #e71619;
}

a:active {
	color: #e71619;
}

a:hover {
	text-decoration: underline;
}

a.nav {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

a.nav:link {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

a.nav:visited {
  	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

a.nav:active {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

a.nav:hover {
	color: #000000;
	text-decoration: none;
}

.copy {
		font-size: 9px;
		font-style: italic;
		text-align: center;
		color: #ffffff;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		line-height: 10px;
}

a.copy {
		font-size: 9px;
		color: #ffffff;
		font-style: italic;
		text-align: center;
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}