body {
	background-color: #073654;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
.side_left {
	background-image: url(images/side_left.jpg);
	width: 10px;
	background-repeat: no-repeat;
	background-color: #073654;
}
.side_right {
	background-image: url(images/side_right.jpg);
	width: 10px;
	background-repeat: no-repeat;
	background-color: #073654;
}
.main {
	background-color: #FFFFFF;
}
.footer {
	background-color: #FFFFFF;
	background-image: url(images/reflection.jpg);
	background-repeat: repeat-x;
	height: 136px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #486C84;
}

.footer a{
	color: #496D85;

}

.column_left {
	width: 200px;
}

.column_left a{
	background-color: #005892;
	padding: 5px;
	color: #E7EEF1;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 16px;
	width: 200px;
	display: block;
	margin: 1px;
}

.column_left a:hover{
	background-color: #FFC602;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 16px;
	width: 200px;
	display: block;
	margin: 1px;
}
.column_right {

	width: 200px;
}
.menu {
	background-position: center center;
}

.menu a {
	background-color: #FFC602;
	padding: 10px;
	color: #073654;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 16px;
}

.menu a:hover {
	background-color: #005892;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	color: #305A9A;
	background-color: #E1EBF0;
	padding: 10px;
	border: 1px dotted #C4D2D7;
	float: left;
	margin: 10px;
	width: 200px;
}
.content {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
h1 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #06598F;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06598F;
}

h2 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #06598F;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06598F;
}

h3 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #06598F;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06598F;
}

h4 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #06598F;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06598F;
}

h5 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #06598F;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06598F;
}

h6 {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #06598F;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06598F;
}

a {
	color: #06598F;
	font-weight: bold;
	text-align: left;
}
a:hover {
	color: #0066CC;
}
.featured {
	font-size: 10px;
}
