body{
	background-attachment: fixed;
	background-repeat: no-repeat; 
	background-image:url(../../images/homebg.jpg);
	margin:0;
	padding:0;
	line-height:1.5em;
}
#maincontainer{
	width: 1024px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topsection{
	height: 75px; /*Height of top section*/
}
#topsection h1{
	margin: 0;
	padding-top: 15px;
}
#contentwrapper{
	float: left;
	width: 100%;
}
#contentcolumn{
	margin: 0 235px 0 235px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#leftcolumn{
	float: left;
	width: 235px; /*Width of left column in pixel*/
	margin-left: -1024px; /*Set margin to that of -(MainContainerWidth)*/
}
#rightcolumn{
	float: left;
	width: 235px; /*Width of right column*/
	margin-left: -235px; /*Set left margin to -(RightColumnWidth)*/
}
#footer{
	clear: left;
	width: 100%;
	background: #521414;
	color: #FFFFFF;
	text-align: center;
	padding: 4px 0;
}
#footer a{
	color: #FFFFFF;
}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
a.menu{
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	color:#666666;
	font-size: 14px;
	text-decoration:none;
	font-weight:normal;
}
a.menu:hover{
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	color:#000000;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
}
a.menu_red{
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	color:#D92820;
	font-size: 14px;
	text-decoration:none;
	font-weight:normal;
}
a.menu_red:hover{
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	color:#990000;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
}
a.sidebar_red{
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	color:#D92820;
	font-size: 14px;
	text-decoration:none;
	font-weight:normal;
}
a.sidebar_red:hover{
	font-family:"Goudy Old Style", "Times New Roman", Times, serif;
	color:#990000;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid gray;
	border-bottom-width: 0;
	font:normal 14px "Goudy Old Style", "Times New Roman", Times, serif;
	line-height: 18px;
	z-index: 100;
	background-color: white;
}
.anylinkcss a{
	color: #666666;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid gray;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkcss a:hover{ /*hover background color*/
	background-color:#CCCCCC;
	color: #000000;
}
ul {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
}
img{
	behavior: url(/includes/CSS/iepngfix.htc);
}
blockquote {
	border-style:dotted;
	background-color:#C5C8CF;
	border-color:#CC0000;
	padding:10px;
	margin:10px;
	width: 500;
}
h2 {
	color:#FFFFFF;
}
.smtext {
	font-family:arial;
	color:#DC2848;
	font-size: 10pt;
}
a {
	color:#DC2848;
}
a:hover {
	color:#FFFFFF;
}