/* CSS Document */
body {
	font-size: 95.1%;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #234435;/*dark green*/
	margin: 0px auto;
}

h1 {
font-size:130%;
border-bottom:1px dotted #234435;
}

h2 {
font-size:120%;
}

h5 {
font-size:105%;
}

h6 {
font-size:90%;
color:#fff;
}

dt {
padding-top:8px;
}

ul li {
list-style-image:none;
}

#wrapper {
	width: 950px;
	text-align: left;
	margin: 0px auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
#header {
    width:950px;
	background-color:#bcc1b2; /*grey-green*/
	text-align:right;
}

#header table {
width: 900px;
float: right;
}


#nav {
border-bottom:1px solid #fff;
}

#side_bar {
	width: 150px;
	float: left;
	font-weight:bold;
	padding: 15px 8px;
	border-right: 1px solid #FFFFFF;
	background-color:#234435; /*drk green*/
	background-image:url(images/bg_sides.png);
	background-repeat:repeat;
}
#content {
margin:0px auto;
width:621px;
float:left;
	padding: 4px 10px;
	color:#234435;/*dark green*/
	background-color:#e7e9e2; /*lighter*/
}

#class_content {
margin:0px auto;
width:930px;
float:left;
	padding: 4px 10px;
	color:#234435;/*dark green*/
	background-color:#e7e9e2; /*lighter*/
}


#right_column {
	margin: 0px;
	padding: 3px 4px 8px;
	float: right;
	width: 133px;
	border-left: 1px solid #FFFFFF;
	background-color:#234435; /*drk green*/
	background-image:url(images/bg_sides.png);
	background-repeat:repeat;
}

#right_column1 {
background-color:#666666;
	padding:0px 5px;
	border: 1px solid #FFFFFF;
}

#footer {
	border-top: 2px solid #FFFFFF;
	background-color:#bcc1b2; /*grey-green*/
	font-size: 80%;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 3px 3px;
    width:947px;
}

#content a, #content a:link { 
	color: #234435; /*drk green*/
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
}

#content a:visited { 
	color: #666;
	background-color:inherit;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover, #content a:active, #content a:focus {  
	color: #333;
	background-color:inherit;
	text-decoration:underline;
	font-weight:bold;
}

#footer a, #footer a:link {
	color: #FFFFFF;
	text-decoration:underline;
	}
	
#footer a:visited {
	color: #234435;/*dark green*/
	text-decoration:underline;
	}

#footer a, #footer a:link {
	color: #234435;/*dark green*/
	text-decoration:none;
	}



.bold {
font-weight:bold;
}

.borderbottom {
border-bottom:1px dotted #234435;
}

.borderbottomsolid {
border-bottom:1px solid #234435;
}


.borderright {
border-right:1px solid #234435;
}


.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

.blk {
color:#000;
}

.blue {
color:#668cd9;
}

.green {
color:#4cb052;
}

.purple {
color:#b373b3;
}

.gold {
color:#e0c24c;
}

.clear {
        clear:both; 
        height:0; 
        margin:0;
        font-size: 1px;
        line-height: 0px;
}

.colbottom {
margin-bottom:0px !important; 
padding-bottom:0px;
line-height:0px;
font-size:0px;
}

.indent {
padding:0px 0px 0px 50px;
}

.red {
color:#990000;
}

.small {
font-size:80%;
}

.xsmall {
font-size:75%;
}

.underline {
text-decoration:underline;
}

