@charset "UTF-8";
body {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#333333;
	background-color: 	#000000;
	margin: 			0px;
	padding: 			0px;
}

a:link, a:visited {
	color: #394D6B;
}

a:hover {
	color: red;
}

#layout {
	width: 				850px;
	background-image: 	url(../images/index_background.jpg);
	background-repeat: 	repeat-y;
	margin: 			0px auto;
	padding: 			0px;
}

#header {
	width: 				580px;
	height: 			25px;
	color: 				#000000;
	background-image: 	url(../images/index_header.jpg);
	background-repeat: 	no-repeat;
	margin: 			0px;
	padding: 			126px 40px 0px 230px;
	font-weight: 		bold;
}

#header a:link, #header a:visited {
	font-size: 			14px;
	color: 				#000000;
	text-decoration: 	none;
	margin: 			0px;
	padding: 			0px 0px 0px 0px;
}

#header ul {
	margin-top:0px;
	padding-left:0px;
}

#header ul li {
	display:			inline;
	padding-right: 10px;
}

#header a:hover {
	color: #FFFFFF;
}

#contenttop {
	width: 				850px;
	background-image: 	url(../images/index_contentbacktop.jpg);
	background-repeat: 	no-repeat;
	margin: 			0px;
	padding: 			0px;
}

#contentbottom {
	width: 					850px;
	background-image: 		url(../images/index_contentbackbottom.jpg);
	background-repeat: 		no-repeat;
	background-position: 	bottom left;
	margin: 				0px;
	padding: 				0px;
}

#leftcontent {
	float: 		left;
	width: 		160px;
	margin: 	0px;
	padding: 	30px 30px 30px 40px;
}

#leftcontent a {
	text-decoration: none;
}

* html #leftcontent {
	display: 	inline;
}

#content {
	float: 		left;
	width: 		580px;
	margin: 	0px;
	padding: 	30px 40px 0px 0px;
}

* html #content {
	display: 	inline;
}

#copyright {
	clear: 		both;
	width: 		830px;
	height: 	50px;
	margin: 	0px;
	padding-top: 50px;
	text-align:	center;
}

#footer {
	clear: 				both;
	width: 				850px;
	height: 			50px;
	background-image: 	url(../images/index_footer.jpg);
	background-repeat: 	no-repeat;
	margin: 			0px;
	padding: 			0px;
}

/* Text Styles */

.headings {
	font-size: 	20px;
	color: 		#cc3333;
}

.leftheadings {
	font-size: 	18px;
	color: 		#cc3333;
}

.subheadings {
	font-size: 		16px;
	font-weight: 	bold;
	color: 			#000000;
}

.captions {
	font-size: 	10px;
}

.highlight {
	color: 		#CC3333;
}

.more {
	font-weight: bold;
	color: 		#336699;
}

.more a:link, .more a:visited, a.more:link, a.more:visited {
	font-weight: 		bold;
	color: 				#336699;
	text-decoration: 	none;
}

.more a:hover, a.more:hover {
	color: #003366;
}

#links a {
	font-weight:bold;
	display:block;
}


/* Used for jQuery Slideshow */
.picture {  
	width: 		850px;
	margin: 	0px;
	padding: 	0px;
} 
 
.picture img {  
    background-color: #eee;  
	width: 		850px;
	margin: 	0px;
	padding: 	0px;
}

.currentPage {
	display: inline-block; /* for IE */
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#logo {
	position: absolute;
	padding-left: 25px;
	padding-top: 10px;
}
