@charset "utf-8";
/* CSS Document */
#head {
	width:850px;
	height:106px;
	z-index:1000;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	letter-spacing: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	
}

body {
	background-color: #F4F8FE;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}
#content {
	position:absolute;
	text-align:inherit;
	width:850px;
	height:638px;
	z-index:-3;
	left: 1px;
	top: -1px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	background-position: center;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	visibility: visible;
}
.contentbox {
	position: absolute;
	z-index: 4;
	right: 47px;
	top: 142px;
	width: 715px;
	height: 340px;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	padding: 15px;
	visibility: visible;
}

#foot {
	position:absolute;
	width:259px;
	height:97px;
	z-index:1;
	left: 574px;
	top: 528px;
	padding-top: 0px;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 0px;
	font-style: normal;
	visibility: visible;
}

#foot2 {
	position:absolute;
	width:851px;
	height:86px;
	z-index:2;
	left: 2px;
	top: 639px;
	background-color: #F4F8FE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: justify;
	color: #333;
	visibility: visible;
}


#navcontainer
{
	margin: 0;
	padding: 0;
	height: 22px;
	font: 14px Verdana, sans-serif;
	width: 100%;
	list-style-type: none;
	z-index: 8;
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
	color: #FFF;
}

#navlist li a:hover
{
	color: #CCC;
	cursor: pointer;
	background-color: #000;
	border-bottom: 3px solid #f00;
}

#navlist li a#current, #navlist li a#current:link
{
	cursor: default;
	font-weight: bold;
	
}

#navlist li a#current:hover
{
	background: #000;

}

#wrapper {
	width: 850px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}
.text  {
	font-style: italic;
	color:#333;
	font-size: 22px;
	font-weight: bold;
}
#wrapper #content .contentbox p .biotext {
	font-size: 12px;
	text-align: justify;
}
.redtext {
	color: #F00;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.webdesigntext {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-weight: normal;
}
#foot table tr th {
	text-align: right;
}
#foot table tr td {
	text-align: right;
}
#tophead {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

