body {
	font-family:  verdana,arial,helevetica,sans-serif;
	font-size: 11px;
	color: #036;
	/*line-height: 1.5em;*/
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 2.4em;
	margin: 0px;
	
}
h2 {
	font-size: 1.6em;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	margin: 0px;
}
h4 {
	font-size: 1em;
	margin: 0px;
}

form {
	margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #fff;
  border: 1px solid #999;
}


/***********************************
container
************************************/
#container {
	width: 1000px;
	
	padding: 0px;
	margin: 0 auto;
	
}

/***********************************
masthead
************************************/
#masthead {
	width:1000px;
	height:138px;
	background: url(top.png) no-repeat 100% 0;
	
}
#lang {
float:right;
margin-top:20px;
margin-right:30px;
}
.site_name h1{
	color:#fff;
	margin: 0;
	font-size: 1.5em;
	}

.stripe {
	margin: 0; 
	padding: 0;
	height: 40px;
    opacity: 0.6;
	filter: alpha(opacity=70);
	background-color: #0e3f7f;
	}
	
.stripe h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: verdana,arial,helevetica,sans-serif;
	text-align: left;
	vertical-align: bottom;
	color: #FFFFFF;
	margin: 10px 0 0 20px;
	font-style: italic;
}


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 231px;
	vertical-align: top;
	/*background-color: #FFF;*/
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.tdmenu{
	background-image: url(border_small.png);
	background-position:top;
	background-repeat: repeat-y;
}
.menu{
	border: 0px;
	
	border-style: solid;
	border-bottom: 0px;
	border-color: #CCC;
}

.menu li{
	/*list-style: url(bullet.png);
	list-style-position: inside;*/
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-right:3px solid gray;
	border-left:3px solid gray;
	border-color: #ccc;
}

.menu ul{

	list-style-type: none;
	list-style: url(bullet.png);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;
	border-color: #ccc;
}

.menu ul ul {
	padding-left: 10px;
	background-color: #E1EAEA;
	border-bottom: 0px;
}
.menu ul ul li{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid gray;
	border-right:0px;
	border-left:0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 1px 10px 4px 10px;
	color: #003;
	display: block;
	text-decoration: none;
	font-weight: normal;	
}
.menu a:hover {
	text-decoration: none;
	color: #C00;
	background-color:#F2F7F7;
}
.menu a.menu_current {
	font-weight: bold;
	color: #fff; 	 
	background-color: #AEBABD;
}

.tools {
	float: left;
	width: 232px;
	color: #666;
	text-align: center;	
	background-color: #FFF;
	font-size: 70%;
	padding: 0px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 750px;
	padding: 0px;
	background-image: url(aquila.png);
	background-position:top left;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: top;
	line-height: 150%; 
	text-align: left; 
	word-spacing: 1px;	
}
.tdcontent{
	background-image: url(border_big.png);
	background-position:top;
	background-repeat: repeat-y;
	padding:10px;
	height:450px;
	vertical-align:top;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px dotted #333; 
}
#mainContent a:hover {
	border-bottom: 1px solid #333;
	background-color:#E1EAEA;
}
/*#mainContent img {
	float: left;
	margin: 0px 20px 20px 0px;
	border: none;
}
*/
#mainContent h1 {

}
#mainContent table {
	font-family:  verdana,arial,helevetica,sans-serif;
	font-size: 11px;
	color: #036;
}
/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:10px;
	}


/***********************************
footer
************************************/

#footer {
	height:33px;
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding:5px 0 5px 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #FFF; color: #EAEAEA; 
	}
