body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.sidemenu {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
}

a.menu {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.menu:hover {
	color: #FF6600;
}

.menu_down {
	background-image: url(../images/menu_stretcher.jpg);
	background-repeat: repeat-y;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADBBC9;
	text-decoration: none;
	background-color: #154985;
}

h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}

h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #003366;
}

h3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}

h5 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

th {}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.caption {
	font-size: 10px;
	color: #333333;
}
.featured {
	font-size: 11px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.featured-lowercase {
	font-size: 11px;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: lowercase;
}
