﻿body {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    background-color: #f9f9f9; 
 	color: #808080;
 	font-weight: 600; 
    }
.greentext {color: #a4b92a;}
    
.greytext {color:#808080;}

a {
    color: #c2d832;
    font-style: italic; 
    font-size: 14px;
 }
a:visited {
    color: #a4b92a;
}
a:hover {
    text-decoration: underline;
}

p {
	margin: 8px 0px 8px 0px
}
p a:hover
{
	 text-decoration: underline;
}
th, td {
    font-size: 11px;
}

img { border: 0;
 }

#wrapper {
    text-align: left;
    width: 800px;
    position: relative;
    margin:0 auto;
    background-color: #ffffff; 

}
ul
{
	padding: 0px 0px 0px 20px;
	}
li 
{
	padding: 0px 10px 1px 0px;
	color: #fdb714;
}	
#header {
	width: 799px;
	height: 149px;
	padding: 0px 1px 0px 0px;
	background: url(images/header.jpg) no-repeat right bottom;
	background-color: #ffffff;
}

#menubar {
    background: url(images/menu.jpg) no-repeat right bottom;
    width: 800px;
    height: 36px;
    margin: 1px 0px 5px 0px;
	background-color: #ffffff; 
	position:relative;
}

#menubar ul { /* remove bullets and list indents */
list-style: none;
margin: 0px Auto Auto Auto;
padding: 10px;
text-align: right; 
}
#menubar li { 
display:inline; 
}

/* style, color and size links and headings to suit */
#menubar a, a:link, a:visited {
border-width: 0px;
border-style: none;
margin: 0;
font-size: 16px;
text-decoration: none;
color: #808080;
}
#menubar a:hover 
{
	text-decoration: underline;
}

#menubar h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
/* style, color and size links and headings to suit */
.calendar a, a:link, a:visited {
border-width: 0px;
border-style: none;
margin: 0;
font-size: 12px;
text-decoration: none;
font-style: normal; 
}

#page 
{
    width: 800px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff; 
	position:relative;
}

/** SIDEBAR */
#sidebar {
	float: left;
	width: 200px;
	padding: 3px 0px 5px 0px;
}

#content {
	float: right;
	width: 600px;
	padding: 3px 0px 5px 0px;
}
.boxA {
	padding: 5px 10px 0px 10px;	
	border-bottom: 1px solid #D9D9D9;
	text-align: left;
}

.boxB {
	padding: 5px 10px 0px 10px;
	text-align: left;
}

#orangerow .col {
    padding-top: 2.3em;
}

#greenrow .col {
    float: left;
    width: 487px;
    margin-left: 6px;
    margin-bottom: 5px;
}

.divider {
    background: #fdb714;
    height: 3px;
    margin: 1px 0;
    padding: 0;
    font-size: 1px;
}

.col .divider {
    background: none;
    border-top: 1px solid #999;
}

#orangeline {
    background: url(images/line.jpg) no-repeat;
    width: 800px;
    height: 5px;
}

.left {
   float: left;
   width: 200px;  
}
.right {
   float: right;
   width: 600px;
}

.clear {
    clear: both;
    background: #fff;
    height: 2px;
    margin: 0 0px 0 0;
}

* html .clear div {
    margin-bottom: -2px;
}
#partners {
	text-align: left;
    height:90px;
    width: 800px;
    position: relative;
    margin: 0 auto; 
}
.alignmiddle
{
	position:absolute; 
	top:50%; 
	height:6em; 
	margin-top:-4em
}
#footer {
    text-align: right;
	width: 800px;
    height:20px;
    background-color: #e6e6e6;
    padding: 5px 0px 5px 0px;
}

#footer a {
    color: #000000;
    text-decoration: none;
}

h1 {
    margin: 0;
    padding: 5px 0 4px 0;
    font-size: 18px;
    color: #a4b92a;
    font-weight: bolder; 
}

h2 
{
    margin: 0;
    padding: 5px 0 0px 0;
    font-size: 14px;
    color: #a4b92a;
    font-weight: bold; 
}
h3 
{
}
.textHighlight
{
	margin: 0;
padding: 0;
font-size: 17px;
color: #808080;
font-weight: bold; 
	}
.oppHeader
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #808080;
	font-weight: bold;
}
.number
{
		margin: 0px 5px 0px 0px;
		color: #fdb714;
}


