@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {font-family:Verdana, Geneva, sans-serif; font-size:62.5%; color:#000;}

/*Home page welcome message*/
h1 {font-size:1.6em; font-weight:normal; color:#000;}
.subtitle {color:#769F00; font-size:1.1em; display:block; margin-bottom:1em;}

p {line-height:1.4em;}
td{font-family:Verdana, Geneva, sans-serif; font-size:13px;}
ul
{list-style:disc;}

ul li {
display:outline;
}

#wrap {width:89.2em; margin-left:auto;margin-right:auto;}

	#logo {margin:2em 0.8em;}

	#menu {float:left; margin-bottom:0.5em; margin-left:0.8em;}
		#menu ul {float:left; width:100%; list-style:none;}
			#menu ul li {float:left; width:8.5em; height:2.5em; margin-right:0.1em; background-image:url(images/btnMenu.jpg); background-repeat:no-repeat;}
				#menu ul li a {display:block; width:100%; padding:0.6em 0; text-align:center; color:#fff; text-decoration:none;}
				#menu ul li a:hover,#menu ul li a.Selected {background-image:url(images/btnMenuOn.jpg); background-repeat:no-repeat;}
	
	#header {float:left; width:100%;}
		#headerLeft {float:left;}
		#headerRight {float:left; width:27.8em; height:26.9em; background-image:url(images/bgHeaderRight.jpg); background-repeat:no-repeat; background-position:right;}
			.headerLinks {float:left; width:22em; margin-top:19em; padding-top:1.1em; padding-left:3.5em;}
				#headerRight a {float:left; font-size:1.1em;  padding-left:1.5em; color:#fff; text-decoration:none; background-image:url(images/arrowHeaderLink.gif); background-repeat:no-repeat;}
			
	
	#content {float:left; width:100%;}
		#contentLeft {float:left; width:52%;  padding-top:2.5em;font-size:1.2em;}
		#contentRight {float:left; width:48%;  padding-top:2.5em;}
		
		#contentLeftInner {float:left; width:695px; padding-left:0px; padding-top:2.5em; padding-bottom:2.5em; margin:0px; border-right:1px solid #ccc;font-size:1.2em; min-height:32em; !height:37em;}
		#contentRightInner {float:right; width:185px; margin-top:0.5em; text-align:right;}
			#contentRightInner a {float:right; margin-bottom:0.5em; text-align:right;}
			#contentRightInner img {margin-bottom:0.2em; padding:0px; height:102px;}

		
			.box {float:left; margin:0 2.5em;}
			.box2 {float:left; width:100%;}
			.box3 {float:left; width:100%; padding-top:2.5em;}
				.link1 {display:block;}
				.link2 {display:block; margin-right:2.5em;}
		
		a.more {text-decoration:none; color:#000; background-image:url(images/arrow.gif); background-repeat:no-repeat; padding-left:1.5em;}
		
	#footer {float:left; width:100%; border-top:1px solid #ccc; text-align:center; color:#999; padding:2em 0; margin-top:2.5em;}
		#footer ul {list-style:none; width:100%; text-align:center;}
			#footer ul li {display:inline;}
				#footer ul li a {text-decoration:none; color:#999;}
				
				.fix { position:relative; top:-0.7em; margin-top:0;}
		

/* ######### Default class for drop down menus ######### */

.dropdownMenu { position: absolute; left: 0; top: 0; visibility: hidden; background-color:#E2F9C7; width: 200px; /* default width for menu */}
	.dropdownMenu ul { margin: 0; padding: 0; list-style-type: none; }
		.dropdownMenu ul li a { width:100%; display:block; padding:5px 0; text-decoration:none; font-weight:bold; text-indent:12px; 
								color:#666;}
		.dropdownMenu a:hover { /*hover background color*/ background-color:#92AF69; color:white; }
		
/* data table */
.dataTableHeadingRow { 
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background-color:#3854A5;
	font-size: 11px;
	color: #ffffff;}
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold;	border-top:1px solid #ffffff; }
.dataTableRow { background-color: #F5F5F5; }
.dataTableRow0 { background-color: #000099; color: #FFFFFF; }
.dataTableRow1 { background-color: #FFFF99; }
.dataTableRow2 { background-color: #3399FF; }
.dataTableRow3 { background-color: #FF9933; }
.dataTableRow4 { background-color: #3399FF; }
.dataTableRow6 { background-color: #99FF99; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }

.menubackgr {
	background: #F1F3F5;
	border-bottom: 1px solid #cccccc;


}

.menubackgrOver {
	background: #afc9e7;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.darkClass
{
background-color: 000000;
filter:alpha(opacity=70); 
opacity: 0.7; 
-moz-opacity:0.70; 
z-index: 10;
height:100%;
width: 100%;
position:absolute;
top: 0px;
left: 0px;
}

.limage
{
   background-color:#ffffff;
   border-top:solid 4px #CFCFCF;
   border-bottom:solid 4px #CFCFCF;
   border-left:solid 4px #CFCFCF;
   border-right:solid 4px #CFCFCF;
   text-align:center;
   position:absolute;
   padding-top:2px;
   padding-bottom:0px;
   width:580px;
   height:700px;
   top:60px;
} 