/* CSS Document */
body{
	margin: 0px;
	background-color:#FFFFFF;
	color:#555555;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Background */
#background{
	width: 962px;
	height:auto;
	margin: 5px auto 0px auto;
}

/* Header */
#bg_header_top{
	background-image:url(../images/bg_header_top.gif);
	background-repeat:no-repeat;
	height:98px;
}
#bg_header_left{
	background-image:url(../images/bg_header_left.gif);
	background-repeat:no-repeat;
	width:30px;
	height:44px;
}
#bg_header_right{
	background-image:url(../images/bg_header_right.gif);
	background-repeat:no-repeat;
	width:30px;
	height:44px;
}
#bg_header_bottom{
	background-image:url(../images/bg_header_bot.gif);
	background-repeat:no-repeat;
	height:26px;
}
#menu {
	width:902px;
	height:44px;
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
}

a, a:hover, a:visited{
	color:#13871b;
}

.title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#13871b;
}

/* Content */
#content_wrapper{
	width:932px;
	height:auto;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#13871b;
	margin-top:5px;	
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#13871b;	
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#13871b;
	margin:12px 0px 4px 0px;
}
p{
	margin:0px 0px 10px 0px;
}
.divider{
	border-bottom:dashed 1px #13871b;
	height:3px;
}
.content{
	padding:10px 10px 0px 10px;
	height:350px;
}

/* Right Content */
.right_box{
	width:232px;
}
#right_bg_top{
	background-image:url(../images/right_bg_top.gif);
	background-repeat:no-repeat;
	height:18px;
}
#right_bg_mid{
	background-image:url(../images/right_bg_mid.gif);
	background-repeat:repeat-y;
	background-position:top left;
}
#right_bg_bot{
	background-image:url(../images/right_bg_bot.gif);
	background-repeat:no-repeat;
	height:25px;
}
.right_inner{
	width:218px;
	background-color:#FFFFFF;
	margin:0px 6px 0px 6px;
	height:auto;
	text-align:center;
}
.right_title{
	color:#13871b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
	border-bottom:solid 2px #13871b;
	padding:0px 0px 3px 7px;
}
.right_content{
	color:#777777;
	line-height:16px;
	padding:8px 5px 0px 10px;
	text-align:left;
}

.pic{
	border:solid 1px #CCCCCC;
}
ul.white_arrow{
	list-style-image:url(../images/arrow2.gif);
	line-height:15px;
	margin:3px 0px 0px 19px;
	padding-left:0px
}

/* Footer */
#footer{
	height:85px;
	background-image:url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:11px;
	text-align:left;
}
a.footlinks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#13871b;
	text-decoration:none;
	letter-spacing:.03em;
}
a.footlinks:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#13871b;
	text-decoration:underline;
	letter-spacing:.03em;
}

input, password {
	font-size:11px;
	height:15px;
}
select {
	font-size:11px;
	height:20px;
}

/* Menu */
.menu {
	width:902px;
	height:44px;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	z-index:100;
	background-image:url(../images/menu_bg.gif);
	background-repeat:no-repeat;
}