﻿* 
{
 margin: 0;
 padding: 0;
}

body 
{ 
 background: #EDEDED url(images/bg.gif) repeat-x; 
}
body 
{
 color: #4F5050;
 padding: 0;
 margin: 10px 0;
 font: 12px/18px Arial, Helvetica, Sans-Serif;
}
p 
{
 color: #4F5050;
 padding: 0;
 margin: 10px 0;
 font: 12px/18px Arial, Helvetica, Sans-Serif;
}
#container 
{
 margin: auto;
 width: 950px;
}
#header 
{
 height: 302px;
 width: 950px;
 float: left;
}
#logo 
{ 
 display: block;
 width: 100%;
 height: 100%;
 outline: none;
 background: url('images/banner9.png') no-repeat 0 0;
 background-position:center;
}

#navigation 
{
 height: 38px;
 width: 750px;
 text-align: center;
 margin: 20px auto;
}

ul, li
{
	margin-bottom:-5px;
	text-align:left;
}

.social-sites li a
{
   text-decoration:none;
   display:inline;
   float: right;
   list-style-type: none;
}
#left-content 
{
 float: left;
 width: 566px;
 margin-top: 20px;
}
.content-top 
{
 float: left;
 height: 32px;
 width: 536px;
 background: url(images/content_box_top_yellow.png) no-repeat;
 padding: 4px 15px;
}
#content-middle 
{
 float: left;
 width: 534px;
 padding: 5px 15px 0 15px;
 border-right: 1px solid #A2A2A2;
 border-left: 1px solid #A2A2A2;
 background: #FFFFFF;
}

#content-middle p 
{ 
 text-align: justify; 
}
.content-bottom 
{
 float: left;
 height: 17px;
 width: 566px;
 margin-bottom: 15px;
 background: url(images/content_box_bottom_yellow.png) no-repeat;
}
#content-right 
{
 float: right;
 width: 322px;
 margin-top: 20px;
}
.sidebar-top 
{
 float: left;
 height: 32px;
 width: 292px;
 background: url(images/sidebar_top_yellow.png) no-repeat;
 padding: 4px 15px;
}

.sidebar-middle 
{
 float: left;
 width: 290px;
 padding: 5px 15px 0 15px;
 border-right: 1px solid #A2A2A2;
 border-left: 1px solid #A2A2A2;
 background: #fff;
}
.sidebar-middle p 
{ 
 text-align: justify; 
 color: #4F5050;
 padding: 0;
 margin: 10px 0;
 font: 12px/18px Arial, Helvetica, Sans-Serif;
}
.sidebar-bottom 
{
 float: left;
 height: 16px;
 width: 322px;
 margin-bottom: 15px;
 background: url(images/sidebar_bottom_yellow.png) no-repeat;
}
#footer 
{
 clear: both;
 height: 111px;
 background: url(images/footer.gif) repeat-x bottom;
}
#footer-content 
{
 height: 91px;
 width: 950px;
 padding-top: 20px;
 margin: auto;
}
#footer-content p 
{
 color: #fff;
 text-align: center;
 padding-top: 35px;
}

#format-text
{
 color: #4F5050;
 padding: 0;
 margin: 10px 0;
 font: 12px/18px Arial, Helvetica, Sans-Serif;
}
#format-text a /*, li*/
{
 color: #4F5050;
 padding: 0;
 margin: 10px 0;
 font: 12px/18px Arial, Helvetica, Sans-Serif;
}
h1
{
 color: #4F5050;
 padding: 0;
 margin: 10px 0;
 font: 17px Arial, Helvetica, Sans-Serif;
 font-weight:bold;
}
h2 
{
 color:#2E2626;
 letter-spacing: -1px;
 padding-top: 7px;
 font: bold 18px Calibri, Arial, Helvetica, Sans-Serif;
}
h3
{
 color: #4F5050;
 padding: 0;
 margin: 10px 0;
 font: 14px Arial, Helvetica, Sans-Serif;
 font-weight:bold;
}
h4
{
 color: #4F5050;
 margin-top:-10px;
 font: 13px Arial, Helvetica, Sans-Serif;
 font-weight:bold;
 font-style:italic;
}
table
{
	background-color:silver;
	color:black;	
	font: 12px/18px Arial, Helvetica, Sans-Serif;
	padding:2px 5px 2px 5px;
	margin:0 5px 0 5px;
}



