/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	font-size: 14px;
	font-weight: 700;
}

/*******************************/
/*      SECTION STYLES         */
/*******************************/

#masthead {
	text-align: center;
	width: 800px;
}

#bodydiv {
	background-color: #F4C13B;
	width: 800px;
	float: left;
	clear: inherit;
}

#menudiv {
	background-color: #E2A421;
	width: 190px;
	margin: 5px 5px 5px 5px;
	clear: inherit;
	padding-left: 30px;
	float: left;
	border: 2px solid #FFFFFF;
	height: inherit;
}

#menuitem {
	background-color: #A41726;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #72141C;
	width: 150px;
	height: 20px;
	display: block;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#bodycontent {
	background-image: ../images/index_05.gif;
	background-repeat: no-repeat;
	width: 424px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	clear: inherit;
	float: left;
}	

#footer {
	color: #999999;
	text-align: center;
	font-size: 14px;
	clear: inherit;
	float: left;
	width: 800px;
}

a.menulink {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

a.menulink:hover {
	background-color: #72141C;
	text-decoration: none;
	display: block;
	height: 20px;
	vertical-align: middle;
}

a {
	color: #A41726;
	font-weight: bold;
}

#menuitem:hover {
	border-color: #FFFFFF;
}
