body {
	background: #f1f1e3 url(../images/header-bg.png) left top repeat-x;
	margin: 0 0 0 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1	{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
	line-height: 20px;
}	

#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 900px;
	height: 100%;
}

#header	{
	width: 840px;
	height: 68px;
	padding: 30px 0 0 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ffd800;
}

#logo	{
	padding: 15px 0 0 25px;
}

#navigation	{
	background: url(../images/navigation-bg.png) left top no-repeat;
	widows: 900px;
	height: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 22px 0 0 0;
}

.menu-nav	{
	padding: 0 40px 0 40px;
}

#content-image	{
	width: 900px;
	height: 310px;
}

#content	{
	background: url(../images/content-bg.png) left top repeat-y;
	width: 790px;
	height: auto;
	padding: 25px 55px 25px 55px;
}

.blue	{
	font-weight: bold;
	color: #0083d7;
}

.top-headline	{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
}

.sub-headline	{
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
	text-align: center;
}

.content-title	{
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
}

.description	{
	font-size: 11px;
	text-align: justify;
	color: #666666;
}

ul {
	margin-top: 0;
	padding: 0;
}
ul li {
	list-style: decimal;
	margin: 10px 0px 0px 17px;
	padding: 0;
	text-align: justify;
}

#footer	{
	background: url(../images/footer-bg.png) left top no-repeat;
	width: 840px;
	height: 50px;
	padding: 2px 30px 20px 30px;
	font-size: 11px;
	color: #666;
	text-align: center;
}

#content a, a:visited {
	color: #0099FF;
	text-decoration: underline;
}
#content a:hover {
	color: #0099FF;
	text-decoration: none;
}

#header a, a:visited {
	color: #FFF;
	text-decoration: underline;
}
#header a:hover {
	color: #FFF;
	text-decoration: none;
}

.selected	{
	color: #00377c;
	padding: 0 40px 0 40px;
}

#navigation a, a:visited {
	color: #333;
	text-decoration: none;
}
#navigation a:hover {
	color: #00377c;
	text-decoration: none;
}

#footer a, a:visited {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}



