body {
	background: url(../images/bg_top.gif) repeat-x;
	margin: 0px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

h1{
	color:#DF950B;
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	margin-top:0px;
}

h2{
	font-size:10px;
	font-weight:normal;	
}

.subheadings{
	color:#1377C1;
	font-family:"Trebuchet MS", Arial;
	font-size:15px;
	margin-top:0px;
}

a{
	color:#1377C1;
	text-decoration:underline;
}

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

.images_right{
	margin: 0px 0px 10px 10px;
}

.images_left{
	margin: 0px 10px 10px 0px;
}


/* PAGE LAYOYT */

#top{
	height:125px;
	padding-top:25px;
}

#header{
	width:100%;
	height:180px;
	background:#e9e9e9;
}

#footer{
	width:100%;
	height:40px;
	padding-top:20px;
	background:url(../images/bg_footer.gif) repeat-x;
	font-size:9px;
	color:#999999;
}

#lhs{
	width:140px;
	padding: 25px;
	float:left;
}

#content_area{
	width:710px;
	padding: 25px 0px 25px 0px;
	float:left;
}

div.clear {
	clear: both;
	margin: -1px 0 0 0;
	visibility: hidden;
	height: 1px;
}

div.clear hr {
	display: none;
}

/* Navigation */

#lhs ul{
	margin:0;
	padding:0;
	list-style:none;
}

#lhs ul li{
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:dashed 1px #e9e9e9;
}

#lhs ul li a{
	color:#1377C1;
	text-decoration:none;
}

#lhs ul li a:hover{
	color:#DF950B;
	text-decoration:underline;
}