body {
   background: #F7F7F6 url(images/background.jpg) repeat-y 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}
.style1 {font-size: 16px}
.style3 {
	font-size: 16;
	font-weight: bold;
}
a:link {
	color: #9900FF;
}
a:visited {
	color: #990066;
}
 .clear {
    clear: both;
    }

#container {
	font: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
   text-align: left;
   width: 692px;
}

h1 {
   width: 692px;
   height: 90px;
   text-indent: -9999px;
   background: url(images/banner.gif);
   margin: 0;
   padding: 0;
}

#left {
	width: 178px;
	float: left;
}

#content {
	width: 479px;
	float: left;
	padding: 15px 0 10px 20px;
}

#content h2 {
	font: normal 20px Georgia, Times New Roman, Times, serif;
	background: transparent url(images/bullet_title.gif) no-repeat;
	color: #cc00cc;
	width: 454px;
	padding: 0 0 0 30px;
}
#footer {	
	margin: 0px auto;
	position: relative;
	background-color: #bbcfd6;
	border-top: 9px solid #F7F7F6;
	width: 692px;
	padding: 5px 0;
	clear: both;
}

#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
}

.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 10px;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

#navcontainer {
	width: 180px;
	height: 500px;		
}

#navcontainer ul {
	margin: 0;
 	padding: 0;
 	list-style-type: none;
 	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}

#navcontainer a {
 	display: block;
 	width: 180px;
 	height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
	background: url(images/bg_navbutton.gif);
 	color: #5C604D;
 	text-decoration: none;
}

#navcontainer a:hover {
	background: url(images/bg_navbutton_over.gif);
	color: #A5003B;
	text-decoration: none;
}

#navcontainer li a#current {
	background: url(images/bg_navbutton_over.gif);
	color: #A5003B;
	text-decoration: none;
}

