/* Overall styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0
}

a:link {
	color: #CC0033;
}

a:hover {
	text-decoration: none;
}

.hidden {

}

/* Page layout */

#container {
	width: 740px;
	border-color: #CC0033;
	border-width: 15px 1px 1px 1px;
	border-style: solid;
	text-align: left;
	margin: 10px auto;
}

/* Header */

#header {
	height: 100px;
	background-repeat: no-repeat;	
}

#header img {
	display: block;
}

/* Footer */

#footer {
	background-color: #CC0033;
	color: #FFF;
	font-size: 75%;
	text-align: right;
	padding: 0.25em;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	}

/* Top navigation bar */

#navbarcontainer {
	border-color: #CC0033;
	border-width: 1px 0 1px 0;
	border-style: solid;
	float: left;
	width: 100%;
	clear: both;
	font-size: 80%;
	text-align: center;
}

#navbar ul {
	border-color: #CC0033;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0.25em 0 0 0;
	text-align: left;
}

#navbar a {
	text-decoration: none;
	color: #000;
}

#navbar a:hover {
	text-decoration: underline;
}

#navbar li li a {
	display: block;
	padding: 0.2em 0 0 4px;
	color: #FFF;
}

#navbar li li a:hover {
	color: #000;
	text-decoration: none;
}

#navbar li {
	float: left;
	position: relative;
	width: 10em;
	cursor: default;
	background-color: white;
	border-width: 1px 0;
}


#navbar li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #CC0033;
	padding: 0.5em 0 1em 0;
}

#navbar li>ul {
	top: auto;
	left: auto;
}

#navbar li li {
	display: block;
	float: none;
	background-color: #CC0033;
	border-bottom: 1px dotted #FFF;
}

#navbar li:hover ul, #navbar li.over ul {
	display: block;
}

/* Page content */

#content {
	padding: 0.5em;
	font-size: 90%;
	line-height: 1.5em;
}

#content li {
	list-style-image: url(../images/bullet.gif);
}

/* Headers */

h1 {
	color: #CC0033;
	font-size: 130%;
	margin-top: 0;
	padding-top: 0;
}

h2 {
	color: #CC0033;
	font-size: 110%;
}

/* News box for the home page */

#newsbox {
	border-top: 3px solid #CC0033;
	border-bottom: 3px solid #CC0033;
	float: right;
	margin: 0.5em 0;
	width: 100%;
	background-color: #FFFF99;
}

#newsbox img {
	float: right;
	border: none;
}

/* Text styles */

.text_red {
	color: #CC0033;
}