/* CSS Document */

* { margin:0;
	padding:0;		
	font-family: Ms Sans Serif, Arial;
	line-height: normal;
	}
	
body {
	font-size: 11px;
	background:url(/images/bg_main.jpg) repeat-x;
	width:100%;
	color:#737373;
}

h1 {
	display: block;
	background: url(/images/h1_bullet.gif) top left no-repeat #00b034;
	color: #FFF;
	padding-left:30px;
	width:488px;
	height:27px;
	line-height: 27px;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color:#00733a;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

h3 {
	color:#00733a;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

h4 {
	color:#00733a;
	font-size: 12px;
	font-weight: bold;
}


a, a:visited {
	color:#5d9d10;
	text-decoration:none;
}

a:hover, a:active {
	color:#006935;
	text-decoration:underline;
}

p { margin: 10px 0 10px 0; }



#wrapper {
	width:770px;
	margin:auto;
}

#head {
	width:770px;	
}

#content {
	width:770px;
}

#footer {
	clear:both;
	text-align:center;
	widows: 770px;
	padding: 20px 0 20px 0;
	color: #cecece;
}

#footer span { display:block; font-size:10px; padding-top: 10px; }

.float_left { float:left; }
.float_right { float:right; }

div.hline {
	width:100%;
	background-color: #DEDEDE;
	line-height:1px;
	font-size:1px;
	height:1px;
}

#content_main table {
	margin: auto;
}

table tr th {
	background-color:#00b034;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding: 5px;
	text-align:left;
}

table tr td {
	padding:5px;
	text-align:left;
}




.background_grey {
	background-color:#f6f6f6;
}

.align_left {
	text-align:left;
}

.align_right {
	text-align:right;
}

.align_center {
	text-align:center;
}

#content_main ul {
	margin:10px 0 10px 25px;
}

#content_main ol {
	margin:10px 0 10px 25px;
}
