body {
	background-color: #EBFAED;
	color: #333333;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	/*font-size: 72.5%;*/
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
	}

.content {
	margin-top: 10px;
	font-size: 12px;
	background-color: #D1FAD5;
        padding: 0 5px;
        clear: both;
	text-align: left;
	}

.content-inner {
        padding: 10px;
	}
	

/* Links -------------------------------------------------------------*/
a {color: #2A6F46; text-decoration: none;}
a:visited {color: #2A6F46; text-decoration: none;}
a:hover {color: #D31141; text-decoration: underline;}
.content a {text-decoration: underline;}
.content a:visited {text-decoration: underline;}
a.noline {text-decoration: none;}
a.noline:visited {text-decoration: none;}


/* Structure & Frame -------------------------------------------------*/
body {
	text-align: center;
	}

img {border: none;}

.titleBar {
	background: #EBFAED;
	margin-bottom: 8px;
	padding: 5px;
	}

.globalWrapper {
	position: relative;
        padding: 0 20px;
        min-width: 650px;
	}

.logo {
        float: left;
        width: auto;
        padding: 10px 13px 0 10px;
}


/* Headers -----------------------------------------------------------*/
h1, h2 {line-height: 1.1em; padding-bottom: 0.2em;}

.siteTitle {
	padding: 0px;
        margin-top: 15px;
        margin-bottom: 1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #2A6F4C;
	}
	
.siteDescription {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2A6F4C
	}

.firstHeading {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1.8em;
	color: #2A6F4C}

.portlet {
	background: #26A630 url("images/bg_list.gif") repeat-x 0 0;
        margin-bottom: 15px;
        padding: 0 5px;
        clear: both;
	}

.portlet-inner {
	background-color: #D1FAD5;
        margin: 0;
	padding: 0;
	}

.portlet h5 {
	margin-top: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	line-height: 1em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	}


/* Lists -------------------------------------------------------------*/

ul {
	margin: 10px;
	padding-left: 15px;
	}

html>body li {
	margin-left: 10px;;
	}

.portlet li {
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	border-top:  1px solid #FFFFFF;
	border-bottom:  1px solid #34642B;
	}

.content li {
	margin-bottom: 5px;
	}

.search {
	float: right;
	margin-top: 2em;
	margin-right: 5px;
	margin-bottom: 11px;
	text-align: right;
	}


/* Tables ------------------------------------------------------------*/

.content th {
	font-size: 12px;
	padding: 0px 10px 5px 10px;
}

.content td {
	font-size: 12px;
	padding: 0px;
}

.block th {
	font-size: 12px;
	background-color: #CCCCCC;
}

.sub-heading th {
	font-size: 10px;
}

.block td {
	font-size: 10px;
	background-color: #DDDDDD;
}

.form th {
	text-align:right;
	vertical-align:top;
}

.form td {
	text-align:left;
	vertical-align:top;
}


/* Various Tags & Classes --------------------------------------------*/

.error {color: red; font-size: larger;}

.feint {color: #AAAAAA;}


/* Rounded Corners ---------------------------------------------------*/

span.corners-portlet-top, span.corners-portlet-bottom, span.corners-portlet-top span, span.corners-portlet-bottom span, span.corners-content-top, span.corners-content-bottom, span.corners-content-top span, span.corners-content-bottom span {
        font-size: 1px;
        line-height: 1px;
        display: block;
        height: 5px;
        background-repeat: no-repeat;
}

span.corners-portlet-top {
        background-image: url("images/corners_portlet_left.gif");
        background-position: 0 0;
        margin: 0 -5px;
}

span.corners-portlet-top span {
        background-image: url("images/corners_portlet_right.gif");
        background-position: 100% 0;
}

span.corners-portlet-bottom {
        background-image: url("images/corners_portlet_left.gif");
        background-position: 0 100%;
        margin: 0 -5px;
        clear: both;
}

span.corners-portlet-bottom span {
        background-image: url("images/corners_portlet_right.gif");
        background-position: 100% 100%;
}

span.corners-content-top {
        background-image: url("images/corners_content_left.gif");
        background-position: 0 0;
        margin: 0 -5px;
}

span.corners-content-top span {
        background-image: url("images/corners_content_right.gif");
        background-position: 100% 0;
}

span.corners-content-bottom {
        background-image: url("images/corners_content_left.gif");
        background-position: 0 100%;
        margin: 0 -5px;
        clear: both;
}

span.corners-content-bottom span {
        background-image: url("images/corners_content_right.gif");
        background-position: 100% 100%;
}


/* Navigation Bar --------------------------------------------------*/

.navbar span.corners-content-top, .navbar span.corners-content-bottom {
        margin: 0 -10px;
}

.navbar {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	color: #2A6F4C;
        background-color: #C5F9C6;
	padding: 0 10px;
}

.linklist {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
        line-height: 2.2em;
}

.underlinelist {
	margin-bottom: 1px;
	padding-bottom: 2px;
	border-bottom: 1px solid #FFFFFF;
}

.linklist li {
	display: inline;
        list-style-type: none;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.linklist li.rightside {
	float: right;
}

li.siteslist {
	font-weight: bold;
}

li.leftside {
	float: left;
	margin-left: 0px;
        margin-right: 5px;
        text-align: left;
}

li.rightside {
	float: right;
        margin-right: 0px;
	margin-left: 5px;
        text-align: right;
}

li.leftseparator {
        border-left: 1px solid #FFFFFF;
}

li.rightseparator {
        border-right: 1px solid #FFFFFF;
}

li.first {
        padding-left: 0;
}

li.last {
        padding-right: 0;
}

li.current a {
        color: #333333;
}

.linklist a.selected {
        font-weight: bolder;
}

/* navbar fix (mainly for IE6) */
* html .navbar {
        height: 59px;
        overflow: hidden;
}

* ul.linklist {
        height: 24px;
        overflow: hidden;
}

/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
html {
        height: 100%;
        margin-bottom: 1px;
}
