
/*----PAGE SETUP----*/
#wrapper {
	text-align:center;
	width:832px;
	height:100%;
	margin: 0 auto; 
	background-color:#FFFFFF;
}

#headerwrapper {
	height:74px;
	width:832px;
	background:#FFFFFF;
	text-align:left;
	margin:0px auto;
}
#middlewrapper {
	width:100%;
	border-right:1px solid #dddddd;
}

#left{
	float:left;
	clear:left;
}

#right{
	float:right;
	clear:right;
}
#clearer{
	clear:both;
	height:0px;
	padding:0px;
	margin:0px;
}
body{
	text-align:center;
	margin: 0 auto; 
	background-color:#FFFFFF;
}
/*----HEADER/FOOTER-----*/


#header1 {
	background-image: url('../images/banner_left2.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 148px;
	height: 74px;
	float:left;
}
#header2 {
	background-image: url('../images/banner_right.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#FFFFFF;
	width: 684px;
	height: 74px;
	float:right;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100px;
	width: 832px;
	text-align: right;
	clear:both;
}

/*----LEFT MENU----*/
#menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 150px;
	float:left;
	clear:left;
	text-align: left;
	margin-right: 0px;
	background-color:#FFFFFF;

}
#menu_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #888888;
	width: 120px;
}
#menu_content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 120px;
	margin-bottom:10px;
	margin-left:5px;
}

#menu_inactive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #dddddd;
	width: 116px;
	border: 1px solid #dddddd;
}
#menu_active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3D638D;
	border: 1px solid #003366;
	color: #cccccc;
	width: 116px;
}

/*----CONTENT----*/
#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 652px;
	float:right;
	clear:right;
	text-align: left;
	margin-top:10px;
	margin-left:9px;
	padding-right:16px;
	//border-right:1px solid #dddddd;
	border-bottom:0px solid #bbbbbb;

}
#info_box{
	margin-bottom:10px;
	padding:5px;
	background-color:#99cc99;
	border:1px solid #337733;
	width:620px;
	font-size:11px;
}
#picturewrapper{
	padding:3px;
	border:1px solid #339933;
	float:left;
}

/*----FORMS----*/
#login_email{
	width: 116px;
	margin-bottom:5px;
}
#login_pass{
	width: 116px;
	margin-bottom:5px;
}
#login_submit{
	width: 60px;
	margin-top:5px;
	margin-left:15px;
}
.cbox { vertical-align: middle; }

.button{
	border:1px solid #226622;
	background-color:#337733;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding:3px;
}
.button:hover{
	border:1px solid #226622;
	background-color:#339933;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding:3px;
}
.button:active{
	border:1px solid #226622;
	background-color:#114411;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding:3px;
}
.button2{
	border:1px solid #662222;
	background-color:#993333;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding:3px;
}
.button2:hover{
	border:1px solid #662222;
	background-color:#bb5555;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding:3px;
}
.button2:active{
	border:1px solid #662222;
	background-color:#552222;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	padding:3px;
}


/*----FONTS----*/
#section_title{
	font-size:18px;
	color:#449944;
	margin-bottom:10px;
}
#section_title_light{
	font-size:18px;
	color:#aaaaaa;
	margin-bottom:10px;
}
#section_subtitle{
	font-size:11px;
	color:#003300;
	font-weight:bold;
}
h1{
	font-size:12px;
	color:#449944;
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:0px;
	padding-left:0px;

}


/*----ANCHORS----*/
a:link{
	color: #337033;
	font-size: 11px;
	text-decoration:none;
}
a:visited{
	color: #337033;
	font-size: 11px;
	text-decoration:none;
}
a:hover{
	color: #3a903a;
	font-size: 11px;
	text-decoration:underline;
}
a.white:link{
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
	font-family:Arial;
}
a.white:visited{
	color: #FFFFFF;
	font-size: 11px;
	font-family:Arial;
	text-decoration:none;
}
a.white:hover{
	color: #FFFFFF;
	font-size: 11px;
	font-family:Arial;
	text-decoration:underline;
}

/*----LISTS----*/
ul{
	list-style-type:none;
	list-style-image:none;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}
li{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

/*----FORMATTING----*/
hr{
	border: 0;
	width: 80%;
	text-align:left;
	margin: 0 auto 15px 0;
	color: #bbbbbb;
	background-color: #bbbbbb;
	height: 1px;	
}
