* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
}
img {
	border: 0;
}
h1 {
	color: #006382;
    font: 20px TrebuchetMS;
	margin-bottom: 10px;
}
h2 {
	color: #AA1100;
    font: 18px Arial;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
}
ol, ul {
	margin: 0 0 20px 20px;
	
}
ol li {
	color: #000000;
    font: 11pt Times New Roman;
    margin: 0;
	padding-bottom: 10px;
}
ul {
	color: #0599DA;
}
ul li  {
	font: 11pt Times New Roman;
    margin: 0;
}
ul li  span{
	color: black;
	
}
p {
	color: #333333;
    font: 11pt Times New Roman;
	margin-bottom: 15px;
}
table {
	margin: 10px 0;
}
/*                wrapper
____________________________________________________*/

#wrapper {
	width: 925px;
	margin: 0 auto;
}

/*                nav
_____________________________________________________*/

#menu, #menu1 {
	width: 925px;
	height: 34px;
}
#menu {
	margin-top: 2px;
	background: url('../images/img/nav2.png') left repeat-x;
}
#menu1 {
	background: url('../images/img/nav1.png') right no-repeat;
	margin-top: 2px;
}
#nav {
	list-style: none;
	background: url('../images/img/nav.png') left no-repeat;
	height: 34px;
	margin: 0;
}
#nav li {
	display: block;
	float: left;
}
#nav li a {
	background: url("../images/img/menu-stripe.png") no-repeat scroll right bottom transparent;
	color: #FFFFFF;
    display: block;
    float: left;
    font: 12px/31px Arial;
    height: 31px;
    padding: 0 11px;
    text-decoration: none;
}
#nav li a:hover {
	background-color: black;
}

/*               header
_____________________________________________________*/

#header {
	width: 925px;
	height: 239px;
	background: url('../images/img/bigimage.jpg')top left no-repeat;
}

#submenu {
	height: 206px;
	width: 925px;
	margin: 10px 0;
}
#submenu a  {
	display: block;
	position: relative;
	width: 300px;
	height: 206px;
	float: left;
	text-decoration: none;
}
.monet {
	background: url('../images/img/submonet.jpg');
	margin-right: 12px;
}
.shest {
	background: url('../images/img/subshest.jpg');
	margin-right: 12px;
}
.casc {
	background: url('../images/img/subcasc.jpg');
}
.titleSub {
	display: block;
    color: #006382;
    font: 18px Trebuchet MS;
    padding: 15px 0 0 11px;
    text-decoration: none;
    text-transform: uppercase;
}
.des {
	display: block;
    color: #5D5D5D;
    font: 12px Arial;
    padding: 5px 0 0 120px;
    text-decoration: none;
}

/*               middle
_________________________________________________*/

#middle {
	float: left;
	//height: 100%;
	padding-bottom: 10px;
}

/*                content
_________________________________________________*/

#content {
	width: 663px;
	float: left;
	padding: 22px 10px 10px 20px;
}
#partners {
    border: 10px solid #CCCCCC;
    width: 600px;
}
#partners tr td {
    border: 1px solid #CCCCCC;
    font: 14px Arial;
    padding: 5px;
    width: 190px;
}
#table18 {
    border: 6px solid #0599DA;
    overflow: visible;
    width: 600px;
}
#table18 tr th {
    border: 1px solid #CCCCCC;
    font: bold 10px Tahoma;
}
#table18 tr td {
    border: 1px solid #CCCCCC;
    font: 10px Tahoma;
}
/*                sidebar
_________________________________________________*/

#sidebar {
	float: left;
	width: 230px;
	background: url('../images/img/newstop.png') top no-repeat;
}
.sidebar {
	background: url('../images/img/newsbottom.png') bottom no-repeat;
	float: left;
	padding-bottom: 20px;
}
.sidebar  span, .sidebar  dt {
	color: #002A4B;
    font: 18px Trebuchet MS;
    padding: 22px 0 0 10px;
	display: block;
}
.news dt {
	color: #002A4B;
    font: 18px Trebuchet MS;
}
.news dl {
	margin-bottom: 20px;
}
.sidebar  dd p, .news dd p {
	margin: 0;
}
.sidebar  dd  {
	padding: 0 10px;
}
.newsLink {
	color: #AA1100;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    font-weight: bold;
}
/*                 footer
___________________________________________________*/
#footer {
	width: 925px;
	height: 45px;
	float: left;
	background-color: #006382;
}
#footerNav {
	list-style: none;
	margin: 2px 0 0;
	border-top: 1px solid white;
	padding-left: 20px;
}
#footerNav  li {
	display: block;
	float: left;
}
#footerNav  li a {
	border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    float: left;
    font: 12px/21px Arial;
    height: 21px;
    padding: 0 5px;
	text-decoration: none;
}
