/* -------------------------------------------
General 
------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626262;
	background: #FFF;
}


#column_right a:link    { color: #77980D; text-decoration: underline }    
#column_right a:visited { color: #77980D; text-decoration: underline }   
#column_right a:hover   { color: #77980D; text-decoration: none}


#column_left a:link    { color: #626262; text-decoration: none }    
#column_left a:visited { color: #888; text-decoration: none }   
#column_left a:hover   { color: #77980D; text-decoration: none;}



#header_bg {
	width: 100%;
	height: 205px;
	margin: 0 auto;
	background: url(../imagery/header_bg.jpg) no-repeat center top;
	padding-top: 35px;
}

#header {
	width: 632px;
	height: 202px;
	background: url(../imagery/header_image.jpg);
	margin: 0 auto;
}

#menu {
	width: 361px;
	height: 27px;
	float: left;
	background: #000;
	margin-top: 175px;
}

#content {
	width: 697px;
	margin: 0 auto;
	overflow: auto;
	background: url(../imagery/body_bg.jpg) repeat-y;
}

#column_left {
	width: 370px;
	margin: 20px 0 0 35px;
	float: left;
	display: inline;
	line-height: 20px;
}

#column_right {
	width: 210px;
	float: right;
	margin-right: 35px;
	margin-top: 20px;
	display: inline;
	line-height: 18px;
}
ul {
	margin: 10px 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	background: url(../imagery/bullet.gif) top left no-repeat;
	margin:0; 
	padding: 0 0 7px 20px;
}


img {

	border: 0;
}
h1 {
	margin: 0 auto;
	color: #888;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
}

h2 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	background: #77980D;
	width: 370px;
	padding: 2px 5px;
	margin: 20px 0;
}

h3 {
	color: #77980D;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	border-bottom: dashed 1px;
	width: 179px;
	padding-bottom: 10px;
}

h4 {
	color: #77980D;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	width: 370px;
	padding: 2px 5px;
}

#top {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	display: block;
	background: #77980D;
	width: 115px;
	padding: 2px 5px;
	margin: 20px 0;
}
.tick {
	margin-top: 0px;
	padding:0;
}

#top a:link    { color: #FFF; text-decoration: none }    
#top a:visited { color: #FFF; text-decoration: none }   
#top a:hover   { color: #FFF; text-decoration: underline;}
