* { padding: 0; margin: 0; }

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(images/PageBg.jpg);
	background-repeat: repeat-x;
}
#mydiv {
	width: 150px;	
	height: 100%;
}
p {
 padding: 10px;
}
a:link, a:visited {
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
ul {
	text-decoration: none;
	padding-left: 20px;
}
li{
	padding: 3px 0px 3px 10px;
}
#colhead {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	/*border-bottom: #666666 1px solid;*/
}
#wrapper {
	margin: 0 auto;
	width: 877px;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
	border:20px solid #ffffff; /*the white border */
}

#content {
	float: left;
	color: #333;
	width: 527px;
	min-height: 275px;
	background-image: url(images/content-bg.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	padding:0 15px 0 15px;
	
	
}
#contentleft{
	width: 120px;
	float:left;
	padding-left: 10px;
}
#contentright{
	width: 410px;
	padding: 0px 5px 5px 5px;
	float:left;
}
#headerbanner {
	color: #fff;
	width: 877px;
	height: 30px;
	padding-top: 2px;
	background-color: #9DBC85;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}
#header {
	color: #333;
	width: 877px;
	height: 186px;
	background: #fff;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

#footer {
	width: 867px;
	height: 40px;
	clear: both;
	background-color: #9DBC85;
	color: #333333;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	padding: 10px 0px 0px 10px;
	border-top: solid #fff 5px;
}
#footer a{}

#footer a:link a:visited{}

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

#leftcolumn { 
 color: #333;
 background: #9DBC85;
 width: 160px;
 float: left;
}

#rightcolumn {
	color: #000000;
	width: 158px;
	height: 850px;
	float: right;
}
.title {
	font-size: 18px;
	color: #336633;
	font-weight: bold;
}


/*NEW STYLES */
#contentContainer{
	min-height: 350px;
}
#contentContainerTop{
	background-image: url(images/content_backgroundTopBottom.gif); 
	background-repeat: none; 
	height:1px;
}
#contentContainerBottom{
	background-image: url(images/content_backgroundTopBottom.gif); 
	background-repeat: none; 
	height:1px;
	clear: both;
}
#bottomImage{
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height:122px;
	clear:both;
}
#contentColumns {	
	float: left;
	color: #333;
	width: 527px;
	min-height: 275px;
	background-image: url(images/content-bg.png);
	background-repeat: no-repeat;
	background-position: center 30px;
	padding:0px 15px 0px 15px;
}
#contentColumns p {margin-left:140px; padding-top:0px}
#contentColumns img{margin-left:-150px;}
