/* CSS Document */

/* Colors used in this document */


body {
	padding:20px;
	margin:0;
	background-image:url(../images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a:link {text-decoration: none; color:#2180af;}
a:visited {text-decoration: none; color:#2180af;}
a:active {text-decoration: none; color:#2180af;}
a:hover {text-decoration: underline; color:#2180af;}

#shadow_wrapper {
	width:775px;
	height:100%;
	background-image:url(../images/hshadow.gif);
	padding:0;
	margin:0;
}

#main_wrapper {
	width:739px;
	height:100%;
	/*background-color:#ccffcc; */
	background-color:#dbf6db;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width:3px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:3px;
	margin:0;
	padding:0;
	position:relative;
}

#header {
	width:739px;
	height:119px;
	margin:0;
	padding:0;
}

#nav_bar {
	width:739px;
	height:29px;
	margin:0;
	padding:0;
	background-image:url(../images/nav_background.jpg);
	border-bottom-color:#5eab5e;
	border-bottom-style:solid;
	border-bottom-width:3px;
}

#shadow_top {
	width:783px;
	height:23px;
	margin:0;
	padding:0;
	position:absolute;
	top:-23px;
	left:-22px;
}

#shadow_bottom {
	width:783px;
	height:23px;
	margin:0;
	padding:0;
	position:absolute;
	left:-22px;
}

#shadow_left {
	width:15px;
	height:100%;
	background-image:url(../images/shadow_left.gif);
	position:absolute;
	left:-18px;
	top:0px;
	margin:0;
	padding:0;
}

#shadow_right {
	width:15px;
	height:100%;
	background-image:url(../images/shadow_right.gif);
	position:absolute;
	left:742px;
	top:0px;
	margin:0;
	padding:0;
}

#main_photo {
	width:525px;
	margin:0;
	padding:0;
}

#content {
	width:525px;
	background-color:#eef6fa;
	margin:0;
	padding:0;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:3px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width:3px;
}

#footer {
	width:520px;
	height:30px;
	background-color:#3b94c0;
	margin:0;
	padding:5px 0 0 5px;
}

#text_box {
	padding:5px 10px 10px 10px;
}

#subpage_text {
 	
	padding:10px;
	font-size:14px;
	font-style:normal;
	color:#5eab5e;
}

#sidebar {
	width:211px;
	margin:0;
	padding:0;
	position:absolute;
	left:528px;
	top:151px;
}
	
#sidebar A:link {text-decoration: none; color:#5eab5e;}
#sidebar A:visited {text-decoration: none; color:#5eab5e;}
#sidebar A:active {text-decoration: none; color:#5eab5e;}
#sidebar A:hover {text-decoration: underline; color:#5eab5e;}	
	
.title {
	font-size:18px;
	color:#2180af;
}

.footer_text {
	color:#FFFFFF;
	font-size:12px;
}

.copyright {
	color:#FFFFFF;
	font-size:10px;
}

.floatleft {
	width:170px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}