* {
	padding: 0;
	margin: 0;
	color: #000;
} 

body {
	background: #111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #000;
	line-height: 20px;
}

img { border: none; }

a {
	color: #0016CA;
}
a:hover {
	text-decoration: none;
	color : #000;
}

.color {
	color:#03F;
}

.color1 {
	color:#03F;
	font-size:14px;
}

.color2 {
	color:#4A92DE;
	font-size:14px;
}

.color3 {
	 color:#F00;
	 font-weight:bold;
}

.color4 {
	 color:#000;
	 font-weight:bold;
}

.color5 {
	 color:#0016CA;
	 font-weight:bold;
}

.color6 {
	color:#000;
	font-weight:400;
}
  
.back {
	background-image:url(images/hedder.jpg);
	height:30px;
	width:528px;
}

.tabbel {
	border:#FFF;
	background-color:#FFF;
}

.h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 5px;
    letter-spacing: -1px;
}

#wrap {
width: 800px;
margin: 10px auto 0 auto;
}

#header {
	height: 193px;
	background: #111 url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 38px;
font-weight: 100;
letter-spacing: -4px;
padding: 40px 0 5px 100px;
}
#header h1 a {
color: #FA9C39;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #aaa;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 106px;
letter-spacing: -1px;
}

#top {
height: 20px;
background: #111 url(images/header.gif) no-repeat;
}

#content {
background: #111 url(images/content.gif) repeat-y;
padding: 0 20px 0 30px;
}
.left {
	float: left;
	width: 215px;
	margin-top: 10px;
	padding: 0px;
}

.left h2 {
	font-weight: 100;
	color: #000;
	font-size: 17px;
	letter-spacing: -1px;
}
.left ul { padding: 10px 0 10px 0; list-style-type: none; }
.left ul li { padding: 1px 2px;  }
.left ul li a {
	padding-left: 0px;
	display: block;
	color: #000;
	font-weight: 100;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: -1px;
	border-bottom: 5px solid #4a92de;
	border-top: 1px solid #999;
	line-height: 0;
	margin: 2px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.left ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-bottom: 5px solid #4a92de;
	background-color:#0016CA;
	color: #fff;
}

.right {
	float: right;
	width: 530px;
	padding: 0px;
	background: #FFF;
	border-left: #000 solid 1px;
}
.right h2 {
	color: #FFF;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	padding : 10px 0 15px 0;
}

.right p {
	font-size: 12px;
	line-height: normal;
	font-weight: 400;
	color: #000;
}

.right h2 a {
color: #FA9C39;
text-decoration: none;
}
.right h2 a:hover {
color: #999;
}

#bottom {
height: 20px;
background: #111 url(images/bottom.gif) no-repeat;
}

#footer {
font-size: 11px;
color: #aaa;
text-align: center;
padding: 0 0 10px 0;
}
#footer a { 
color: #aaa;
text-decoration: none;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}

.a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

.a:hover {
	font-size:12px;
	font-weight:bold;
	color:#0016CA;
}

