@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	color: #333333;
}

img { border: none; }

h1 { 
	margin: 0; 
	padding: 10px 5px 0px 0px; 
	color: #212c52;
	font: 20px "Century Schoolbook", "Times New Roman", Times, serif;
	font-weight:bold;
} 

h2 { 
	margin: 0; 
	padding: 10px 0 0px 0px; 
	color: #212c52;
	font: 16px "Century Schoolbook", "Times New Roman", Times, serif;
	font-weight:bold;
} 

hr {
	border: 1px solid #990000;
  color: #990000;
  background-color: #990000;
  width: 95%;
}

.chronoform {
	display: none;
}

#homelede {
	text-align: center;
}

#container { 
	width: 760px;  
  background: #202C52 none repeat scroll 0% 50%;
	background-repeat:repeat-y;
	margin: 0 auto;
  margin-top: 10px;
	border: 0px;
	text-align: left; 
} 

#header { 
	background: #212c52;
	height:137px; 
} 

#menu { 
	background: #990000; 
	height: 23px;
  width: 760px;
	border: 1px solid #ffffff;
} 

#content {
  width: 760px;
	border: 0px;
	margin: 0px;
}

td.contentarea {
	padding: 0 10px;
  background: #FFFFFF; 
}

td.sidebar {
	width: 155px; 
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
  background: #202C52;
}

.moduletableSideNews {
	width: 100%;
	margin-bottom: 10px;
}

.moduletableSideNews h3 {
	margin: 0; 
	padding: 10px 0 2px 0px; 
	color: #ffffff;
	font: 16px "Century Schoolbook", "Times New Roman", Times, serif;
	font-weight:bold;
	border-bottom: 1px solid #990000;
}

a.contentpagetitleSideNews:link, a.contentpagetitleSideNews:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.contentpagetitleSideNews:hover {
/*
 	color: #990000;
*/
	color: #ffffff;
	text-decoration: none;
}

#footer { 
	padding: 0 5px 0 10px; 
	background:#ffffff; 
	color: #333333;
	border-top:1px solid #990000;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}






/* OLD STYLE SHEETS USED */

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 155px; 
	padding: 5px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
  margin: 0px auto;
  background: #202C52;
}



#sidebar1 h2{
	margin: 0; 
	padding: 10px 0 2px 0px; 
	color: #ffffff;
	font: 16px "Century Schoolbook", "Times New Roman", Times, serif;
	font-weight:bold;
	border-bottom: 1px solid #990000;
}

#sidebar1 ul {
	margin: 5px;
	list-style-type: disc;
	padding: 2px 5px 2px 5px;
}
#sidebar1 li {
	list-style-type: disc;
	list-style-position:outside;
	padding: 2px 5px 2px 5px;
}
#sidebar1 a:link, #sidebar1 a:visited {
	color: #ffffff;
	font-size: 12px;
	text-decoration: underline;
}
#sidebar1 a:hover {
	color: #990000;
	font-size: 12px;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}