
body{
	margin: 0;
	background: #12142a;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 14px;
}
a{
	outline: none;
}
img{
	border: 0;
}
#header{
	width: 900px;
	margin: 0 auto;
	display: block;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto;
	overflow: auto;
}
#content{
	margin: 0;
	padding: 15px 20px;
	background: white;
	overflow: auto;
}
#main{
	float: left;
	width: 600px;
}
.start{
	color: red;
	list-style-type: disc;
}
.start li{
	color: #ce0000;
	font-size: 19px;
	font-weight: bold;
}
#sidebar{
	float: left;
	width: 200px;
	background: #2469ca;
	margin-left: 20px;
	padding: 18px;
	color: white;
	font-size: 11px;
}
#sidebar h1{
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	text-align: left;
}
#sidebar p{
	color: #fff;
	line-height: 13px;
}
#sidebar p.p{
	color: #ffff99;
	border-bottom: 1px solid white;
	padding-bottom: 15px;
}
#sidebar img.pp{
	border: 3px solid white;
	float: left;
	margin: 0 10px 4px 0;
}
#sidebar a{
	color: white;
}
ul.arw li{
	list-style-image: url(images/arw.gif);
}
.sml{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.reg a{
	margin: 0 auto;
	width: 250px;
	height: 57px;
	background: top no-repeat url(images/reg.jpg);
	display: block;
}
h1{
	color: #003366;
	text-align: center;
}
h1 span{
	color: #003366;
	background: #fff697
}
h2{
	color: #ce0000;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
}
h3{
	line-height: 20px;
}
h4{
	text-align: center;
	color: black
}
h5{
	font-size: 20px;
	text-align: center;
}
h5 span{
	color: #009933;
}
h4 span{
	background: #fff697;
	color: black;
	text-decoration: underline;
}
.bord{
	border: 2px solid #003366;
	padding: 10px;
}
#yellow{
	color: #121429;
	font-size: 1.5em;
	font-family: Georgia,serif;
	font-style: italic;
	display: block;
	clear: left;
	padding: 12px;
	margin: 0 auto;
	width: 80%;
}
blockquote{
	color: #ce0000;
	background: #fffced;
	font-size: 20px;
	font-weight: bold;
	width: 97%;
	padding: 10px;
	margin: 0;
}
p{
	line-height: 23px;
}
span{
	color: #ea6808;
	font-weight: bold;
}
ul li,ol li{
	margin: 0;
	padding: 5px 0;
	line-height: 20px;
	font-size: .9em;
}
table{
	margin: 0 auto;
	background: #09204d;
	color: #1e5cb0;
	padding: 10px;
}
#footer{
	margin: 0 auto;
	width: 770px;
	color: white;
	text-align: center;
}
#footer a{
	color: #afd8fd;
}