/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 70% Arial, Helvetica, sans-serif;
	background: #999999 url(images/backround.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#leftsidebar {
	background: #859BC4;
	width: 760px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	background-color: #000033;
}

#header {
margin: 0 0 0px 0;
border: 0;
}

#menu {
	clear: left;
	float: left;
	width: 157px;
	padding: 0;
	font-size: 1em;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#menu ul {	
list-style: none;
width: 157px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 0px;
}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #33CCFF;
	display: block;
	padding: 5px 0 0 15px;
	border-bottom: 1px solid #ffffff;
}	
	
#menu li a:hover {
	color: #003399;
	border-bottom: 1px solid #ffffff;
	background-color: #CCCCCC;
}	

.leftnews {
	margin: 1px 0 0px 0;
	padding-left: 10px;
	width: 140px;
	color: #CCCCCC;
	line-height: 1.3em;
	height: 217px;
}

.leftnews img { margin: 5px auto; }

.rightnews {
	float: right;
	width: 100px;
	margin: 0px;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
	font-style: normal;
}

#rightnews p {
margin: 0 0 1.5em 0;
}

#content {
	min-height: 835px; 
	margin: 0 110px 0px 157px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 10px;
	line-height: 1.6em;
	text-align: justify;
	background-color: #FFFFFF;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
	padding: 0px;
	display:inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
}

.box {
	background-color: #999999;
	border-bottom: 1px solid #ffffff;
	color: inherit;
	padding: 5px;
	margin: 0px;
	padding-left: 165px;
	background-image: url(images/Im_navbar.gif);
}

.bluebox {
background-color: #EDF3FE;
border: 1px solid #74A8F5;
color: inherit;
padding: 5px;
margin: 0px;
}

.splitright {
	background-color: #ffffff;
	width: auto;
	float: right;
	overflow: visible;
	margin-left: 10px;
}

.splitleft {
	background-color: #ffffff;
	width: auto;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #74A8F5;
}

a:hover {
text-decoration: underline;
color: #0066FF;
}

a img {
border: 0;
}

#footer {
	clear: both;
	padding: 11px 0 11px 0;
	width: auto;
	text-align: center;
	font-size: 0.9em;
	background-color: #999999;
}

#footer a {
color: #CCCCCC;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #0033FF;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.style3 {color: #666666}
.style4 {color: #999999}
.style5 {color: #003399}
.style6 {color: #000000}
.style7 {color: #74A8F5}
.style8 {color: #D2DEFA}
.style9 {color: #FFFFFF}

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

}

