 body{
	background-color: #fff;
   	background-repeat: repeat-y;
	background-image: url(images/blkwhit.gif);
	font-size: 100%;
	}

#title{
	font-weight: bold;
	font-size: 130%;
	font-family: verdana, helvetica, arial, sans-serif;
	letter-spacing: 4px;
	}

#title .logo{
	z-index: 7;
	position: absolute;
	top: 31px;
	left:200px;
	background-color: white;
	height: 75px;
	width: 547px;
}



#title .gray{
	position: absolute;
	top: 107px;
	left:200px;
	z-index: 1;
	background-color: #ccc;
	height: 71px;
	width: 275px;
	padding: 15px 0px 5px 120px;
}
#title .red{
	position: absolute;
	top: 111px;
	left:502px;
	z-index: 2;
	background-color: red;
	padding: 15px 0 5px 5px;
	color: #fff;
	height: 67px;
	width: 244px;
}


#nav{
	position: absolute;
	top: 198px;
	left:202px;
	background-color: #36c;
	padding: 10px 0 10px 10px;
	color: #fff;
	width: 542px;
	font-weight: bold;
	line-height: 140%;
	font-size: 80%;
	font-family: verdana, helvetica, arial, sans-serif;
	z-index: 5;
	height: 83px;
}
#nav .here{
background-image: url(images/square.gif);
background-repeat: no-repeat;
background-position:left;
padding-left: 20px;
color: #fff;
text-decoration: underline;
}

#nav a:link {
text-decoration: none;
padding-left: 20px;
color: #fff;
}

#nav a:visited {
text-decoration: none;
color: #fff;
padding-left: 20px;
}

#nav a:hover {
background-image: url(images/square_y.gif);
background-repeat: no-repeat;
background-position:left;
color: #fff;
text-decoration: underline;
}

#nav a:active {
color: #fff;
}

#nav ul, li{
list-style-type: none;
}

#content{
	position: absolute;
	top: 299px;
	left:202px;
	background-color: #fff;
	padding: 0 0 0 15px;
	color: #000;
	height: 1197px;
	width: 530px;
	overflow: visible;
	border: 5px inset #ddd;
	z-index: 7;
}

#content p{
line-height: 150%;
color:#000;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 70%;

}
#content li{line-height: 150%;
color:#000;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 75%;
list-style-type:none;
background-image:url(images/check.jpg);
background-repeat:no-repeat;
padding-left: 20px;
}

#content a:link{
line-height: 130%;
color:#000;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 70%;
text-decoration: none;
	}
	
#content a:visited{
line-height: 130%;
color:#000;
font-family: verdana, helvetica, arial, sans-serif;
font-size: 70%;
text-decoration: none;
	}
	
#content a:hover {
text-decoration: underline;
}
	
#content h2, h3{
font-size: 110%;
font-weight: bold;
color:#000;
font-family: verdana, helvetica, arial, sans-serif;
text-align:center;
margin-top: 12px;
}



#footer{
width: 750px;
text-align: center;
margin: auto;
position: absolute;
top: 955px;
left: -3px;
background-color: #000;
padding: 20px 0 40px 0;
z-index: 3;
}
.clear{
clear: both;
}
#footer p{
font-size: 60%;
color:#fff;
font-family: verdana, helvetica, arial, sans-serif;
}
