/* CSS Document */

body 
{
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	padding:0;
	margin:0;
}
	
html body 
{
	font-size:x-small; /* For IE5/Win */
	f\ont-size: small; /* For other IE Versions */
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

p {
	padding:5px 0;
	margin:0;
}


#contentdiv
{
	top:0;
	position: relative;
	width: 770px;
	background-color: #907597;
	height: 115em;
	margin-left:auto;
	margin-right:auto;
	
	
}

#middlediv
{
	background-color:#FFFFFF;
	width: 625px;
	top: 0px;
	height: 113em;
	position:relative;
	left: 76px;
	background-image:url(images/bimage.jpg);
	background-repeat:no-repeat;
	background-position: top;	
	
	
	} 
	
#bannerdiv
{
	background-color:#000000;
	background-image:url(images/banner3.jpg);
	background-repeat:no-repeat;
	top:200px;
	width: 584px;
	height: 421px;
	position:relative;
	top:136px;
	left:20px;
	}
	
#linkdiv
{
	background-image:url(images/linkimage1.jpg);
	width: 225px;
	height: 20.5em;
	position: relative;
	background-repeat:no-repeat;
	left: 425px;
	bottom: -265px;
	z-index:2;
	padding:20px 0px 0px 0px;
	color: #FFFFFF;
}

.bottomdiv
{
	background-color:#FFFFFF;
	width: 385px;
	position: relative;
	margin-top: 138px;
	padding:5px 20px 5px 25px;
	font-size:100%;
}


h1 {
	font-size:115%;
	font-weight:bold;
}


.lowestdiv
{
	background-color:#FFFFFF;
	width: 160px;
	position: absolute;
	top: 784px;
	left:440px;
	padding:5px 7px;
}


#logodiv
{

background-image:url(images/logo1.jpg);
background-repeat:no-repeat;
position:relative;
top:-100px;
left:-75px;
width: 274px;
height: 80px;
}

#linksList
{
	list-style:none;
	font-size:125%;
	padding-left:0px;
	margin-left:0px;
}

#linksList li
{
	margin-left:15px;
	padding-left:0;
	margin-top:10px;
	margin-bottom:10px;

}

#linksList li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#linksList li a:hover
{
	font-weight:bold;
	font-size:100%;
	text-transform:none;
	
}

.noBullets
{
	padding:0;
	margin:0;
}

.noBullets li
{
	list-style:none;
	margin:5px 0;
	padding:0;
}

.style5 
{
font-size: x-small;
text-align:center;
width:100%;
}
.style5 a
{
	color:#000000;
}
