/* ASWG CSS File */
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header{
	width:822px; height: 204px;
	margin-left: auto; margin-right: auto;
}

.header ul{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.header li{
	display: inline;
}

.logo{
	padding-top: 65px;
	color:#cccccc;
	font-size: 36px;
	height: 40px;
	font-weight:normal;
}

.logo-difclr{
		color:#0080c0;
		font-weight:normal;
}

.logo h1{
	font-size: 36px;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-weight:normal;
}

.nav{
	padding-top: 68px;
	font-size: 14px;
	color: #333333;
}

.nav a{
	color: #ffffff;
	text-decoration:none;
	margin-right: 18px;
}

.nav a:hover{
	color: #0099ff;
	text-decoration:none;
	margin-right: 18px;
}

.main{
	width:832px;
	margin-left: auto; margin-right: auto;
	margin-top: 20px;
}

.lcol{
	width: 480px;
	height: 80%;
	padding-right: 57px;
	float: left;
}

.rcol{
	width: 281px;
	float: left;
	padding-left:10px;
}

.seperater{
	height: 40px;
	clear: both;
}

.footer{
	height: 50px;
	background-color:#000000;
	padding-top: 20px;
	color: #CCCCCC;
}

.footer-inner{
	width:822px;
	margin-left: auto; margin-right: auto;
		font-size:10px;
}

.footer-container{
	width: 300px;
	float:center;
}

.footer ul{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 0px;
}

.footer li{
	display: inline;
}

.footer p{
  	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
	}

.footer a{
	color: #CCCCCC;
	text-decoration: none;
}

.pad{
	padding-bottom: 5px;
}

h1{
	font-size: 18px;
	color:#0000ff;
}

h2, h3, h4{
	font-size: 16px;
	color:#0000ff;
}

p{
	line-height: 18px;
}

a{
	color:#0000ff;
	text-decoration: underline;
}

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

