BODY {
	margin:0;
	padding:0;
	text-align: center;
}

body, td, th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	line-height: 150%;
}

#wrapper {
	position: relative;
	width: 825px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
}

#header {
	position: relative;
	left: 0;
	top: 0;
	height: 188px;
}

#logo {	
	position: absolute;
	left: 0;
	top: 90px;
	width: 212px;
	height: 73px;
}

#footer h3 {
	display: none;
}

#top_menu {
	position: absolute;
	right: 0;
	top: 120px;
	text-align: right;
	width:500px;
}

#menu {
	position: absolute;
	top: 150px;	
	background: #00BD9B;
	width: 825px;
	height: 23px;
	color: #fff;
	border-top: 4px solid #00BD9B;
	border-bottom: 6px solid #00BD9B;
}

p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}

.moduletable {
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_img {
	width: 825px;
	height: 242px;
	padding-bottom: 7px;
}

#logo img,
#main_img img {
	display: block;
}

#wrapper_bg,
#wrapper_bg_in {
	background: url(../images/wrapper_bg.gif) no-repeat left top;
	border: 1px solid #ddd;
	border-top: none;
	width: 824px;
}

#wrapper_bg_in {
	background: url(../images/wrapper_bg2.gif) no-repeat left top;
}

#left {
	float: left;
	width: 255px;
}

#center {
	float: left;
	width: 295px;
}

#right {
	float: left;
	width: 270px;
}

#left .moduletable,
#center .moduletable,
#right .moduletable {
	margin: 0;
	padding: 0;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 20px;
}

#left .moduletable {
	width: 240px;
}

#center .moduletable {
	width: 270px;
}

#right .moduletable {
	width: 255px;
}

#left-in {
	float: left;
	width: 245px;
	padding-top: 26px;
}

#left-in .moduletable {
	padding: 10px;
}

#content {
	float: left;
	width: 550px;
	margin-left: 20px;
	padding: 0;
}

#path {
	margin-top: 13px;
	padding-left: 13px;
}

#content-padding {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 30px;
}

#clear {
	clear:both;
}

#footer {
	position: relative;
	margin: 0 auto;
	height: 50px;
	width: 825px;
	margin-top: 20px;
}

/* END OF LAYOUT STYLES */

/* GENERAL PURPOSE STYLES */

a, a:link, 
a:visited {
	color: #00BD9B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#top_menu .moduletable,
#menu .moduletable {
	margin: 0;
	padding: 0;
}

.inputbox {
	margin-right: 5px;
	font-size: 10px;
	text-indent: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
}

.sectiontableentry1 {
	background-color : #fff;
}

.sectiontableentry2 {
	background-color: #f9f9f9;
}

.small {
  font-size: 9px;
  color: #b71c07;
  text-decoration: none;
  font-weight: normal;  
}

#footer a:link, 
#footer a:visited  {
	font-size: 11px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #999;
	font-weight: normal;
	text-transform: lowercase;
}

#footer a:hover {
	text-decoration: underline;
}

/* new tags */


h1, h2, h3, h4 {
	margin: 0;
	color: #333;
	padding: 5px;
	padding-left: 0;
	padding-bottom: 10px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
	color: #0bd9b;
}

h2.contentheading, 
h2.componentheading {
	padding-top:10px;
}

h3 {
	font-size: 13px;
	padding-bottom: 5px;
}

h4 {
	font-size: 11px;
	color: #00BD9B;	
}

#content ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

#content li {	
	list-style: none;
	list-style-image: url(../images/arrow.png);
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 li {	
	list-style-image: url(../images/arrow1.jpg);
}

ul.arrow2 li {
	list-style-image: url(../images/arrow2.jpg);
}

#left h3,
#center h3,
#right h3 {
	font-size: 12px;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 20px;
	text-transform: uppercase;
} 

#left-in h3 {
	padding-left: 0;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-size: 12px;
}

#left-in ul {
	margin-bottom: 10px;
}

#left-in .moduletable_menu {
	padding-left:15px;
}

/* NAVIGATION MENU */


#left-in ul {
	margin: 0;
	padding: 0;
}

#left-in ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	line-height: 140%;
}

#left-in li {	
	list-style: none;
	list-style-image: none;
	background: url(../images/arrow2.jpg) left 6px no-repeat;
}

#left-in ul li a, 
#left-in ul li a:link, 
#left-in ul li a:visited {
	text-decoration: none;
	font-size: 11px;
	text-transform: lowercase;
	padding-left: 15px;
	display: block;
	font-weight: bold;
}

#left-in ul li a:hover, 
#left-in ul li a.active {
	text-decoration: underline;
}

.author, .createdate {
margin-bottom:3px;
color:#888;
}

/* primary menu - at the top of this site */

#top_menu a, 
#top_menu a:link, 
#top_menu a:visited {
	color:#535252;
	padding-left: 5px;
	padding-right:5px;
	text-decoration: none;
	font-weight: normal;
	text-transform: lowercase;
}

#top_menu a:hover, 
#top_menu a.active {
	text-decoration: underline;
}

#top_menu ul, 
#top_menu li, 
#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#top_menu li {
float:right;

}

#menu ul {
	height: 23px;
} 

#menu ul li {
	float:left;
	height: 23px;
	line-height:23px;
	background: url(../images/menu_bg.gif) right top no-repeat;
}

#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
}

#menu ul li:hover, 
#menu ul li.over, 
#menu ul li#current {
background:#dadada url(../images/menu_bg.gif) right top no-repeat;
}
	

img {
	border: 0;
}

fieldset {
	border:none;
}

#menu ul li ul {
width:170px;
padding-top:2px;
margin-top:1px;
background:#555252;
}

#menu ul li ul li {
background:#555252;
width:170px;
border-bottom:1px solid white;
}

#menu ul li ul li * {
color:#333;
}

#menu ul li ul li#current *, 
#menu ul li ul li:hover *, 
#menu ul li ul li.over * {
color:#FFF !important;
}