/*Last mofified 7/4/07*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px;
	background-color:#FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

div#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #3E9722;
}

a:hover {
	text-decoration: none;
	color: #E58C24;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url(img04.gif) repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url(img07.gif) repeat-x;
}

/* Header */

#header {
	width: 920px;
	height: 300px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background-image:url(headerlogo.jpg);
	background-repeat:no-repeat;
}


/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
	font-style:normal;
	outline-style:outset;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
	color:#333333;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 2px;
	padding-top: 0px;
	background: url(img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#menu a:hover {
	background-image: url(img04.gif);
}

#menu .active a {
	background-image: url(img04.gif);
}

/* Content */

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	background: url(img02.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
}

/* Content > Main */

#main {
	width: 950x;
	margin:20px;
	padding-top: 0px;
	padding-left: 50px;
	background-image:url(aspro.gif);
	border:hidden;
	
}


/* Content > leftbox */

#leftbox {
	width: 150px;
	float:left
	padding-left: 10px;
	padding-top: 2px;
	}

#leftbox.boxed .title h2 {
background:url(img04.gif) repeat-x right top;
}

/* Content > rightbox */

#rightbox {
	
	width: 400px;
	float:right;
	/*padding-left:10px;*/
	padding-top: 2px;
	margin-left:5px;
	}

#rightbox.boxed .title h2 {
background:url(img04.gif) repeat-x right top;
}


/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

/* Content > Sidebar2 > ad120x600 */

#ad120x600 {
}

#ad120x600 .content {
	padding: 20px 0;
	text-align: center;
}


/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(img02.jpg) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}