@charset "UTF-8";
/* CSS Document */

body{
	background:#BBB;
}
p{
	font-family:Verdana, Arial, sans-serif;
	font-size:9pt;
	line-height:15pt;
	color:#111;
}
td, input{
	font-family:Verdana, Arial, sans-serif;
	font-size:9pt;
	line-height:15pt;
	color:#111;
}
li{
	font-family:Verdana, Arial, sans-serif;
	font-size:9pt;
	line-height:15pt;
	color:#111;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	line-height:20pt;
	letter-spacing:1px;
	color:#111;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	line-height:18pt;
	letter-spacing:1px;
	color:#111;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	line-height:17pt;
	letter-spacing:2px;
	color:#111;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	line-height:20pt;
	letter-spacing:1px;
	color:#111;
	font-weight:normal;
	font-style:italic;
}

/* STRUCTURE & SUBSTRUCTURE STYLES */

#container{
	width:960px;
	margin:20px auto;
	position:relative;
	background:#FFF;
}
#header{
	width:960px;
	height:144px;
	margin:0;
	background:url(images/header1.jpg) no-repeat;
}
#mainMenu{
	padding:10px 30px;
	width:900px;
	height:40px;
}
#content{
	width:960px;
	margin:0;
}
#mainContent{
	float:left;
	width:580px;
	height:auto;
	margin:0 0 0 20px;
	padding-right:20px;
	border-right:#999 1px solid;
}
#sidebar{
	float:right;
	width:300px;
	height:100%;
	margin:0 20px 0 0;
}
#footer{
	width:920px;
	padding:10px 20px;
	margin:0;
	background:#F90;
	height:50px;
}

/* HELPER CLASSES */
.clearFloat{
	clear:both;
}
