body {
	background-color: #BEBEBE;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
.navigation A:link {color: #ffffff; text-decoration: none}
.navigation A:visited {color: #ffffff; text-decoration: none}
.navigation A:active {color: #ffffff; text-decoration: none}
.navigation A:hover {color: #666666 ; text-decoration: none}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 20px;
	color: #333333;
}
.body A:link {color: #6699CC; text-decoration: underline}
.body A:visited {color: #2360A9; text-decoration: underline}
.body A:active {color: #6699CC; text-decoration: underline}
.body A:hover {color: #2360A9 ; text-decoration: none}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #2360A9;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
}
.body A:link {color: #6699CC; text-decoration: none}
.body A:visited {color: #2360A9; text-decoration: none}
.body A:active {color: #6699CC; text-decoration: none}
.body A:hover {color: #2360A9 ; text-decoration: none}

.quickh1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 15px;
	color: #2360A9;
}
.quickh1 A:link {color: #6699CC; text-decoration: none}
.quickh1 A:visited {color: #2360A9; text-decoration: none}
.quickh1 A:active {color: #6699CC; text-decoration: none}
.quickh1 A:hover {color: #6699CC ; text-decoration: none}

.quickbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.pullquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 2em;
	color: #2360A9;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 20px;
	color: #333333;
}

/* Contact form styles */
.contact legend {
	display: none;
}
.contact fieldset { 
	border: medium none;
	margin: 0;
	padding: 0;
}
.contact label {
	width: 200px;
	clear: right;
	display: block;
}


.contact textarea {
	width: 300px;
}
.contact input {
	width: 300px;
	margin: 2px 0 10px 0;
}

#right_content {
	width: 284px;
	float: right;
	margin: 10px 50px 50px 20px;
}
#right_content h2 {
	display: none;
}

#body_others {
	width: 505px;
	float: left;
	display: inline;
}

ul {
	margin: 0 0 0 20px;
	padding: 0;
}















