*
{
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
}

html
{
	background-color: #bb0d0c;
}

a
{
	text-decoration: none;
	color: #b81012;
	text-align: left;
}

a:hover
{
	color: #685547;
}

.selected
{
	color: #f3bf09 !important;
}

#container
{
	padding-top: 20px;
}

#page
{
	width: 760px;
	margin: 0px auto;
	/*background-color: #fff;*/
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#header
{
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 152px;
}

#menu
{
	padding-top: 132px;
	height: 16px;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 8px;
	text-align: center;
}

#menu a
{
	text-decoration: none;
	padding: 0px 4px;
	font-weight: bold;
	color: white;
}

#menu a:hover
{
	color: #f7c00b;
}

#main-content
{
	background-color: white;
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
	width: 758px;
	background-color: #fff;
}

#main-content h1
{
	font-weight: bold;
	text-transform: uppercase;
	color: #00618a;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: left;
}

#main-content h2
{
	font-weight: bold;
	color: black;
	font-size: 13px;
	padding-bottom: 5px;
}

#main-content ul
{
	padding-left: 20px;
}

#main-content li
{
	margin-top: 5px;
}

#main-content hr
{
	height: 1px;
	background-color: #e8e8e7;
	width: 532px;
	margin: 0px 0px 10px -38px;
}

#main-content a
{
	color: #00618a;
}

#main-content a:hover
{
	color: #685547;
}

p
{
	margin: 0px;
	padding: 0px;
	width: 450px;
}

#footer
{	
	background-repeat: no-repeat;
	height: 150px;
}

#footer a
{
	color: #f7f0ab;
	font-weight: bold;
}

#footer table
{
	color: #fff; font-size: 13px;
}