body{
	margin: 0;
	padding: 0;
	background-color: Black;
	font-family: Arial;
}

div.logo {
	position: absolute;
	margin: 10px 0 0 75px;	
}

div.head {
	margin:0;
	padding:0;
	width: 1000px;
	height: 63px;
	background-image: url(i/head_back.jpg);
}

div.top_menu {
	width: 1000px;
	height: 28px;
	background-color: black;
}

div.top_menu td {
	border: 1px solid white;
	border-top: 0px;
	border-bottom: 0px;
	vertical-align: top;
	padding-top: 4px;
}

div.top_menu a {
	color: white;
	padding: 5px 30px 5px 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	white-space: nowrap;
}

div.top_menu a:hover {
	background-color: white;
	color: black;
}

div.top_menu span {
	font-size: 17px;
	font-weight: bold;
	padding: 5px 30px 5px 31px;
	background-color: white;
	color: black;
	white-space: nowrap;
}

div.menu {
	width: 1000px;
	height: 338px;
	background: #72000C url(i/menu_back.jpg) 19px 0 no-repeat;
}

h1 {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 0 20px;	
	padding: 3px 0 1px 20px;
	background: transparent url(i/white_shield.gif) 0 8px no-repeat;
}

h1 a, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover {
	color: white;
	text-decoration: none;
}

h1.active {
	background: transparent url(i/red_shield.gif) 0 8px no-repeat;
	color: #E41301;
	text-decoration: none;
}

h1.active a, h1.active a:link, h1.active a:visited, h1.active a:active, h1.active a:hover {
	color: #E41301;
	text-decoration: none;
}

h2 {
	font-size: 18px;
	margin-top: 5px;
}

div.main p, li {
	text-align: justify;
}

div.main a {
	color: #d9d9d9;
}

