body {
background-color: #CCCCCC;
font-family: Arial, Helvetica, sans-serif;
}
#wrap {
width: 760px;
margin-left: auto;
margin-right: auto;
}
#head {
background-image: url(../graphics/bckrnd_04.jpg);
background-repeat: no-repeat;
height: 100px;
text-align: center;
}
.slogan {
font-style: italic;
font-size: 12px;
padding-top: 18px;
}
.greet {
font-size: 16px;
font-weight: bold;
font-style: normal;
padding-top: 25px;
}
#rightcol {
background-image: url(../graphics/bckrnd_06.jpg);
background-repeat: no-repeat;
float: right;
width: 567px;
height: 380px;
}
#content {
font-size: 14px;
float: left;
width: 422px;
padding-bottom: 37px;
}
#content p {
	margin-top: 30px;
	margin-bottom: 0;
}
#content2 {
text-align: center;
font-size: 12px;
margin-top: 70px;
float: right;
width: 139px;
border-left: 1px solid #FFF
}
#footer {
clear: both;
width: 310px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin-left: 50px;
border-top: 1px solid #FFF;
}
.copyright {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#leftcol {
background-image: url(../graphics/bckrnd_05.jpg);
background-repeat: no-repeat;
float: left;
width: 193px;
height: 380px;
}
#nav {
width: 150px;
height: 184px;
margin-top: 45px;
}
#nav ul {
height: 184px;
list-style: none;
margin: 2px 0 0 0;
padding: 0;
}
#nav li {
padding: 0 15px 0 0;
margin-bottom: 19px;
text-align: right;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
#nav li a:hover {
	color: #2889CD;
	font-weight: bold;
}
#nav li a:active {
	font-size: 10px;
	color: #19547E;
}
.link a {
	color: #2F87C6;
}