@charset "utf-8";
body {
	font: 12px, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	width:100%;
	margin: auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000090;
}
#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.date {
	color:#CCE6FF;
	font-size:10px;
	margin-left:10px;
	margin-bottom:30px;
}
.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;
}
#header {
	background-image:url(../images/template25_02.jpg);
	background-repeat:repeat-x;
	padding: 0 00px;
	min-height:296px;  
	width:100%;
}

#sidebar1 {
	background:url(../images/template25_04.jpg);
	background-repeat:repeat-y;
	float: left;
	width: 196px; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div  */
	padding-left:10px;
/*	top:185px;
	position:absolute;*/
}

#sidebar2 {
	float: right;
	width: 20%; /* since this element is floated, a width must be given */
	height:100%;
	/*margin-top:-190px;*/
	width: 150px; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div  */
	padding-left:10px;
	margin-right:10px;
	margin-top:-190px;
}

#sidebar1 h3, #sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
}
#mainContent2Col {
	width:70%;
	min-height:430px;
	margin-top:-190px;
	margin-left:200px;
}

#mainContent3Col {
	margin-top:-190px;
	margin-left:200px;
	margin-right:160px;
}

#footer {
	background:url(../images/template25_06.jpg);
	background-repeat:repeat-x;
	width:100%;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* Miscellaneous classes for reuse */







.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 { /* this class can be used 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;
}
ul#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}
ul#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	/*border-right: 1px solid #cccccc;*/



	background-image: url('../images/sepa.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
ul#mainlevel-nav li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}
ul#mainlevel-nav li a:hover {
	color: #0000CC;
	text-decoration: underline;
}
a:link, a:visited {
	color: #FF6633;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #FFA025;
	text-decoration: underline;
	font-weight: normal;
}
a.footer:link {
	color: #CCE6FF;
	font-size: 10px;
	font-weight: bold;
}
a.footer:active {
	color: #CCE6FF;
	font-size: 10px;
	font-weight: bold;
}
a.footer:hover {
	color: #CCE6FF;
	font-size: 10px;
	font-weight: bold;
}
a.footer:visited {
	color: #CCE6FF;
	font-size: 10px;
	font-weight: bold;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #FFD000;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px !important;
	text-decoration: none;
	text-indent:5px;
}
a.mainlevel:hover {
	text-decoration: none;
	color: #F4FF00;
	font-weight: bold;
	text-indent:5px;
}
a.mainlevel#active_menu {
	color:#000090;
	font-weight: bold;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#CCE6FF;
	text-indent:5px;
	width:150px;
	background-color:#98B7FA;
}
a.mainlevel#active_menu:hover {
	text-decoration: none;
	color: #F4FF00;
	font-weight: bold;
	text-indent:5px;
}
.contentheading {
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	color: #0000CC;
	font-weight: bold;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#0000CC;
}
.componentheading {
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	color: #0000CC;
	font-weight: bold;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#0000CC;
}
.contentpaneopen {
	margin: 0px 10px 0px 5px;
	text-align: left;
}
table.moduletable {
	margin: 0px 0px 0px 0px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-top: solid 0px #000000;
	border-bottom: solid 0px #000000;
	padding-top: 4px;
	width:150px;
}
table.moduletable th {
	font-size: 12px;
	color: #98B7FA;
	padding-top:5px;
	padding-bottom:5px;
	border-top:solid;
	border-top-width:1px;
	border-top-color:#98B7FA;
	border-top-style:dotted;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#98B7FA;
	border-bottom-style:dotted;
}
table.moduletable td {
	font-size: 11px;
	color: #98B7FA;
	font-weight: normal;
	padding-bottom:1px;
}
table.moduletable a {
	font-size: 11px;
	color: #98B7FA;
	font-weight: normal;
	padding-bottom:1px;
}
/* ----------------------------- pathway ------------------------------- */

.pathway {
	padding-bottom:2px;
	font-size : 11px;
	color : #FFFFFF;
}
a.pathway:link, a.pathway:visited {
	color : #98B7FA;
}
a.pathway:hover {
	color : #98B7FA;
	text-decoration: underline;
}

/* ----------------------------- news------------------------------- */
