@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

html {
	padding:0;
	margin:0;
	height:100%;
}
body {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	background: #141212 url(images/backheader.gif) repeat-x;
	padding:0;
	margin:0;
	font-size:0.75em;
	color:#000;
	height:100%;
}

p {
	padding: 0 0 15px 0;
}

h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 10px;
}

#alphacontainer {
	position:relative;
	width:867px;
	height:auto;
	padding:0;
	margin: 0 auto;
}
#nav {position:relative;float:left; padding: 0 0 20px 0; margin: 0;width: 200px;}
#nav ul {list-style: none; padding:5px 0 0 0; margin: 0; width: 200px;}
#nav a {width: 200px;  display:block; line-height:20px; padding:3px 0 4px 9px; color: #000; text-decoration: none; font-weight: bold; border-bottom: 1px #000000 dashed; font-size:14px;}
html>body #nav a {width: 200px;}
#nav a:hover {background: #666 ; color: #fff; border-bottom: 1px #000000 dashed; text-indent:5px;}

#header {
	position:relative;
	float:left;
	padding: 0;
	margin: 0;
	width:867px;
	height:166px;
	background: url(images/header.gif) no-repeat;
}

.title {color:#000; font-size:14px; font-weight:bold; border-bottom: 1px #000000 solid; padding: 0 0 5px 0; margin: 0 0 15px 0; width: 210px;}

#bodyback {
	position:relative;
	float:left;
	width:867px;
	height:auto; !important
	height:100%;
	padding:0;
	margin: 0;
	background: url(images/repeat.gif) repeat-y;
	z-index:2;
}

#flash {
	position:relative;
	float:left;
	padding: 0 0 20px 6px;
	margin: 0;
	width:585px;
	height: 200px;
}

#content {
	position:relative;
	float:left;
	text-align:justify;
	padding: 0 0 0 5px;
	margin: 0;
	width:585px;
	height:auto; !important
	height:100%;
}
#content p{
	padding: 20px 0 0 20px;
	margin: 0;
}

#rightsidecontent {
	float:left;
	position:relative;
	padding: 0;
	margin: 0;
	width:255px;
	_width:200px;
	height:546px;
}

#contact {
	text-align:justify;
	padding: 0 20px 0 20px;
	margin: 0;
	width:200px;
	height:500px;
}

#footer {
	position:relative;
	float:left;
	width:100%;
	height:200px;
	padding:0;
	margin: 0;
	background: #333 url(images/backfooter.gif) repeat-x;
	clear:both;
}
#footerimg {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:867px;
	height:55px;
	background: url(images/footer.gif) no-repeat;
}

#footerimg p {
	text-align: center;
	padding:0;
	margin:0;
	font-size:12px;
	color:#000;
}
#footerimg a {
	text-decoration: none;
	color: #000;
}
#footerimg a:hover {
	text-decoration: underline;
	color: #000;
}