BODY
{
	font-family: verdana;
	font-size: 12px;
	line-height: 18px;
	overflow: auto;
    background-color: #BADEFE;
}
#pageWrapper
{
    margin: 5% auto;
    width: 720px;
}
#menu
{
	padding-left: 50px;
	padding-top: 70px;
	line-height: 25px;
	font-size: 90%;
	left: 50px;
	height: 330px;
	width: 170px;
}
#menu A
{
	color: #10426B;
	font-weight: bold;
	text-decoration: none;
}
#menu A:hover
{
	color: #cc6600;
}
#content
{
	padding: 20px;
	overflow: auto;
	width: 450px;
}
.container
{    
    list-style: none;
}
.container li
{    
    display: none;
}
.title
{
	color: #1B6FB6;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 3px;
	margin-bottom: 20px;
	padding-top: 10px;
	height: 20px;
	width: 200px;
}
.titleColor
{
	color: #1B6FB6;
	font-weight: bold;
}
#content A
{
	color: #1B6FB6;
	text-decoration: none;
}
#content A:hover
{
	text-decoration: underline;
}
#background
{
	width: 702px;
	height: 398px;
	background-image: url('../images/background.jpg'); 
	background-repeat: no-repeat;
}
.logo
{
    text-align: center;
	overflow: hidden;
	height: 80px;
	color: #1B6FB6;
	font-size: 80%;
	text-decoration: none;
}
