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

body {
	background:#000;
}

#header {
	background:url(../images/bg.gif) bottom repeat-x;
	width:100%;
	height:15em;
	position:relative;
}

#menu {
	background:#d2e945;
	width:100%;
	height:3.1em;
	position:relative;	
}

ul#menu 
{
	padding-top:5px;
	background-color: #d2e945;
	color: #fff;
	text-align:center;
}

ul#menu li
{
	display: inline; 
}

ul#menu li a 
{
	padding: 5px 20px;
	background-color: #d2e945;
	color: #3A3617;
	font-weight:bold;
	text-decoration: none;
	float: left;
	cursor:pointer;
	
	font-family: Arial;
	font-size: 12px;
}

ul#menu li a.active
{
	color: #000;
	background-color: #d2e945;
	border: solid 1px #f2f2f2;
}


#masthead	{
	width:75em;
	margin:0 auto;
	padding:4em 0 70px 19em;
	height:5.2em;
	position:relative;
}

#masthead ul {
	position:absolute;
	bottom:0;	
	z-index:0;
}

#masthead li {
	float:left;
	margin-right:10px;
	background:#d8ed46 url(../images/nav_over.gif) bottom repeat-x;
	vertical-align:bottom;
}

#masthead li a {
	background:transparent url(../images/nav_over_left.gif) top left no-repeat;
	display:block;
}

#masthead li.active {
	height:35px;
	background:#d8ed46 url(../images/nav_under.gif) bottom repeat-x;
}

#masthead li a strong {
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	background:transparent url(../images/nav_over_right.gif) top right no-repeat;
}

#masthead img {
	position:absolute;
	left:2em;
	bottom:1em;
}

.main {
	background:#FFF url(../images/main.gif) repeat-x;
	width:100%;
	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */
	position:absolute;
}

#content {
	
	width:72em;
	margin:0 auto;
	padding:2em;
	
	background:url(../images/hr.gif) right bottom no-repeat #FFF;;
}

#subContent {
	width:50%;
	height:100%;
	padding-left:2em;
	background:url(../images/green_vr.gif) repeat-y;
	float:right;
}

.article {
	
	padding-bottom:6.5em;
	padding-right:3em;
	
	position:relative;
	text-align:justify;
}

ol{
	list-style-type: decimal;
}

ol li{
	padding:5px;
}

ul.primary{
	margin:1em 0;	

	padding-left:1em;
}

li.primary{
	margin-left:1.5em;
	margin-bottom:0.5em;	
	list-style-image:url(../images/bullet.gif);
	font-size:1.2em;
}

li.second{
	margin-left:3.5em;
	margin-bottom:0.5em;	
	list-style-image: url(../images/bullet2.gif);
	font-size:1.2em;
}

.comments {
	position:absolute;
	right:3em;	
	bottom:3em;
}


.hr {
	width:55em;
	height:128px;
}

#footer {
	clear:both;
	background:#000;
	height:20em;
	position:relative;
}

#footer ul {
	position:absolute;
	text-align:right;
	right:50%;
	top:50%;
	margin-top:-4em;
	padding:3em 1em;
	border-right:1px solid #CF0;
}

#footer img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-2.9em;
	background:#CCC;
	margin-left:1em;
	border:5px solid #FFF;
	outline:0.1em solid #333;
}

/* Typography
---------------------------------------------------------*/

body {
	font:70% "Trebuchet MS"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:#090;
}

p {
	line-height:1.5em;	
	font-size:1.3em;
	margin-bottom:1em;
}

h1 {	
	font-size: 3.6em;
	padding:0;
	margin:0;
	color:#FFF;
}

h2 {
	font-size:2em;	
	line-height:1.5em;
	margin-bottom:0.5em;
}

h3 {
	font-size:1.6em;
}

h4 {
	font-size:1.4em;
}

h5{
	font-size:1.1em;
}
span.title4
{
	font-weight:bold;
	font-size:1.4em;
}

blockquote {
	border-left:0.3em solid #090;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}


.comments {
	font-size:0.95em;
}

#subContent h2 {
	font-size: 2em;
}

#subContent p {
	font-size:1.1em;	
}

#masthead p {
	color:#CF0;	
}

#masthead li a {
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}

#footer {
	color:#CCC;	
}

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

#footer a:hover {
	text-decoration:underline;	
}

#footer p {
	margin-bottom:0;
}

table.contact tr td.contact_label
{
	text-align : right;
	font-weight : bold;
	padding: 0px 10px 0px 0px;
	vertical-align : top;	
}

.contact_input
{
	
	background-color : #F9F9F9 ;
	border : 1px solid #7F9DB9 ;
	
	font-family : Arial;
	font-size : 12px ;
	width : 279px;
}

input.InputButton
{
	background-color : #F1F1F1 ;
	border : 1px solid #000000 ;
	font-weight : bold;
	margin : 5px 3px;
	width : 80px;
	cursor : pointer;
}	

.pageError
{
	background-color : #FFF5F6;
	border : 1px solid #DDB7BA;
	color : #FF0000;
	padding : 3px;
	display : none;
	text-align : center;	
}

.pageOk
{
	background-color : #E5FFE8;
	border : 1px solid #003D06;
	color : #007F0E;
	padding : 3px;
	display : none;
	text-align : center;	
}

#newsbar div.news
{
	margin-bottom : 5px;
	padding : 10px;
	background-color : #F6FFDD;
}

span.news_date
{
	color : #606060;
	font-weight : bold;
	font-size : 9pt;
}

span.news_title
{
	font-style : italic;
}

table.tablegeneral
{
	background-color : #000000;
}

table.tablegeneral th 
{
	background-color : #F6FFDD;
}

table.tablegeneral td
{
	background-color : #FFFFFF;
}

table.tablegeneral th, table.tablegeneral td 
{
	padding : 5px;
	text-align : left;
	vertical-align : top;
}

table.tablegeneral td.tdchecked
{
	text-align : center;
	vertical-align : middle;
	font-weight : bold;
	font-size : 14px;
}

span.slide_page, span.slide_page_on
{
	display: block;
	width: 80px;
	height: 20px;
	font-size: 10pt;
	background-color: #eee;
	float: left;
	margin-right: 5px;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #bbb;
	text-decoration: none;
	cursor:pointer;
}

span.slide_page_on
{
	background-color: #888;
	color:#eee;
}

