* {
    padding: 0;
    margin: 0;
} 
body {
	background-image: url(graphics/bg-black.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}
#wrap {
width: 784px;
margin: 0px auto;
}
.header {
	height: 300px;
	padding-bottom: 30px;
}
.navigation { 
float: left ;
list-style: none; 
width: 180px;
}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.submenu {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sm {
	font-size: 10px;
}
.navigation a, 
.navigation a:visited {
	display: block;
	padding: 0 10px 0 10px;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	text-indent: 30px;
}
.content {
	padding: 0px 10px 0px 10px;
	float: right;
	width: 570px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.content p, .content1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: justify;
}
.content li, .content1 li {
	margin-bottom: 3px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.content ul {
	font-size: 14px;
}
.footer {
	text-align: center;
	padding-top: 40px;
}
#menu {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #FFFFFF;
	width: 784px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin-right: 30px;
	margin-left: 30px;
	padding: 2px 10px 2px 10px;
}
#menu a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #666666;
}
.content h1, .content1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-bottom: 10px;
}
.content h2, .content1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.content h3, .content1 h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.content1 {
	padding: 0px 10px 10px 10px;
	width: 780px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}
.content a {
	color: #B0D8FF;
	text-decoration: none;
}
.content a:hover {
	color: #99CCFF;
}
.content1 a {
	color: #B0D8FF;
	text-decoration: none;
}
.content1 a:hover {
	color: #99CCFF;
}