/* COLORS
* RED: #BD2929
* LIGHT RED: #EFCEBD
* DARK GRAY: #63524A
* MEDIUM GRAY: #8C7B73
* LIGHT GRAY: #BDB5AD
* LIGHTER GRAY: #E9E9E9
* LIGHTER RED-GRAY: #DED6D6
*/

* {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

body {
	margin: 0;
	background-color: #DED6D6;
}

a {
	color: #BD2929;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, .h1 {
	font-size: 22px;
	font-weight: bold;
	color: #63524A;
	padding-bottom: 5px;
	border-bottom: 1px solid #63524A;
}

h2, .h2 {
	font-size: 18px;
	font-weight: bold;
	color: #8C7B73;
	padding-bottom: 2px;
	border-bottom: 1px solid #8C7B73;
}

img {
	border: none;
}

#main {
	width: 765px;
	background-color: white;
}

#topbar {
	height: 130px;
	background-color: #BD2929;
}

#toplogo {
	width: 226px;
	border-left: 1px solid #63524A;
}
#line1 {
	margin-top: 30px;
	font-size: 17px;
	color: #EFCEBD;
	text-decoration: underline;
}
#line1 span {
	font-size: 17px;
	/*font-weight: bold;*/
	color: white;
	text-decoration: none !important;
}
#line2 {
	font-size: 17px;
	padding-top: 2px;
	color: #EFCEBD;
}

#topquick {
	border-right: 1px solid #63524A;
	padding-bottom: 5px;
}

#quickbar {
	color: #DED6D6;
	padding-right: 10px;
	text-align: right;
}
#quickbar a {
	color: #DED6D6;
}
#quickbar a:hover {
	color: white;
}

#searchbar {
	float: right;
	padding: 0;
	margin: 0;
	margin-top: -1px;
	display: inline;
	font-size: 1px;
}
#searchbar * {
	padding: 0;
	margin: 0;
	font-size: 10px;
	border: none;
}
#searchquery {
	font-size: 11px;
	width: 100px;
}
#searchbar > #searchquery {
	font-size: 13px; /*IE HACK*/
}
#searchsubmit {
	cursor: pointer;
	background-color: transparent;
	color: #DED6D6;
}

#menubar {
	border-left: 1px solid #63524A;
	padding: 20px;
}

a.menu {
	width: 100%;
	display: block;
	color: white;
	padding: 3px;
	background-color: #8C7B73;
	text-decoration: none !important; /*IE HACK*/
	border-bottom: 1px solid #BDB5AD;
}
a.menu span.arrow {
	padding-right: 3px;
	color: #8C7B73;
}

a.menuSub {
	width: 100%;
	display: block;
	color: white;
	padding: 2px;
	background-color: #BDB5AD;
	text-decoration: none !important; /*IE HACK*/
	border-bottom: 1px solid #DED6D6;
}
a.menuSub span.arrow {
	margin-left: -8px;
	padding-right: 3px;
	color: #BDB5AD;
}

a.menu:hover, a.menuSub:hover, #menuTopParent:hover {
	background-color: #63524A;
}

#menuSelected, #menuSelected:hover {
	background-color: #BD2929;
	color: white;
}

#menuTopParent {
	background-color: #63524A;
}

#newsbox {
	margin-top: 27px;
	background-color: #E9E9E9;
	border: 1px solid #8C7B73;
}
#newsboxtitle {
	padding: 3px 11px;
	background-color: #63524A;
	color: white;
	font-weight: bold;
}
#newsboxcontent {
	padding: 2px;
}
#newsboxcontent p {
	padding: 0;
	margin: 0;
	padding-bottom: 8px;
}

#infobox {
	float: right;
	width: 215px;
	min-height: 100px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #E9E9E9;
	border: 1px solid #8C7B73;
}
#infoboxtitle {
	padding: 2px 2px;
	background-color: #8C7B73;
	font-weight: bold;
	color: white;
}
#infoboxcontent {
	padding: 2px;
}
#infoboxcontent p {
	padding: 0;
	margin: 0;
	padding-bottom: 4px;
}

#content {
	background: white url("flip_red.gif") no-repeat 100% 70px;
	border-right: 1px solid #63524A;
	padding-top: 20px;
	padding-right: 20px;
	color: black;
}

#bottom {
	height: 80px;
}
#bottom td {
	border-left: 1px solid #63524A;
	border-right: 1px solid #63524A;
}

#bottomGraphics {
	border-top: 1px solid #63524A;
	background-color: #BDB5AD;
	text-align: center;
	color: white;
	padding: 2px;
}
#bottomGraphics a {
	color: white;
}

