#header
{
	background: url('../images/headerBlue.jpg');
}

#menu li
{
	border-right: 1px solid #64bae5;
	border-bottom: 1px solid #64bae5;
}

#menu li.borderLeft
{
	border-left: 1px solid #64bae5;
}

h1
{
	color: #64bae5;
}

#content a:hover
{
	color: #64bae5;
}

#boxRight2
{
	list-style-image: url('../images/RightlistItemBlue.jpg');
}

#boxRight2 ul li .active
{
	color: #64bae5;
	font-weight: bold;
}

.submit 
{
	background-image: url("../images/buttonBlue.jpg");
}

.submit:hover {
	border: 1px solid #64bae5;
	color: #64bae5;
}

#footer h2 {
	color: #64bae5;
}

.required {
	color: #64bae5;
}

#footer .textfield:hover, #footer .textfield:focus{
	border:1px solid #64bae5;	
}

#footer a:hover{
	color:#64bae5;
}
