/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	background-color: #063;
	background-image: url(../images/BodyBack.jpg);
	background-repeat: repeat-x;
	}
td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5em;
	}
#topframe {
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #655e4f;
	text-align: left;
	}
#maincontainer {
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background: #655e4f;
	text-align: left;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	}
#topsection {
	background: url(images/newsLetterBanner.jpg) no-repeat #f8dfa8;
	height: 205px; /*Height of top section*/
	}
#topsection h1 {
	margin: 0;
	padding-top: 15px;
	}
#contentwrapper {
	float: left;
	width: 100%;
	}
#contentcolumn {
	margin: 0 400px 0 0; /*Set right margin to RightColumnWidth*/
	background: #fff;
	padding: 10px;
	}
#contentcolumn p {
	color: #333;
	text-align: justify;
	}
#contentcolumn ol {
	color: #666;
	text-align: justify;
	}
#rightcolumn {
	float: left;
	width: 380px; /*Width of right column*/
	margin: 0 0 0 -400px;/*Set left margin to -(RightColumnWidth) */
	padding: 10px;
	background: #655e4f;
	height: 100%;
	}
#rightcolumn p {
	color: #cfc9bc;
	text-align: justify;
	}
#footer {
	clear: left;
	width: 100%;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 4px 0 0 0;
	}
#footer a {
	color: #FFFF80;
	}
.innertube {
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin: 0 0 0 0;
	}
#borderL {
	font-size: 20px;
	color: #187ad6;
	}
#borderR {
	border-bottom: 1px solid #a29a88;
	font-size: 18px;
	color: #fff;
	padding: 0 0 4px 0;
	}
h3 {
	color: #FFCC00;
	font-weight: bold;
	}
.breakhere {
	page-break-before: always
	}
.breakhere2 {
	page-break-after:always
	}
.calendarBox {
	position: relative;
	top: 30px;
	margin: 0 auto;
	padding: 5px;
	width: 254px;
	border: 1px solid #000;
	background: #cfc9bc;
	}
.calendarFloat {
	float: left;
	width: 31px;
	height: 25px;
	margin: 1px 0 0 1px;
	padding: 1px;
	border: 1px solid #000;
	}
.left-list	{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #333;
}
a:link {
	color: #0000FF;
	font-weight:bold;
	text-decoration:none;
	}
a:visited {
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#FFCC00;
	font-weight:bold;
	text-decoration:underline;
	}
