/* CSS Document */
/* CSS Document */

body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #663300;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #990000;
}

#container {
	margin: auto;
	width: 1024px;
}

#header
{
	height:375px;
	width:1024px;
	float:left;
	background-color:#FFF;
	/*background-image:url(images/backgroung.jpg);
	background-repeat:repeat;*/
}


h1 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #663300;
	font-weight: bold;
	font-size: 16px;
}

#headerTop{
	width:830px;
	float: left;
	padding: 0 97px 0 97px;
}

#headercontent_left
{
	width:500px;
	float: left;
	padding-top:20px;
}


#headercontent_right
{
	width:500px;
	float: left;
	padding-top:50px;
	padding-right:20px;
}


.headercontent_center
{
	margin-right: 500px;
	margin-left: 500px;
}

#menubar
{
	width:1024px;
	height:50px;
	float: left;
	background-color:#ffca3b;
	font-variant:small-caps;
	border-bottom-style:ridge;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#menubar a:link
{
	text-decoration:none;
 	padding-right:7px;
	padding-left:7px;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:12px;
	letter-spacing:2px;
}

#menubar a:visited
{
	text-decoration:none;
 	padding-right:7px;
	padding-left:7px;
	text-align:center;
	font-weight:bold;
	color:#000;
	font-size:12px;
	letter-spacing:2px;

}

#menubar a:hover
{
	text-decoration:none;
 	padding-right:7px;
	padding-left:7px;
	text-align:center;
	font-weight:bold;
	color:#990000;
	font-size:12px;
	letter-spacing:2px;
}

a:link
{
	text-decoration:none;
	color:#000;
}

a:visited
{
	text-decoration:none;
	color:#e61837;
}

a:hover
{
	text-decoration:none;
 	color:#e61837;
}



#menubar img
{
border:0px;
padding-top:50px;
}

#contentframemenu
{
	width:1004px;
	background-color:#fff;
	float: left;
	padding:20px 10px 10px 10px;
 }

#contentframe
{
	width:1004px;
	background-color:#fff;
	float: left;
	padding:20px 10px 10px 10px;
}


#contentframe_left {
	float: left;
	padding: 0px 10px 10px 10px;
	width: 377px;
	text-align:justify;
	line-height:16px;
}

#contentframe_center {
	float: left;
	padding: 0px 10px 10px 10px;
	width: 265px;
	border-right: dotted;
	border-right-color: #663300;
	border-right-width: 1px;
	border-left: dotted;
	border-left-color: #663300;
	border-left-width: 1px;
	line-height:16px;
}

#contentframe_right {
	float: left;
	padding: 0px 10px 10px 10px;
	width: 300px;
	line-height:16px;
}


.menutitle {
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	}


.announcement{
	color:#990000;
	font-size:14px;
	font-weight:bold;
}


.bigannouncement{
	color:#990000;
	font-size:36px;
	font-weight:bold;
	font-style:italic;
}


.announcementhome{
	color:#990000;
	font-size:18px;
	font-weight:bold;
}


#footer
{
	height:41px;
	width:1024px;
	float: left;
	margin: 0 -3px 0 0;
	font-size:9px;
	text-align:center;
    padding-top:15px;
	color:#000;
	background-color:#ffca3b;
	border-bottom-style:ridge;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


.divider
{
background-color:#990000;
}

