@charset "UTF-8";
/* CSS Document */




body {
	background:#f9ffe0 url(images/background.jpg);
	background-repeat:repeat-x;
	margin: 0; 
    padding: 0; 
    top: 0; 
    left: 0px; 
    right:0;
	
	}

/* MAIN */
#header {
	z-index:1;
	position:absolute;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:927px;
	height:207px;
	margin:auto;
	top:0px;
}
#sidebar {
	z-index:2;
	background-image:url(images/sidebar.jpg);
	position:absolute;
	width:226px;
	height:567px;
	top:201px;
	margin:auto;
	left: 701px;
}
#flash {
	z-index:2;
	position:absolute;
	width:226px;
	height:567px;
	top:102px;
	margin:auto;
	left: 702px;
}
#nav {
	z-index:2;
	position:absolute;
	width:347px;
	height:42px;
	top:3px;
	margin:auto;
	left: 358px;
}
#main {
	z-index:3;
	background:url(images/content.jpg) repeat;
	position:absolute;
	width:927px;
	height:2192px;
	margin:auto;
	top:201px;
	left: 0px;
}
#content1 {
	z-index:3;
	background-image:url(images/leftsidebar.jpg);
	position:absolute;
	width:359px;
	height:41px;
}
#content2 {
	z-index:3;
	position:absolute;
	width:682px;
	height:138px;
	left: 27px;
	top: 41px;
}
#content3 {
	z-index:3;
	background-image:url(images/contentpacfill.jpg);
	position:absolute;
	width:667px;
	height:1477px;
	top: 188px;
	left: 27px;
}
#content3top {
	position:absolute;
	width:667px;
	z-index:1000;
	top: -9px;
	height: 165px;
	
}
#content3bottom {
	position:absolute;
	width:667px;
	height:162px;
	z-index:1000;
	bottom: -7px;
}
#footer {
	z-index:4;
	position:absolute;
	background-image:url(images/footer.jpg);
	background-repeat:repeat;
	width:927px;
	height:48px;
	margin:auto;
	left: -1px;
	top:1853px;
}

#content {
	position:relative; 
    left:50%; 
    width:927x; 
    margin-top:0px; 
    margin-left:-463.5px;
}


/* INLINE */

#clear{clear: both;}

#tab {
	position:absolute;
	width:210px;
	height:56px;
	z-index:1;
	left: 176px;
	top: -50px;
}

#text {
	position:absolute;
	width:575px;
	padding-right:10px;
	height:1436px;
	z-index:5000;
	left: 70px;
	top: 200px;
	overflow:hidden;
}
#text2 {
	position:absolute;
	width:189px;
	padding-right:10px;
	height:56px;
	z-index:5000;
	left: 716px;
	top: 259px;
	overflow:hidden;
}
#text3 {
	position:absolute;
	width:368px;
	padding-right:10px;
	height:92px;
	z-index:5000;
	left: 701px;
	top: 318px;
	overflow:hidden;
}
#text4 {
	position:absolute;
	width:368px;
	padding-right:10px;
	height:18px;
	z-index:5000;
	left: -389px;
	top: 452px;
	overflow:hidden;
}


#sidebar1 {
	position:absolute;
	width:287px;
	height:302px;
	z-index:3;
	left: 753px;
	top: 16px;
}
#sidebar2 {
	position:absolute;
	background-image:url(images/newsbox.jpg);
	width:287px;
	height:178px;
	z-index:4;
	left: 753px;
	top: 327px;
}
#newtext {
	position:absolute;
	width:238px;
	height:99px;
	z-index:1;
	left: 24px;
	top: 56px;
}

/* TEXT & LINKS */

img {
	border:none;
	}

*.lb {
	display:block;
	margin-top:0;
	}
*.lb2 {
	display:block;
	margin-top:4em;
	}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#693e38;
	margin-top: 0%;
	margin-bottom:1em;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#693e38;
	margin-top:0em;
	margin-bottom:.5em;
}
#tag {
	position:absolute;
	text-align:center;
	left:129px;
	top:51px;
	width:488px;
	height:16px;
	z-index:1;
}
*.t {
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	color:#6a2422;
	margin-top: 0%;
	margin-bottom:.5em;
}



ul {
	list-style:inside;
	margin:1em 0;
	margin-left:20px;
	margin-right:20px;
	padding-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	color:#693e38;
	}
	
li { 
	list-style-type:disc;	
	margin-bottom:.3em;
	margin-left:2em;
	list-style-position:inside;
	}



a:link {
	color:#53b45c;
	text-decoration:none;
	}
a:visited {
	color:#53b45c;
	text-decoration:none;
	}
a:hover {
	color:#ffffff;
	text-decoration:underline;
}
a:active {
	color:#53b45c;
	text-decoration:none;
	}
	
a.t:link {
	color:#b83d01;
	text-decoration:underline;
	}
a.t:visited {
	color:#b83d01;
	text-decoration:none;
	}
a.t:hover {
	color:#d5b153;
	text-decoration:none;
}
a.t:active {
	color:#b83d01;
	text-decoration:underline;
	}
