body {
	background-color: #D9D4D1;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/*id*/

#maincontainer{
	width: 902px;
	margin: 0px auto 0px auto;
	height: auto;
}

#mainwrap{
	background-color: #B3AAA3;
	background-image: url(main_bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
	height: auto;
}

#special{
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
}

#menu{
	background-image: url(menu_bg.jpg);
	padding: 8px 0px 0px 8px;
	height: 22px;
	font-weight: bold;
}

#menu a{
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover{
	text-decoration: none;
	color: #cccccc;
}

#image{
	width: 900px;
	height: 187px;
	background-image: url(top_image.jpg);
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#contentcolumn{
	width: 500px;
	float: left;
	padding: 20px 15px 10px 110px;
	margin: 0px;
	font-size: 100%;
}

#contentcolumnhome1{
	width: 770px;
	float: left;
	padding: 0px 0px 10px 110px;
	margin: 0px;
	font-size: 100%;
}

#contentcolumnhome{
	width: 860px;
	float: left;
	padding: 0px 0px 10px 20px;
	margin: 0px;
	font-size: 100%;
}

#contentcolumn1{
	float: left;
	padding: 0px;
	color: #333333;
	font-size: 110%;
	width: 220px;
}

#contentcolumn2{
	float: right;
	padding: 10px;
	color: #333333;
	font-size: 110%;
	width: 250px;
}

#leftcolumnhome{
	float: left;
	width: 500px;
	padding: 20px 10px 10px 110px;
	font-size: 100%;
	margin: 0px;
}

#leftcolumn{
	float: left;
	width: 290px;
	padding: 50px 0px 50px 110px;
	font-size: 100%;
	margin: 0px;
}

#footer{
	color: #995A57;
	text-align: left;
	padding: 5px 5px 10px 10px;
	font-size: 90%;
}

#top{
	color: #000000;
	text-align: right;
	padding: 10px 10px 10px 0px;
	font-size: 120%;
	font-weight: bolder;
}

#footer a{
	color: #666666;
}

/*txt*/

.grey {
	color: #666666;
}

.headline {
	font-size: 18px;
	color: #660000;
	font-weight: bolder;
}

#headlinelink {
	font-size: 18px;
}

#headlinelink a{
color: #990000;
font-weight: bold;
text-decoration: underline;
}

#headlinelink a:hover{
color: #000000;
font-weight: bold;
text-decoration: none;
}


.headlinenews {
	font-size: 13px;
	color: #000000;
	font-weight: 900;
	letter-spacing: 1px;
}

.bracket {
	font-size: 16px;
	color: #000000;
	font-weight: 900;
}

.subheadline {
	font-size: 14px;
	color: #666666;
	font-weight: 900;
}

.micro {
font-size: 10px;
}

.warn {
	font-size: 11px;
	color: #CC0000;
}

.white {
	color: #FFFFFF;
}
.hometxt {
	padding-left: 55px;
}




/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #ffffff;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #D9D4D1;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
	background: #660000;
	color: #D9D4D1;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
