BODY {
	margin:0;
	padding:0;
	text-align: center;
	background:#FFF url(../images/bg.jpg) left top repeat-x;
}

body, td, th, tr, p, div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 150%;
}

#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background:white;
	border-left:1px solid #3bb3c3;
	border-right:1px solid #3bb3c3;
}

#wrapper-padding {
	padding:15px;
}

#menu {
	text-align: left;
	height: 40px;
	margin-bottom:15px;
	position:relative;
	background:#FFF url(../images/menubg.jpg) left top no-repeat;
}

#logo {
height:100px;
}

#header {
	height:250px;
	margin-bottom:15px;
	background:#FFF;
}

#header .moduletable {
	padding:10px;
	padding-left:10px;
	color:#FFF;
	font-size:16px;
}

#header .moduletable p {
	color:#FFF;
}

#header-left, #header-center, #header-right {
	float:left;
	width:240px;

	background:#FFF;
}

#header-left, #header-center {
	margin-right:25px;
	display:inline;
}

p {
	margin:0;
	padding:0;
	margin-bottom:0.8em;
}

#content {
	margin-top:15px;
	float:left;
	width:510px;
}

#right {
	margin-top:15px;
	float:left;
	width:240px;
	margin-left:20px;
	display:inline;
}

.clear {
	clear:both;
}

#footer {
	border-top:1px solid #3bb3c3;
	clear:both;
	padding-top:10px;
	margin-top:30px;
	padding-bottom:20px;
}

#footer ul, #footer li {
margin:0;
padding:0;
list-style:none;
}

#footer li {
float:left;
font-size:14px;
margin-right:30px;
}

#footer li a:link, 
#footer li a:visited {
color:#666;
}

#footer li a:hover {
color:#222;
}

/* END OF LAYOUT STYLES */


/* GENERAL PURPOSE STYLES */

a:link, 
a:active, 
a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #111;
}

.inputbox {
	margin-right: 5px;
	font-size: 10px;
	text-indent: 5px;
	border: 1px solid #CCC;
	font-size: 11px;
}

img {
	border: 0;
}

fieldset {
	border:none;
}

/* useful tags */


h1, h2, h3, h4 {
	margin: 0;
	color: #333;
	padding-left: 0;
}

h1 {
	font-size: 26px;
	margin-bottom:0.6em;
}

h2 {
	font-size: 22px;
	margin-bottom:0.6em;
}

h2.contentheading, 
h2.componentheading, 
.componentheading, 
.contentheading {
	font-size: 24px;
	margin-bottom: 14px;
	font-weight: normal;
	color: #FF0000;
}

h3 {
	font-size: 18px;
}

#content h3 {
	color:#85c226;
}

#header-left h3, 
#header-center h3, 
#header-right h3,
#right h3 {
	color:white;
	font-weight:normal;
	font-size:20px;
	padding:8px;
}

#right h3 {
	background:#FFF url(../images/right_mod_bg.jpg) left top no-repeat;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

.poll h3 {
	background:none !important;
	color:#444 !important;
	font-size:16px !important;
}

#header-left p, 
#header-center p, 
#header-right p,
#right p {
	margin:8px;
}

#header h3 {
	font-size: 24px;
	padding:0px;
	padding-bottom:0.6em;
	font-weight:normal;
	color:#FFF;
}

h4 {
	font-size: 11px;
}

#content ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

#content li {
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	margin-left:10px;
	padding-left: 10px !important;
	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);
}

#right ul li {
padding-bottom:4px;
}

/* NAVIGATION MENU */

.buttons {display:none;}

.author {
background:#F8F7F1;
padding:5px;
font-size:12px;
margin-bottom:1em;
border-top:1px solid #3bb3c3;
border-bottom:1px solid #3bb3c3;
}

.modifydate, .readmore {
text-align:right;
color:#CCC;
margin-top:0.8em;
margin-bottom:0.8em;
clear:both;
}

/* primary menu - at the top of this site */

#menu ul, 
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

#menu ul {
	height: 40px;
	margin-left:5px;
} 

#menu ul li {
	float:left;
	height: 40px;
	line-height:39px;
	margin-right:1px;
}

#menu a, 
#menu a:link, 
#menu a:visited {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

#menu ul li:hover, 
#menu ul li.over {	
	background:#ADCC48;
}

#menu ul li#current {	
	background:#ADCC48;
}

#menu ul li#current * {	
}

#menu ul li ul {
	width:190px;
	padding-top:12px;
}

#menu ul li ul li {
	background:#ADCC48;
	width:190px;
	border-bottom:1px solid white;
}

#menu ul li ul li:hover, 
#menu ul li ul li.over {
	background:#ADCC48;
}