HTML, TD {
	font-size: 12px;
	height: 100%;
}

a:link, a:visited {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #DEDEDE;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	border: 0px;
	background-color: #333333;
}

h1 {

}

h2 {
	color: #A90100;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #DEDEDE;
	font-style: italic;
}


#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 118px;
}

#header h1 {
	display: none;
}	

#wrapper {
	background-color:#000000;
	width: 780px;
	margin: 0px auto;
}

#main {
	width: 100%;
	height:100%;
	background-color: #000000;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
}

#menu {
	float: left;
	background-color: #666666;
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	width: 219px;
	height: 333px;
	margin-right: 10px;
	margin-left: 15px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin-top: 25px;
	list-style: none;
}

#menu ul li { 
	margin-bottom: 10px;
}



#breadcrumb {
	float: left;
}
#utility {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

#utility ul {
	margin: 0;
	padding: 0;
}

#utility ul li {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	display: inline;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

#utility ul li a:link, #utility ul li a:visited, #utility ul li a:hover {
	color: #FFFFFF;
	font-weight: bold;	
}

#contact {
	clear: both;
	float: right;
	margin-right: 10px;
}

#contact h2 {
	display: none;
}

#contact ul {
	margin: 0;
	padding: 0;
}

#contact ul li {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	display: inline;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
}

#search {
	float: right;
	clear: both;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#search form {
	margin: 0px;
	padding: 0px;
}

#search form fieldset legend {
	display: none;
}

#search form fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#content {
	margin-top: 10px;
	padding-right: 10px;
	width:510px;
	float: right;
	margin-bottom: 25px;
}

#footer {
	width: 100%-10px;
	margin: 0px auto;
	padding: 3px;
	text-align:center; 
	clear: both;
	background-color: #333333;
}

.required {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
