a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 14px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
}

.grey {
	color: #999999;
}

html, body{
	margin:0;
	padding:0;
	text-align:center;
} 
 
#wrapper{
	width:748px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	top: 20px;
	position: relative;
} 
 
#nav{
	position:relative;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	height:100px;
	width:748px;
} 

#nav ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width:748px;
}

#nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 15px;
}

#nav ul ul {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 23px;
}
#nav ul ul ul {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 18px;
}

#left{
	width:300px; 
	float:left; 
	position:relative; 
}
 
#right {
	width:448px; 
	float:right; 
	position:relative;
}

#maincol{  
	float: right; 
	display:inline; 
	position: relative; 
	width:448px; 
}
 
#footer{
	height:17px;
	clear:both;
}
 
.footerimg {
	position: relative;
	left: -22px;
}
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
