body {
	margin: 0;
	padding: 0;
	background-color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

img	{ border:0px;}

.clr	{clear:both;}

/* All Page Links */
a:link, a:active, a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
/* Main Page Container */
#container {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px;
	background-image:url(images/conciluce_bg.jpg);
	background-repeat:no-repeat;
}
/* Header Container */
#header {
	background-repeat: no-repeat;
}
#menunav {
	width: 960px;
	height: 135px;
	padding: 0px;
}
#menunav img { /* Logo Image */
	display: inline;
	float: left;
	margin-left: 6px;
	margin-top: 10px;
}	

#topright	{ float:right; width:233px; text-align:right;}


	/* User Menu Content */
	#sitelinks {
	float:right; 
	position: relative;
	top: 0px;
	padding: 10px 0 0 0;
	height: 20px;
	text-align: right;
}
	#sitelinks ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		 text-align: right;
	}
	#sitelinks ul li {
		display: block;
		float: left;
		text-align: right;
		padding: 0;
		margin: 0;
	}
		#sitelinks ul li a {
			background: #000000;
			height: 20px;
			border-right: none;
			padding: 0 10px 0 10px;
			margin: 0 0 10px 0;
			color: #ff0000;
			text-decoration: none;
			display: block;
			text-align: center;
	  		font-size: 15px; 
	  		font-style: normal;
			font-weight: normal;
		}
		#sitelinks ul li a:hover {
			color: #ffffff;
			background: #640000;
		}
		#sitelinks a:active {
			color: #ffffff;
			background: #640000;
		}
		#sitelinks li#active a {
			color: #ffffff;
			background: #640000;
		}

/* Page content */
#content {
	width: 948px;
	color: #fff;
	padding: 6px
	}	
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 18%;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 120px;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.4em;
			text-decoration: none;
			color: #fff;
			font-size: 15px;
		}
		ul#subnav li a:hover {
			color: #fff;
			text-decoration: none;
			background-color:#640000;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 100%;
		list-style: none;
		font-size: 15px;
	}
	
/*rednav */
#rednav, #rednav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#rednav a {
		display: block;
	}
	#rednav li { /* all list items */
		width: 120px;
	}
		ul#rednav li a, ul#rednav li a:link, ul#rednav li a:active, ul#rednav li a:visited {
			display: block;
			width: 100%;
			padding: 0.4em;
			text-decoration: none;
			color: #ff0000;
			font-size: 15px;
		}
		ul#rednav li a:hover {
			color: #ff0000;
			text-decoration: none;
			background-color:#640000;
		}
	#rednav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 100%;
		list-style: none;
		font-size: 15px;
	}
	
	#content_text {
		display: inline;
		float: right;
		width:770px;
	}
	
#footer {
	text-align: right;
	padding: 5px;
	border-top: solid 1px #ff0000;
	background-color:#00000;
	}

#footer_left	{ float:left;}
#footer_right	{ float:right;}

.foot				{ font-family: Arial, Verdana, helvetica, Tahoma, sans-serif; font-size: 10px; font-style: normal; color:#ff0000; padding: 5px 0px 5px 0px;}
.foot A:link		{ color:#ff0000; text-decoration: none; }
.foot A:visited		{ color:#ff0000; text-decoration: none;  }
.foot A:hover		{ color:#ff0000; text-decoration: underline;  }
.foot A:active		{ color:#ff0000;  }

/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #cc0000;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #cc0000;
}
h3 {font-weight: bold;
	font-size: 12px;
	color: #cc0000;
	display:inline;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}

.red	{ color: #ff0000;}

.red_bold	{ color: #ff0000; font-weight:bold; font-size:14px;}

.redframe	{ border: solid 1px #ff0000;}
input, select, textarea {	background: #ffffff;
				font-family: Tahoma, sans-serif, Verdana, helvetica;
				color:#333333;
				font-size: 11px;
				font-weight: bold;
				border: solid 1px #ff0000;
				padding:1px;
				}
				
.related_padding 	{ padding: 0px 0px 0px 21px;}


#flashcontent {				
		margin: 0px 0px 0px 0px;	
		width: 400px;	
		height: 500px;			
	}