/* Body */
BODY {	
	margin: 0 0 0 0; background-color: #32699E;
	text-align: center;


}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* H1 { font-size: 20px; font-weight: bold; color: blue;} */
H2 { font-size: 16px; font-weight: bold; color: red}
P, H1, H2 {margin: 0px 0px 5px 0px;}



/* Headers */

.csc-firstHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #32699E;
}


H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}



/* csc-header-n2 */

/* csc-header csc-header-n1 */



/* Footer column */
#footer {
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: black;
	width: 900px;
}
#footer_left{
	float: left; 
	padding: 1px 10px 5px 10px;
	
}

#footer_right{
	float: right; 
	padding: 12px 10px 5px 10px;
}



.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

div#container{
	width: 900px;
	margin: 0 auto;
	
	padding: 0;
	background-color: white;
	text-align: left;
}

/* Content column */
div.content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 40px;
	background-color: white;
	/*width: 100%;*/
	clear: both;
	display: block;
	margin: 0;
	width: 880px;
	
}


.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #144D84;
	font-style: italic;

}

label{

width: 175px;
font-weight: bold;
}

#top{
	
	width: 900px;
}

#home{
	float: left;
	margin: 0;
	padding: 0;
	width: 159px;
	height: 182px;
	
}

#home a{
	background-image: url(../images/left_on.gif);
	width: 160px;
	height: 182px;
	display: block;
}
#home a:hover{
	background-image: url(../images/left.gif);
	width: 160px;
	height: 182px;
}
#home a h2{
	display: none;
}
#header{
	background-image: url(../images/right.gif);
	width: 741px;
	height: 182px;
	margin: 0 -1px 0 0;
	padding: 0;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
	
}

#header ul{
	text-align: right;
	margin-right: 10px;
	list-style-type: none;
	margin-top: 18px;
	
	}
	
#header ul li{	
	margin-bottom: 10px;
	
	}
#header ul a{
	text-decoration: none;
	color: black;
	font-size: 1.4em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
	
	}
	
#header ul a:hover{
	color: #b5111a;
	text-decoration: underline;
	
}	
/* Menu 1 column */
ul#menu_1 {	
	vertical-align: top; 
	margin: 0;
	padding: 0;
	clear: both;
	
}
ul#menu_1 {
	width: 100%;
	background-image: url(../images/menu_back.jpg);
	height: 30px;
}
ul#menu_1 a {
/*	color: white;*/
	text-decoration: none;
	display: block;
}
ul#menu_1 a:hover {
	text-decoration: none;
/*	background-color: #eeeeee;
	display: block; */
}

ul#menu_1 li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-top: 8px;
	padding-bottom: 9px;
	padding-left:20pt;
	padding-right: 20pt;
	background-repeat : no-repeat;
	float: left;
	border-right: 1px white solid;
	background-image: url(../images/menu_normal.jpg); 
	list-style-type: none;
	position: relative;
}
ul#menu_1 li.last{
	border-right: none;
}

ul#menu_1 li.menu1-level1-act-last{
	border-right: none;
	color: #141727;
}

/*  MENU 1, level 1, active state (ACT) */
ul#menu_1 li.menu1-level1-act {
	background-image: url(../images/menu_active.jpg); 
	
}
ul#menu_1 li.menu1-level1-act A {
	color: #141727;
}



/*  MENU 1, level 2, normal state (NO) */
ul#menu_1 li.menu1-level2-no {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 30pt;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../images/menusub_normal.jpg);
	background-repeat : no-repeat;
}

ul#menu_1 li.menu1-level2-no A {
	color: #022559;
}

ul#menu_1 li.menu1-level2-no A:hover {
	color: #ffffff;
}

/*  MENU 1, level 2, active state (ACT) */
ul#menu_1 li.menu1-level2-act {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #DF0000;
	text-decoration: none;
	padding-left: 30pt;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../images/menusub_normal.jpg); 
	background-repeat : no-repeat;

}

.menu_11-level2-act A {
	color: #DF0000;
}


ul#menu_1 li ul{

	margin: 0;
	padding: 10px 0 0 0;
	position: absolute;
	left: -1px;
		width: 250px;
	
}





ul#menu_1 li ul li{
	width: 100%;
	border-right: none;
	
}

ul#menu_1 li A {
	color: #FFFFFF;
}
ul#menu_1 li A:hover {
	color: #141727;
}




/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
ul#menu_1, ul#menu_1 ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

ul#menu_1 li {
	margin: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

ul#menu_1 li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

ul#menu_1 li li {
	float: none;/* items of the nested menus are kept on separate lines */
	z-index: 1000;
}

ul#menu_1 ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

ul#menu_1 li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 20px;	/* 1st level go below their parent item */
}

ul#menu_1 li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
ul#menu_1:after, ul#menu_1 ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
ul#menu_1, ul#menu_1 ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the "ul#menu_1 UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
ul#menu_1 ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
ul#menu_1 ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */



.centered{
	
	text-align: center;
	margin-top:  15px;
}
	
.leftcolumn{
	width: 430px;
	float: left;
	display: block;

}
.rightcolumn{
	width: 430px;
	float: left;
	display: block;
	margin-left: 10px;

	
}

.col1{
	width: 187px;
	float: left;
	display: block;
	
}
.col2{
	width: 187px;
	float: left;
	margin-left: 7px;
	display: block;
	
}
.col3{
	width: 187px;
	float: left;
	margin-left: 7px;
	display: block;
	
}
.col4{
	width: 140px;
	float: left;
	margin-left: 7px;
	display: block;
	
}
.col5{
	width: 140px;
	float: left;
	margin-left: 7px;
	display: block;
	
}

.twocolumns_split .left_split{
	width: 48%;
	float: left;
	display: block;
}
.twocolumns_split .right_split{
	width: 48%;
	float: left;
	margin-left: 4px;
	display: block;
}
	
.leftcol{
	float: left;
	display: block;
	
}
.rightcol{
	float: left;
	display: block;
	margin-left: 4px;
	
}	
	
	
.leftcolumn .leftcol,
.rightcolumn .leftcol, 
.leftcolumn .rightcol,
.rightcolumn .rightcol{
	width: 210px;
	
	
	
}

.leftcolumn .leftcol{

	width: 210px;
	display: block;
}
.leftcol,.rightcol{
	width: 430px;

}


.col1 .leftcol,.col2 .leftcol,.col3 .leftcol, .col1 .rightcol,.col2 .rightcol,.col3 .rightcol{
	width: 85px;
	
}

.col4 .leftcol,.col5 .leftcol, .col4 .rightcol,.col5 .rightcol{
	width: 65px;
}

.clearit{
	clear: both;
}
	
	
	