/**** General  ***********************************/
*{font-family:Tahoma}

a:hover{
	text-decoration:none;
}
body, html{
	margin:0px;
	padding:0px;
	background-color:#617CC7;
	font-size:12px; 
}
.small{
	font-size:10px;
	line-height:12px;
}
#container{
	width:940px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/**** Top header *********************************/
#header_top{
	background-color:#455AAD;
	height:0px;
}
#logo{
	float:left;
	width:238px;
	background-color: #455AAD;
	height: 221px;
}
/**** Header *************************************/

#header{
	background-color:#000000;
	height:221px;
	line-height:0;
}

#header div#header_left{
	width:667px;
	float:left;
}
#header div#header_right{
	width:34px;
	float:left;
}
#header div#header_right a{
	display:block;
	text-align:center;
	padding:8px 0 !important;
	padding:8px 0;
	filter:alpha(opacity=50);	
	opacity:0.5;
	zoom: 1;
}

#header div#header_right a:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

#header div#header_right img{
	border:0;
}

#header div#header_right .hr{
	height:50px;
}

/**** Top Menu ***********************************/

#menu_top{
	background:url(/img/layout/menu_top.jpg) repeat-y;
	background-color:#D97003;
	background-position:left;
	height:45px;
	clear:left;
}

#menu_top hr{
	display:inline;
	width:2px;
}
#menu_top .hr{
	float:left;
	border-left:1px solid #DB7003;
	border-right:1px solid #E69D05;
	padding:5px 0px; 
	margin-top:10px;
	height:17px;
}

#menu_top a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	float:left;
	padding:5px 10px; 
	margin-top:10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	white-space:nowrap;
}
.shadowed{
	position:absolute;
	color:#999;
	font-weight:bolder;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	left:11px;
	top:6px;
	z-index:-1;
}

#menu_top a:hover{
	color:#FFFF00;
}


/**** Left Menu ********************************/

#menu_sx{
	float:left;
	width:212px;
	color:#FFFFFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu_sx h2{
	color:#99FFFF;
	font-weight:bold;
	margin:0;
	font-size:12px;
}
#menu_sx p{
	margin:0 0 12px 0;
}

#menu_sx a{
	color:#FFFFCC;
}
#menu_sx img{
	padding:0;

}


/**** Content ********************************/

#content{
	width:100%;
	background:url(/img/layout/tall_r_w.gif) repeat-x; 
	background-color:#116095;
	
}
#content-page{
	background-color:#DAE9F1;
	margin-left:238px;
	font-size:14px !important;
	padding-bottom: 10px;
}
#page{
	width:665px;
	padding:5px 20px 5px 17px !important;
	padding:15px 25px 7px 17px;
	color:#455aad;
	min-height:380px;
	height: auto !important;
	height: 400px;
	line-height:19px;
}
#page a{
	color:#4444aa;
}

#page h1{
	font-size:16px;
	color:#003399;
}
#page h2{
	font-size:14px;
	margin-top:20px;
	line-height:0;
}
#page h3{
	font-size:14px;
}

/**** Footer ********************************/

#footer{
	clear:both;
	padding:10px 0 10px 30px;
	background-color:#000066;
	color:#9CA4FE;
	margin-left:238px;
}
#footer a{
	color:#827F48;
}


/**************/
.didascalia{
	font-size:10px;
	text-align:right;
}
.didascalia img{
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
}

/**** List ********************************/

ul {margin:0; padding:0; list-style:none; line-height:16px}
li {background:url(/img/layout/pointer.gif) center left no-repeat;padding:0 0 0 10px }
/**** sponsor ********************************/
.sponsor
{
	color: #531504;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 13px;
}
.sponsor img
{
	border: 0px;
	padding: 2px;
	margin-top: 0px;
	margin-right: 33px;
	margin-bottom: 0px;
}



/**** Misc ********************************/
pre {font-family:"Courier New", Courier, monospace; width: 660px; overflow:auto; white-space: pre-wrap;}

input.btn {
	font-weight:bold;
	font-size:15px;
	margin-top:20px;
	height:30px;
}


