body, td {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

img{
	border: none;
}

a{
	color: #9ba93f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#outer {
 position: absolute;
 left: 0;
 top: 0;
 height: 100%;
 /*border: 1px solid #000000;*/
 width: 990px;
}

#header{
	
}

#logo{
        position:absolute;
	float: left;
	width: 357px;
        cursor: hand;
	height: 97px;	background: url(../images/logo_large4.png) 0 0 no-repeat;

}

#mainmenu{
	position: absolute;
	top: 97px;
	width: 990px;
	z-index: 99;
	/*background: #9ba93f;*/
}

#content-area {
  	position:absolute;
        top:127px;
        left:0px;
	width: 990px;
}

.componentheading { /* this hides a div that is rendered from Joomla on the home page. */
 	display:none;
}

.contentpaneopen { /* this sets the width of a joomla-rendered table so image and content were side-by-side in firefox*/
	width: 990px;
}

#image-holder{
        position:relative; /* the first 3 attributes shift the content up and left to cover a gap created by a joomla-rendered <tbody> */
	left:-3px;
        top:-3px;
        float:left;
        width: 370px;
        height:100%;
        margin: 0;
        padding:0;
}

#image-holder-homepage {
        position:relative; /* the first 3 attributes shift the content up and left to cover a gap created by a joomla-rendered <tbody> */
	left:-3px;
        top:-3px;
        float:left;
        margin: 0;
        padding: 0;
}

#right-side {
 	position:relative;
 	left:-3px;
 	top:-3px;
 	width:534px;
 	background:#ffffff;
 	float:right;
 	text-align:left;
 	margin: 0px;
 	padding: 40px;
 	display: block;
}

H1{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #626390;
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
}

H1.nopad{
	padding: 0px;
}

#sideBarContent H1{
	background-color: #9ba93f;
	color: #FFF;
	margin: -10px -10px 5px -10px;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}

H2{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

H3{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #626390;
}

UL{
	margin: 0;
	padding: 0;
	list-style: none;
}

LI.content{
	padding: 0px 0px 25px 14px;
	background-image: url(../images/plus_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style: none;
}

#footer{
	font-size: 10px;
	color: #626390;
        clear: both;
        text-align: center;
}

#footer a{
	color: #626390;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}
