html {overflow-y: scroll;}

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(../images/background.jpg) repeat-x top left;
	font-size: 13px;
	color: #595959;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

th {

background: #333333;
color: #FFFFFF;
font-size: 11px;
text-align: left;
font-weight:bold;
text-transform:uppercase;

}

td {
color: #222222;
}

td p { 
margin:2px;
	}

h1, h2, h3 {
	font-weight: normal;
	color: #484848;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1em;
}


a {
	color: #df393d;/*ff1908 d71700 D79B00;*/
}

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

/* Header */

#header {
	width: 900px;
	height: 254px;	
	margin: 0px auto;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 690px;
}

.post {
	padding: 10px 15px;
	background: url(../images/whitebg.gif) no-repeat top left;
	min-height:400px;
}

.title {
	margin: 0;
	color: #484848;
}

.title-resources {
	margin: 0;
	color: #484848;
	padding-bottom:10px;
}

.resources {
	padding: 10px 15px;
}

.byline {
	margin: 0;
	color: #D79B00;
}

.meta {
	text-align: left;
	color: #646464;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	/*background: url(../images/bg.jpg) repeat-y;
	border-left: 1px dotted #c32613;
	border-right: 1px dotted #c32613;
	border-left: 1px dashed #ffaea4;
	border-right: 1px dashed #ffaea4;*/
	background: url(../images/sidebar-bottom.jpg) bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#sidebar li {

}

#sidebar li ul {
	padding: 5px 0;
}

#sidebar li li {
	padding: 2px;
	padding-left: 10px;

}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 40px;
	color: #000000;
    background: url(../images/sidebar.jpg) repeat-x;
}

#sidebar a {
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding-top: 10px;
	height: 60px;
	border-top: #d3d3d3 solid 2px;
	/*background: #F2F2F2 url(../images/bg02.jpg) repeat-x left top;*/
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #717171;
}
.smallertext {	font-size: 11px;}
.divClear {
    clear:both;
	padding-bottom:5px;
}

.newstext {	font-size: 12px;color: #222222;
/*background:#FFC*/}

#bottomrow {
clear: both;
width: 660px;
padding-top: 10px;
}

#bottomrowleft {
float: left;
width: 210px;
height:110px;
padding-top: 10px;
background-color: #FFFFCC;
}

#bottomrowcenter {
float: right;
width: 215px;
height:110px;
margin-left: 10px;
padding-top: 10px;
background-color: #FFFFCC;
}

#bottomrowright {
float: right;
width: 215px;
height:110px;
margin-left: 10px;
padding-top: 10px;
background-color: #FFFFCC;
}
.horizontal_dotted_line
{
border-bottom: 1px dotted #80c080;
margin-top:2px;
margin-bottom:2px;
}
.note a {
	text-decoration:none;
}