﻿/* Preload Images */
a2 { background: url(images/splashhover.png); }
a2:link { background: url(images/splashhover.png); }
a2:hover,
a2:focus { background: url(images/splashhover.png); }
/* Preload Images */

body {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	text-align:justify;
	margin:0;
	padding:0;
}

.list {
	list-style-type: circle;
	padding-bottom:15px;
}


#container {
	background-image:url(images/page.png);
	background-repeat:repeat-y;
	width:900px;
	margin:auto;
	padding:auto;
	text-align:justify;
}

#splash {
	width:441px;
	height:416px;
	clear:both;
	margin:auto;
}

a#splash {
    display: block;
    width: 492px;
    height: 480px;
    background-image: url(images/splash.png);
    margin: 0 auto;
}
a#splash:hover {
    background-image: url(images/splashhover.png);
}
a .alt { display: none; }


#header {
	width:875px;
	height:77px;
	background-image:url(images/header.png);
	background-position:bottom center;
	clear:both;
	padding-top:25px;
	padding-left:25px;
}

#menulinks {
	width:875px;
	height:55px;
	background-image:url(images/menulinks.png);
	clear:both;
	padding-left:25px;
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:14px;
	height:50px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
  }

#menulinks a span {
	padding-left:16px;
	padding-right:30px;
	padding-top:17px;
	height:35px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menulinks_left.png);
	background-position:top left;
	text-decoration:none;
	color:#333333;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url(images/menuhover.png) right top no-repeat;
	text-decoration:none;
}


.menulines {
	width:2px;
	height:53px;
	float:left;
	display:block;
	background-image:url(images/menuline.png);
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#EF922F;
}

#mainarea {
	padding-top:10px;
}

#contentarea {
	padding-left:45px;
	width:530px;
	padding-right:27px;
	line-height:18px;
	float:left;
	padding-bottom:15px;
}

.content {
	padding-bottom:15px;
}

.content2 {
	padding-left:25px;
	padding-bottom:15px;
}


#sidebar {
	width:260px;
	float:left;
	line-height:18px;
}

.sidebarheader {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#333333;
	border-bottom:1px solid #CCCCCC;
}


h1 {
	font-size:30px;
	font-weight:bold;
	margin:0;
	color:#000000;
}

.title {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	color:#EF922F;
}

#footer {
	text-align:center;
	color:#BD6319;
	width:900px;
	padding-top:15px;
	height:40px;
	line-height:35px;
	clear:both;
	background-image:url(images/footer.png);
}

#footer a {
	color:#BD6319;
}


h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#EF922F;
	border-bottom:1px solid #EF922F;
}


h3 {
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#EF922F;
}

h4 {
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#333333;
}

h5 {
	font-size:12px;
	font-style:italic;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#333333;
}



#copyright{
	text-align:center;
	width:900px;
	padding-top:5px;
	height:15px;
	font-size:12px;
	line-height:16px;
	color:#EF922F;
	clear:both;
}

#copyright a {
	color:#EF922F;
}










