* {
padding: 0;
margin: 0;
} 

body {
	margin:0;
	padding: 0;
	background: #111;
	color: #444;
	font: 12px Arial, Verdana, Tahoma, sans-serif;
	line-height: 20px;
	vertical-align: middle;
}

img {border: none;}
a{
	color: #A23333;
	text-decoration: bold;
}
a:hover {
	color: #933;
}

#content {
	width: 760px;
	margin: 20px auto;
	padding: 10px;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
background: #000 url(images/header.gif) no-repeat;
height: 90px;
}
#header h1 {
	font-size: 22px;
	letter-spacing: -1px;
	padding: 15px 0 0 10px;
	color: #de911a;
}
#header h1 a {
	color: #de911a;
	text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
}
#header h2 {
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 0 0 10px;
}

#navigation {
background: #111 url(images/menu.gif) repeat-x;
height: 30px;
line-height: 30px;
margin: 10px auto;
}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #444;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
}
#navigation li a:hover {
background: #333 url(images/menuover.gif) repeat-x;
color:#fff;
text-decoration:none;
}

.left {
	float: left;
	width: 180px;
	padding: 10px;
	line-height: 14px;
}
.left h2 {
margin-top: 10px;
font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999;
}
.left ul  {
color: #999;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
	font-weight: 600;
	color: #933;
}
.left ul a:hover { color : #333; }

#unit
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:75%;
	border-collapse:collapse;
	margin-left: auto;
	margin-right: auto;
}
#unit td, #unit th 
{
	font-size:12px;
	padding:3px 7px 2px 7px;

}
#unit th 
{
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#F3F3F3;
	color:#7C1518;
}
#unit tr.alt td 
{
	color:#000000;
	background-color:#F3F3F3;
}

.Group {
	float: left;
	width: 200px;
	padding: 10px;
	margin-right: 0px;
}
.Group h2 {
	padding: 2px 0 5px 0px;
	color: #993333;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.contact {
	float: right;
	width: 535px;
	padding: 10px;
	margin-right: 0px;
}
.contact h2 {
	padding: 2px 0 5px 0px;
	color: #993333;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.right {
	float: right;
	width: 535px;
	padding: 10px;
	margin-right: 0px;
}
.right h2 {
	padding: 2px 0 5px 0px;
	color: #993333;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#footer { 
background: #222;
color: #eee;
margin-top:20px;
height: 30px;
line-height: 30px;
text-align: center;
}
#footer a {  color: #aaa; text-decoration: none; }
#footer  a:hover { color: #777; }
#content .right ul ul ul ul table tr td ol ol blockquote p {
	text-align: center;
}
#content .right table tr td .style14 strong {
	text-align: center;
}
.Right_align_table {
	text-align: center;
	color: #901E1E;
	font-weight: bolder;
}

