/* CSS Document */
body{
	margin:0;
	padding:0;
}
#page {
	position:relative;
	margin:0 auto;
	width:1010px;
	top:13px;
	left:8px;
}

#logo
{
	position:absolute;
	left:32px;
	top:5px;
}

#footer
{
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	padding-top:5px;
	padding-bottom:7px;
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	border-top:1px dotted #505050;
	text-align:center;
	background-color:#E9E9D0;
	color:#404040;
}

#footer  a{
	color:#404040;
	text-decoration:underline;
}
#footer  a:hover{
	color:#EE3424;
}


#language
{	
	text-align:right;
	margin-right:110px;
	top:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
	z-index:1;
}
#language  a{
	color:#000000;
	text-decoration:underline;
}
#language  a:hover{
	color:#EE3424;
}

#left_menu
{	
	position:absolute;
	top:270px;
	left:0px;
	width:262px;
	text-align:center;
}

#left_menu_content
{
border-top:1px dotted;
width:191px;
margin-left:32px;
}

#left_menu_facebook
{
}

#left_menu_contrib
{
	position:relative;
	border-top:1px dotted;
}

#left_menu_contrib_title
{
	position:relative;
	margin-top:35px;
	margin-bottom:5px;
	margin-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:right;
}

#left_menu_contrib_title2
{
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:30px;
	padding-right:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	width:190px;
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px dotted black;
}

#right_menu_title
{	
	position:absolute;
	top:35px;
	/* top:20px; */
	left:841px;
	width:235px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
}

#right_menu_title2
{	
	clear:both;
	top:25px;
	/* top:20px; */
	left:841px;
	width:235px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px dotted black;
}

#right_menu_title3
{	
	clear:both;
	top:25px;
	/* top:20px; */
	width:235px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
	padding-bottom:5px;
	border-bottom:1px dotted black;
	margin-bottom:15px;
}

.urlnews
{
border-left:1px solid black;
border-top:1px solid black;
border-bottom:1px solid black;
border-right:0px;
color:#EE3424;
padding-top:5px;
padding-left:5px;
padding-bottom:5px;
float:left;
width:165px;
margin-top:10px;
margin-bottom:15px;
height:15px;
}

.subnews
{
border-left:0px;
float:left;
color:black;
padding-top:5px;
padding-bottom:5px;
border-right:1px solid black;
border-top:1px solid black;
border-bottom:1px solid black;
background-color:#EE3424;
text-align:center;
width:60px;
margin-top:10px;
margin-bottom:15px;
height:27px;
}

.subnews:hover
{
border-left:0px;
width:60px;
text-align:center;
float:left;
color:white;
padding-top:5px;
padding-bottom:5px;
border-right:1px solid black;
border-top:1px solid black;
border-bottom:1px solid black;
background-color:black;
margin-top:10px;
margin-bottom:15px;
height:27px;
}

#right_menu
{	
	position:absolute;
	top:62px;
	left:841px;
	width:235px;
	border-top:1px dotted;
}

.newslettercss
{
margin-top:10px;
margin-bottom:10px;
}

.nav, .nav_selected, .prop, .prop_selected{

	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0px;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	text-align:right;
	display: block;
	width:191px;
	padding-bottom:7px;
	padding-top:7px;
	padding-right:5px;
	padding-left:5px;
	
	text-decoration:none;
	border-bottom:1px dotted;
	
}

.nav img, .nav_selected img, .prop img, .prop_selected img{
	border:0px;
}

.nav:hover, .selected:hover, .prop:hover
{
	/* background-color:#F5F5DC; */
	background-color:#E9E9D0;
	
}
.nav:focus, .selected:focus, .prop:focus
{
	outline:none;
}

.nav_selected
{
	font-style:italic;
	/* background-color:#F5F5DC; */
	background-color:#E9E9D0; 
}

.prop{
	font-size:11px;
	text-align:left;
	padding-bottom:4px;
	padding-top:4px;
}

.prop_selected
{
	font-size:11px;
	text-align:left;
	padding-bottom:4px;
	padding-top:4px;
	font-weight:bold;
	/*background-color:#F5F5DC; */
	background-color:#E9E9D0; 
}

.prop_number{
	font-weight:bold;
	font-size:14px;
	color:#EE3424;
}

#content
{	
	position:absolute;
	left:309px;
	top:15px;
	width:500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	text-align:left;
}

#content p
{	
	margin-bottom:15px;
	margin-top:0px;
}

#content a
{	
	color:#000000;
	text-decoration:underline;
}
#content a:hover
{	
	color:#EE3424;
}

#content h1
{	
	font-size:22px;
	margin-top:20px;
	margin-bottom:20px;
	font-weight:normal;
	line-height:120%;
}

#content h2
{
	font-size:17px;
	margin-top:18px;
	margin-bottom:4px;
	font-weight:normal;
	font-style:normal;
	line-height:120%;
}

#content hr
{
	color: #000000;
	background-color: #000000;
	height: 2px;
	border: 0;
	/* margin-bottom:20px; */
}

#content ul {margin: 0; padding: 0;}
#content ul li {margin: 3px 0 3px 17px; list-style-type: square;}
#content ol {margin: 0; padding: 0;}
#content ol li {margin: 3px 0 3px 23px;}



#contrib {
 position:relative;
 margin-top:5px;
 margin-bottom:22px;
 font-size:11px;
}

#contrib p{
margin-bottom:0px;
}

#contrib a{
 font-size:13px;
 font-style:normal;
}

.prev_next_link
{
	margin-top:20px;
	margin-right:25px;
	font-size:11px;
	text-align:right;
}

.h2_with_border
{
	border-bottom:1px dotted;
	font-size:17px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:35px;
}

.form_error{
	background-color:#E9E9D0; 
	color:#EE3424;
	font-size:12px;
	font-weight:bold;
	padding:8px;
	text-align:center;
}
