/* CSS Document */
html, body {
	margin:0px;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

img {
	border:none;
}

.container {
	width:977px;
	margin:auto;
	border-left:solid 17px #E61800;
	border-right:solid 6px #E61800;
	background-color:#FFFFFF;
	padding-bottom:15px;
}

.header {
	width:727px;
	height:236px;
	float:left;
	background-image: url('../images/header.jpg');
	background-repeat:no-repeat;
	border-bottom:1px solid #E61800;
}

.header ul {
	list-style:none;
	padding:0px;
	margin:6px 0px 0px 0px;
}

.header li {
	float:left;
	width:144px;
	text-align:center;
	border-right:solid 1px #000000;
}

.menu {
	width:250px;
	height:236px;
	float:left;
	background-color:#BC0000;
	border-bottom:1px solid #E61800;	
}

.search {
	width:250px;
	height:26px;
	background-image:url('../images/search.jpg');
	background-repeat:no-repeat;
}

.search input {
	width:155px;
	background-color:#FFFFFF;
	margin:6px 7px 0px 20px;
	padding:0px;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.search a {
	text-decoration:none;
}

.content {
	line-height:17px;	
}

.content a:link {
	color:#bd0100;
	font-weight:bold;
	text-decoration:none;
}
.content a:visited {
	color:#bd0100;
	font-weight:bold;	
	text-decoration:none;
}
.content a:active {
	color:#bd0100;
	font-weight:bold;	
	text-decoration:none;
}
.content a:hover {
	color:#bd0100;
	font-weight:bold;	
	text-decoration:underline;
}

.content h1 {
	margin:0px;
	padding:0px;
	font-size:22px;
	font-weight:bold;
	line-height:24px;
	color:#bd0100;
	font-family:Arial, Helvetica, sans-serif;
}

.content h1 a:hover{
	text-decoration:none;
}

.content h2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	color:#555555;		
}

.content h3 {
	margin:0px 0px 17px 0px;
	padding:0px;
	font-weight:normal;
	font-size:10px;
	color:#555555;		
}

.content p {
	margin:0px 0px 17px 0px;
	padding:0px;
	color:#555555;
}

.content .hr {
	width:100%;
	height:0px;
	border-bottom:solid 1px #bd0100;
	margin:13px 0px 13px 0px;
	clear:both;
}

.content .marked {
	background-color:#FFFF00;
}

.content .b img {
	margin:5px;
	border:solid 1px #000000;	
}

.content .a {
	width:146px;
	float:left;
}

.content .a img {
	padding:13px 13px 0px 13px;
}

.content .b {
	width:468px;
	float:left;
	padding-top:13px;
}

.content .c {
	width:363px;
	float:left;
}

.content .c img {
	padding:13px 13px 0px 13px;
}

.content .c .hr {
	width:336px;
	height:0px;
	border-bottom:solid 1px #E61800;
	margin:13px 0px 0px 13px;
}

.footer {
	margin:0px 13px 0px 13px;
}

.editbutton {
	text-align:right;
	position:absolute;
	width:468px;
}

.contenttext {
	font-family:Georgia, "Times New Roman", Times, serif;	
	line-height:18px;	
}

.formobject {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	border:solid 1px #bd0100;
	padding:3px;
}