body {
	margin: 0 auto;
	background: #0f4469 url(images/bg.png) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul, li, img, body, html, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}

/* ============ Content ============
====================================*/

#content {
	background: url(images/content_bg.png) ;
	width: 992px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main_page {
	margin: 0 auto;
	width: 976px;
	padding-left: 1px;
}

#top_page {
	background: url(images/top_header.png) no-repeat;
	height: 7px;
}

/* ============ Header ============
====================================*/

#header {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 118px;
	width: 977px;
}


#menu {
	background: url(images/menu_bg.png) repeat-x;
	height: 28px;
	border-top: 2px solid #8f0000;
	border-bottom: 2px solid #8f0000;
	font-weight: bold;
}

#menu li {
	list-style: none;
	padding: 0px 5px 0px 5px;
	float: right;
}

#menu li a{
	font-size: 18px;
	color: #000;
	line-height: 27px;
	letter-spacing: 1px;
	margin-top: 4px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font-weight: bold;
}

#menu li a:hover{
	color: #314571;
}

/* =========== LeftSide ===========
====================================*/

#leftside {
	width: 240px;
	float: left;
	padding: 15px 0px 0px 4px;
	clear: left;
	font-family: arial, Tahoma, sans-serif;
}

#left_links {
	width: 220px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #b6bdcd;
	margin-bottom: 20px;
}

#left_links h4 {
	color: #fff;
	background: #000;
	font-size: 25px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#left_links li {
	background: #314571;
	line-height: 28px;
	border-bottom: 2px solid #faf61f;
	color: #fff;
	width: 220px;
	list-style: none;
}

#left_links li a {
	padding: 0px 0px 0px 12px;
	margin-right: 12px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background: url(images/list_style_circle.png) 0% 60%  no-repeat;
}

#left_links li a:hover {
	color: #fcf411;
	background: url(images/list_style_circle_yellow.png) 0% 60%  no-repeat;
}

#leftside_banner {
	margin: 0 auto;
	text-align: center;
}

/* =========== RightSide ===========
====================================*/

#right_side {
	width: 705px;
	float: right;
	clear: right;
	font-family: arial, Tahoma, sans-serif;
	padding: 0px 4px 0px 16px;
	margin: 15px 0px 0px 0px;
	border-left: 1px solid #cac0c0;
}

#right_side p {
	font-size: 13px;
	line-height: 18px;
	padding: 5px 0px 10px 0px;
}

#right_side a {
	color: #000e92;
	text-decoration: none;
}

#first_paragraph h2{
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}

#second_paragraph h3 {
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

#rightside_banner {
	margin: 0 auto;
	text-align: center;
}

#third_paragraph {
	padding: 10px 0px 0px 0px;
}

#third_paragraph h4{
	font-size: 23px;
	text-align: left;
}

#posts li{
	list-style: none;
}

#posts li h5 {
	font-size: 23px;
	text-align: center;
	text-decoration: underline;
	color: #000e92;
	padding: 5px 0px 0px 0px;
}

#posts li p {
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
}

/* =========== Footer ==============
====================================*/
#footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	clear: both;
	height: 44px;
	color: #fff;
	background: url(images/footer_bg.jpg) repeat-x;
}

#footer ul {
	margin: 0px 0px 0px 3px;
}

#footer li{
	display: inline;
}

#footer li a {
	display: inline;
	color: #dcdcdc;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

#footer p {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #dcdcdc;
	padding: 4px 3px 0px 3px;
	margin: 0px 0px 0px 3px;
}

#bottom_page {
	margin: 0 auto;
	height: 7px;
	background: url(images/footer.png) no-repeat;
	padding: 0px 0px 0px 0px;
}

/* ====================================*/

#clear { 
	clear: both;
}

