@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html{
	height:100%;
}

ol{
	margin-left:22px;
	padding:3px;
}
ul{
	margin-left:22px;
	padding:3px;
}
li{
	padding:2px;
}

body{
	background-image:url(../images/body-bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	height:100%;
	background-color:#47b64a;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

#page_wrapper{
	height:100%;
}
#page{
	width:1000px;
	margin:0 auto;
	min-height:100%;
	background-image:url(../images/content-repeat.png);
	background-position:center top;
	background-repeat:repeat-y;
}
#header{

}
#menu{
	background-image:url(../images/menu-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:31px;
	padding-left:70px;
	padding-right:70px;
}
#menu a{
	color:#ffffff;
	font-weight:normal;
}
#menu a:hover{
	color:#44b74b;
}
#content{
	padding:10px 65px 15px;
	color:#525252;
}
#footer{
	background-image:url(../images/footer-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:34px;
	margin-top:15px;
}
#footer a{
	color:#ffffff;
	font-weight:normal;
}
#copyright{
	height:15px;
	padding-bottom:15px;
	padding-top:5px;
	margin:0 auto;
	width:800px;
}
#copyright a{
	color:#000000;
	font-weight:normal;
	border-bottom:dotted 1px;
}
#footer a:hover, #copyright a:hover{
	color:#44b74b;
}

h1, h2, h3, h4{
	color:#44b74b;
}
h1{
	font-size:2.4em;
}
h2{
	font-size:2.1em;
}
h3{
	font-size:1.7em;
}
h4{
	font-size:1.4em;
}

p{
	padding-top:10px;
	padding-bottom:10px;
	line-height:1.5em;
}
a{
	text-decoration:none;
	color:#44b74b;
	font-weight:bold;
}
a:hover{
	color:#2d4372;
}
.left-float{
	float:left;
}
.right-float{
	float:right;
}
.white{
	color:#ffffff;
}
.small{
	font-size:0.9em;
}
.tiny{
	font-size:0.7em;
}
.center{
	text-align:center;
}
.highlite{
	color:#44b74b;
	font-weight:bold;
}

#right_content{
	margin-bottom:15px;
	margin-left:15px;
	width:429px;
}

#sub_content_top{
	background-image:url(../images/sub-content-top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:13px;
}
#sub_content{
	background-image:url(../images/sub-content-bg.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
}
#sub_content h4{
	color:#ffffff;
}

#sub_content_bottom{
	background-image:url(../images/sub-content-bottom.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:18px;
}