@charset "utf-8";
/* CSS Document */
* {
	margin: 0px 0px; 
	padding: 0px; 
}
html {
	min-height: 100%;
	margin-bottom: 1px;
	margin-top: 5px;
	}
	
body {
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 18px;
	background-color:#666666;
}

h2 {
	font-size: 20px;
	text-align: center;
	margin: 15px 0px 0px 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 0px 0px;
}

p {
	margin: 15px 5px 0px 0px;
}

li {
	margin-left: 20px;
}

sup {
	line-height: 24px;
}

td {
	text-indent: 5px;
}

.required {
	color: #FF0000;
}

#wrapper {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
}

#banner {
	position: relative;
	height: 111px;
}

#navbar {
	position: relative;
	z-index: 2;
	width: 800px;
	float: none;
	top: -15px;
	height: 24px;
}

#navbar ul.mainMenu {
	padding: 0px;
	list-style-type: none;
	width: 800px;
	margin: 0px 0px 0px 122px;
}

#navbar ul.mainMenu li {
	float: left;
	margin: 0px 0px 0px 18px;
}

#maincontent
{
	clear: both;
	position: relative;
	float: none;
	border-color: #FFFFFF;
	border-width: thin;
	border-style: solid;
}

#ads_left
{
	position: relative;
	left: 15px;
	width: 99px;
	text-align: center;
	font-family: Times New Roman;
	font-size: 12px;
	color: #302E92;
	float: left;
	clear: both;
	top: 0px;

}

#lowerleft_ad
{
	margin-top: 40px;
}

#content
{
	float: none;
	position: relative;
	margin-left: 129px;
	z-index: 2;
	width: 510px;	
}

#main
{
 	width: 235px;
 	height: 240px;
	padding-left: 15px;
	padding-top: 2px;
	padding-right: 260px;	
	color: #FFFFFF;
	z-index: 3;
	background:url(../images/laptop.jpg) no-repeat top left;
	line-height: normal;
	margin-top: 15px;
}

#main h3
{
	color: #FAD567;
}
#main p
{
	text-align: justify;
	line-height: 16px;
}

#sub
{
	position: relative;
	margin-top: 10px;
}

#ads_right
{
	position: relative;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 660px;
	width: 120px;
	line-height: normal;
	text-align: center;
	margin-top: -450px;
}

#copyright {
	margin-top: 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	background: #1B316A;
	color: #FFFFFF;
}

#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}