a {
	font-size: 12px;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#container {
	width: 765px;
	background-color: #1f2c3c;
	height: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;
}
#container #header #title {
	font-family: &quot; Times New Roman &quot; , Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #header #slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F7901D;
	padding-left: 20px;
	font-variant: small-caps;
}
#container #header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 141px;
	width: 765px;
}
#container #footer {
	background-color: #1D2836;
	height: 40px;
	margin-top: 10px;
	float: left;
	width: 765px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#container #main #links {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #main #left_content {
	background-color: #1D2836;
	width: 480px;
	height: 530px;
	margin-top: 20px;
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
#container #main #left_content .titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F7A51C;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	margin-bottom: 5px;
	padding-left: 10px;
}
#container #main #right_content .right_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	background-color: #003366
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #003366;
}
#container #main #right_content .right_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

.style1 {font-family: Arial, Helvetica, sans-serif
}
#container #main #right_content {
	width: 245px;
	height: 538px;
	margin-top: 20px;
	border: 1px solid #0066CC;
	background-color: #CCCCCC;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	padding: 5px;
}
a {
	font-size: 12px;
}
.style2 {font-size: 16px}
.style3 {
	font-size: 12px;
	color: #EFEBDE;
}



/***************
* Navigation
***************/

ul {
	display: inline;
}

li {
	display: inline;
	padding-right: 5px;
}
li a {
	display: inline;
	text-align: center;
	background-color: #CCCCCC;
	padding-right: 40px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
}
li a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F7A51C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
}
