* {
    margin: 0;
    padding: 0;
}

body {
	padding-bottom: 30px;
	text-align: center;
	color: #333333;
	background: #5C739F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}

h1 {
    padding: 12px 0 0 45px;
    font: normal 36px/44px Georgia, Times, serif;
    color: #665D4E;
}

h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: #665D4E;
}

h2 {
    position: relative;
    top: -5px;
    padding: 0 0 0 45px;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: Black;
}

p {
    padding: 8px 0;
    text-align: justify;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover {
    text-decoration: underline;
}

#main {
	padding-bottom: 8px;
	width: 960px;
	background: White;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#main2 {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
    margin-bottom: 3px;
    height: 84px;
    background: #F2F3F6 url(images/header.gif) no-repeat bottom;
}

#menu {
    height: 44px;
    background:url(images/menu.JPG) no-repeat;
}

#menu ul {
    list-style: none;
    padding-left: 15px;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    padding: 0 35px;
    font-weight: normal;
    font-size: 12px;
    line-height: 44px;
    text-decoration: none;
    color: White;
}

#menu ul li a:hover {
    text-decoration: underline;
}

#topimg {
	padding: 3px 0;
	width: 768px;
	height: 315px;
	border-bottom-width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}

#middle {
    margin: 3px 0;
    background: #C9CEDC url(images/middle.gif) repeat-y;
}

#middle2 {
    background: url(images/middle2.gif) no-repeat bottom;
}

#middle3 {
    padding: 20px 0 0 30px;
    height: 1%;
    background: url(images/middle3.gif) no-repeat top;
}

#left {
    float: left;
    width: 650px;
}

#left h3 {
    padding-bottom: 7px;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #5C739F;
}

#left .box {
    padding-bottom: 30px;
}

#left ul {
    padding: 15px 0 15px 40px;
    list-style-type: none;
}

#left ul li {
    padding: 0;
    text-align: justify;
}

#sidebar {
    padding: 0 0 20px 0;
    float: right;
    width: 240px;
}

#sidebar h3 {
    padding-left: 20px;
    font-size: 15px;
    line-height: 44px;
    color: #DEDEDE;
    background: url(images/image01.JPG) no-repeat;
}

#sidebar ul {
    list-style: none;
    margin: 10px 10px 10px 0;
    padding: 10px 10px 10px 10px;
    border: 1px solid #BFC5D4;
}

#sidebar ul li {
    margin: 0;
    padding: 2px 0 2px 10px;
    border-top: 1px solid #BFC5D4;
}

#sidebar ul li.firstli {
    border-top: none;
}

#sidebar ul li a {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    clear: both;
    padding: 0 30px;
    height: 70px;
    background: url(images/footrer.JPG) no-repeat;
}

#footer p {
    padding: 0;
    line-height: 44px;
    color: White;
}

