/* GENERAL STYLES */
* {margin:0; padding:0;}

body {
	background-color: #c5cdd6; 
	color: #000000;
	font-family: Times;
	font-size: 15px;
}

body.site {
	font-family: Times;
	font-size: 15px;
}
.clear {
	clear: both;
	height: 1px;
}
body.site_page{
}
#container{
	width:942px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
}
/* ------ Content ------ */
a img {
	border: 0px solid;
}
a{
	text-decoration:underline
        color:#0000cc
}
a:hover{
	text-decoration:underline;
}
h1{
	
	margin-bottom:5px;
}
h2{
	font: bold 18px/14px Times;
	color:#000000;
	margin-bottom:8px;
}
h3{
	font: 14px/18px Times;
	color:#000000; */
	margin-bottom:3px;
}
p{
	padding-bottom:3px;
	font: 14px/18px Times;
	color:#666666;
}
.bold {
	font-weight:bold;
}
.header{
        background-color: #D5E2F5;
	width:942px;
	height:142px;
}
.header img {
	margin-left:175px;
	margin-top:11px;
}
.header_bottom{
	background:url(../images/bottom_main.gif) no-repeat;
	width:942px;
	height:3px;
}
.menu {
	float:right;
}
.menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu li{
	float:left;
}
.menu li a{
	color:#003a70;
	font:bold 14px/30px Times;
	margin-right:20px;
	margin-left:8px;
	text-decoration:none;
}
.menu li a:hover{
	text-decoration:none;
}
.main{
	min-height:300px;
	margin-top:0px !important;
	margin-top:-2px;
        background:url(../images/bg_blaa01.jpg) repeat-x;
}
* html .main{
	height:300px;
}

.main_bottom{
	background:url(../images/bottom_main.gif) no-repeat;
	width:942px;
	height:7px;
}
.footer{
	margin-left:auto;

	margin-top:8px;
	
}
.footer ul{
	list-style:none;
}
.footer li{
	float:left;
	color:#003a70;
	font: 12px/18px Times;
	border-left:1px solid #003a70;
	margin-right:5px;
	padding-left:5px;
}
.footer li a{
	color:#003a70;
	font: 12px/18px Times;
	text-decoration:underline;
}
.footer li a:hover{
	text-decoration:none;
}
.footer li.border{
	border-left:0px solid #003a70;
}

/* EDITOR PROPERTIES */

