body {
	background-color: #F7F7F7;
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color:#FFFFFF;
	margin:0;
	padding-top:1;
}

h1 {
	font-family:georgia, "Times New Roman";
	font-weight:100;
	font-size:25px;
	margin-top:50px;
	margin-bottom:0px;
}

#site_header_content h1 {
	font-family:georgia, "Times New Roman";
	color:#111111;
	font-size:21px;
	font-weight:lighter;
	text-transform:uppercase;
	margin:0px 20px 0px 00px;
	float:left;
}

#site_footer_content h2 {
	font-family: verdana, tahoma, arial;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	color:#111111;
	margin-left:-15px;
}

#site_content_body h2 {
	font-family: verdana, tahoma, arial;
	text-transform:uppercase;
	font-weight:lighter;
	font-size:18px;
	color:#FFFFFF;
	margin-top:40px;
	text-align:center;
}

h2 {
	
	
}

#site_content_body h3 {
	font-family: verdana, tahoma, arial;
	text-transform:uppercase;
	font-weight:lighter;
	font-size:14px;
	color:#FFFFFF;
	margin-top:40px;	
}

p {
font-family:verdana;
font-weight:lighter;
font-size:12px;
line-height:1.5;
}

#site p {
 color: #F7F7F7;
}

#site_footer_content p {
	color:#111111;
}

span.caption {
	font-family:verdana, tahoma, arial;
	font-size:10px;
	color:#999999;
}





a {
	color:#148999;
}

a:hover {
	text-decoration:none;
	
}

a:active {
	color:#D11554;
}

a:visited {
	color:#9C7F6D;
}

h1 a {
	color:#FFFFFF;
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h1 a:active {
	color:#FFFFFF;
}

h1 a:visited {
	color:#FFFFFF;
}

span.caption a {
	color:#999999;
	text-decoration:none;
}

span.caption a:hover {
	text-decoration:underline;
}

#site_header a {
	color:#111111;
	text-decoration:none;
}

#site_header a:hover {
	text-decoration:underline;
	color:#333333;
}

#site_header a:active {
	color:#000000;
}

#site_header a:visited {
	color:#111111;
}

#navigation_list a {
	color:#FFFFFF;
}

#forwback a {
	color:#FFFFFF;
	text-decoration:none;
}

#forwback a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#site_footer ul a {
	color:#111111;
	text-decoration:none;
}

#site_footer ul a:hover {
	text-decoration:underline;
}

#site_footer ul a:active {
	
}

#site_footer ul a:visited {
	
}

#site_footer h2 a {
	color:#111111;
	text-decoration:none;
}

ul {
	list-style-type:circle;
}

li {
	
}

#navigation_list li {
	margin-top:10px;
}

#site_footer ul {
	color:#000000;
	padding-left:0px;
	line-height:1.5;
}

#site_footer li {
	list-style-type:circle;
	margin-top:10px;
}

img {
	display:block; /*images must be set to block in order use auto margins*/
	margin:0 auto 0; /*centers images in most browsers*/
	text-align:center; /*centers images in older browsers*/
}

#site_footer_content table {
	width:950px;
	table-layout: fixed;
	border-collapse:collapse;
}

#site_footer_content table td {
	width:auto;
	vertical-align:top;
	border-width:0 1px 0 1px;
	border-color:#999999;
	border-style:none;
	border-collapse:collapse;
	padding-left:30px;
	padding-right:10px;
}

/* /////////////////////////////////////// */

#site { /* Contains the whole site but without the footer */
	background-image: url("obj/site_background.png");
	background-repeat:repeat-y;
	width:868px;
	margin: 0 auto 0;
	padding-top:1px; /* to avoid whitespace at top */
	padding-bottom:1px; /* to avoid whitespace at bottom */
	z-index:20;
}

#site_content {
	width:700px;
	margin: 0 auto 0;
	padding-top:1px; /* to avoid whitespace at top */
	padding-bottom:1px; /* to avoid whitespace at bottom */
	z-index:20;	
}

#site_footer {
	z-index: 100;
	margin-top: -20px;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url("obj/footer_background.png");
	background-repeat: repeat-x;
}
#site_footer_content {
	z-index: 110;
	padding-top: 1px;
	width: 950px;
	margin: 0 auto 0;
}
#site_header {
	background-image: url("obj/header_background.png");
	width:737px;
	height:70px;
	margin:-2px auto;
	z-index:100;
	padding-top:1px;
	background-repeat:no-repeat;
}
#site_header_content {
	z-index:110;
	width:700px;
	margin: 0 auto 0;
}

#site_header_content_navigation {
	margin-top:18px;
}

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; padding-left: 10px; }

#site_header_content span.navigation {
position:relative;
top:6px;
font-family:verdana, tahoma, arial;
font-size:10px;
color:#111111;
text-transform:uppercase;		
}

#forwback {
	margin-top:100px;
	margin-bottom:50px;
}


