BODY {
	font-size:100%;
	margin: 0px;
	background-image:url(../images/bg_main.jpg);
	background-attachment:fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font-size:1.5em;
	font-family:Georgia, Helvetica, Arial, serif;
	border-bottom:1px dotted #333333;
}

H2 {
	font-size:1.2em;
	font-family:Georgia, Helvetica, Arial, serif;
}

H3 {
	font-size:1.1em;
	font-family:Arial, sans-serif;
}

#mainWrapper {
	position:relative;
	width:770px;
	margin:0px auto;
	margin-top:10px;
	background-color:#CCCCCC;
}

#leftCol {
	position:absolute;
	float:left;
	width:130px;
	top:0px;
	background-color:#C7C8BC;
	background-image:url(../images/left_col_btm.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}

#leftNav UL {
	list-style-type: none;
	margin:0px;
	margin-top:5px;
	padding:0px;
	padding-bottom:20px;
}

#leftNav A {
	font-size:0.8em;
	color:#333333;
	text-decoration:none;
	display:block;
	padding:5px;
	width:120px;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #333333;
}

#leftNav A:hover {
	background-color:#EEEEEE;
	border-left:5px solid #999999;
}

#rightCol {
	position:absolute;
	left:130px;
	width:640px;
	right:0px;
	background-color:#FFCC00;
}

#topBar {
	width:100%;
	background-image:url(../images/bg_top.gif);
}

#mainContent {
	font-size:0.8em;
	padding:20px;
	width:500px;
	border-bottom:1px solid #FFCC00;
	background-color: #EEEEEE;
	background-image:url(../images/bg_content_cnr.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#mainNav {
	height:29px;
	background-color:#FFCC00;
}

#mainNav UL {
	margin:0px;
	padding:0px;
	list-style:none;
}

#mainNav LI { display:inline; }

#mainNav A { 
	float:left;
	color:#333333; 
	font-size:0.8em;
	padding:5px;
}

#footer IMG {
	border:none;
}

.imageRight {
	float:right;
	margin:0px 0px 5px 5px;
	border-left:1px solid #333333;
	border-top:1px solid #333333;
	border-right:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

#mainContent UL {
	margin:0px;
	padding-left:30px;
	list-style-image:url(../images/bullet_arrow.gif);
}

#mainContent UL LI {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #999999;
}