body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #000000;
	line-height:18px;
	background-image: url(images/stripes.jpg);
}

a:link {
 color: #006699;
 text-decoration:underline;
}
a:visited {
 color: #006699;
 text-decoration:underline;
}
a:hover {
 color: #0099FF;
 text-decoration:none;
}
a:active {
 color: #FF0000;
 text-decoration:none;

}
a:visited:hover{
	color: #0099FF;
}


.footer {
	font-size: 12px;
	background-image: url(images/navbk.jpg);
	padding-top: 3px;
	color: #000033;
}

.footer a:link{
	color: #CCCCCC;
	text-decoration:none;
}
.footer a:hover{
	color: #FFFFCC;
	text-decoration:none;
}
.footer a:active{
	color: #FFFF99;
	text-decoration:none;
}
.footer a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:visited:hover{
	color: #FFFFCC;
	text-decoration:none;

}

.nav {
	font-size: 18px;
	padding-top: 5px;
	padding-left:25px;
	padding-bottom:5px;
	background-image: url(images/navbk.jpg);
	font-stretch:expanded;
}

.nav a:link{
	color: #000033;
	text-decoration:none;
}
.nav a:hover{
	color: #00CCFF;
	text-decoration:none;
}
.nav a:active{
	color: #33CC99;
	text-decoration:none;
}
.nav a:visited{
	color: #000033;
	text-decoration:none;
}
.nav a:visited:hover{
	color: #00CCFF;
	text-decoration:none;
}

.banner {
	color: #003399;
	font-size: 25px;
	line-height: 25px;
	padding-top: 15px;
}

.subbanner {
	color: #003399;
	font-size: 16px;
	font-weight:bold;
}

 .maintext  {
     background-color:#FFFFFF;
     font-size: 14px;
     padding-left: 25px;
     padding-right:10px;
     padding-top:5px;
     color: #333333;
}

.maintext .content {
    width:470px;
    height:417px;
    float:left;
    overflow:hidden;
}

.maintext .boxes {
    width:474px;
    height: 417px;
    float: right;
    background-image:url(images/boxes.jpg);
}

.maintext .boxes p {
    position:relative;
    width:265px;
    padding:0;
    left: 210px;
}

ul {
	list-style-image: url(images/bullet.jpg);
	}

.maintext .boxes p.top {
top:0;
font-size:11px;
color:#FFFFFF;

}

.maintext .boxes p.middle {
top:14px;
font-size:12px;
color:#FFFFFF;
}

.maintext .boxes p.bottom {
	top:54px;
	font-size:12px;
	color:#FFFFFF;
}

.boxessub { font-size:16px; color:#FFFFFF;
}

.boxessub a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.boxessub a:hover{
	color: #FF9900;
	text-decoration:none;
}
.boxessub a:active{
	color: #FF6600;
	text-decoration:none;
}
.boxessub a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.boxessub a:visited:hover{
	color: #00CCFF;
	text-decoration:none;
}

