﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#body {
	background-image: url('images/new-bg_black.jpg')
	
}

#top_nav {
	
}

ul {
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	float: left;
	height: 23px;
	margin: 0;
	padding: 0;
	}
	
ul a {
	display: block;
	width: 90px;
	height: 23px;
	color: black;
	line-height: 23px;
	text-decoration: none;
	background-image: url('images/Button2.png');
	background-repeat: no-repeat;
}

ul a:hover {
	background-position: 0px -23px;
	color: #006600;
}

ul a:active {
	background-position: 0px -46px;
	color: #003300;
}

ul li {
	display: inline;
	float: left;
}

#footer {
	clear: both;
	background-color: #FFC800;
}
.LeftSectContent {
	padding: 10px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}

.RightSectContent {
	padding: 10px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
}

.style3 {
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: small;
}
.style4 {
	color: #000000;
}
.style5 {
	text-align: center;
}
.style6 {
	margin-top: 10px;
}
.style7 {
}
.style8 {
	margin-top: 0px;
}
.style9 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.style12 {
	font-size: small;
}
.style13 {
	font-size: medium;
}
.style14 {
	text-align: center;
	color: #800000;
	font-size: large;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
}
.style16 {
	border-width: 0px;
	padding: 10px;
	color: #000000;
	font-size: small;
	margin-top: 0px;
}
.style20 {
	border-style: none;
	border-width: medium;
	text-align: center;
}
.style21 {
	border-style: none;
	border-width: medium;
}
.style22 {
	text-align: center;
	color: #000000;
	font-size: large;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.style23 {
	color: #FFFFFF;
	font-size: x-large;
}
#top_nav a:link {
	color: #000000;
	text-decoration: none;
}
#top_nav a:visited {
	color: #666666;
}
a:link {
	color: #0000FF;
	font-weight: bold;
}



