
/* standard elements */
html {min-height: 100%; height:100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #30549E;}
a:hover {color: #c00; text-decoration:none;}


body {
	background: #CCD8E0 url(images/bg.jpg) repeat-x left bottom;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.red{
	color:#c00;
}

li {list-style: none;}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 11px;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 950px;
}
.leftSection{
	padding:10px;
	color:#283D6A;
}

/* header */
.top {
	
	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;	
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 950px;
	height: 250px;
}
.headerInner {
	background: #FFF;	
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 950px;
	height: 180px;
}

/* Tab Menu */
#tabmenu {
	color: #000;
	border-bottom: 1px solid black;
	margin: 1px 0px 0px 0px;
	padding: 0px;	
	padding-left: 10px 
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu a, a.active {
	color: #DEDECF;
	background: #898B5E;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

#tabmenu a.active {
	background: #ABAD85;
	border-bottom: 2px solid #ABAD85; 
}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
}

#tabmenu a:visited {
	color: #E8E9BE; 
}

#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF;
}


/* navigation */
.topMenu{	
	margin: 0 auto;
	width: 950px;
}
.searchSite{
	height:30px;
	text-align:right;
	padding: 6px 10px 0 0;
}
.searchSpacer{
	float:left;
	width:670px;
	line-height:20px;
}
.navigation {	
	background: #D9E1E5 url(images/nav.jpg);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 30px;
}
/*
.navigation a {
	background: #D9E1E5 url(images/nav.jpg);
	border-right: 1px solid #AFBEC7;
	color: #30549E;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	padding: 0 15px;
	text-decoration: none;
	text-transform:uppercase;
}
.navigation a:hover {background-position: left bottom; color: #c00;
}
*/

.subMenu {
	font-size: 11px; 
	font-weight:bold;
	color: #30549E;
}
.subMenu A:link {
	color: #30549E;
	text-decoration:none;
}
.subMenu A:visited {
	color: #30549E;
	text-decoration:none;
}
.subMenu A:hover {
	color:#c00; 
	text-decoration: underline
}
.subMenu A:active {
	color:#c00; 
	text-decoration: underline
}

/* Sub - Sub menu */

.subSubMenu {
	font-size: 11px; 
	color: #30549E;
}
.subSubMenu A:link {
	color: #30549E;
	text-decoration:none;
}
.subSubMenu A:visited {
	color: #30549E;
	text-decoration:none;
}
.subSubMenu A:hover {
	color:#c00; 
	text-decoration: underline
}
.subSubMenu A:active {
	color:#c00; 
	text-decoration: underline
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(images/bgmain.jpg) repeat-y;
}
.mainHome {
	height:250px;
	padding: 1px;
	border: 1px solid #30549E;
	background-image:url(images/home_main_bg.jpg);
	background-repeat:repeat-x;
}
.txt{
	font-family:Georgia, serif;
}
.readMore{
	font-size:11px;
	font-weight:bold;
	color: #30549E;
	text-decoration:underline;
}
.plainLink {
	font-size:11px;
	font-weight:bold;
	color: 30549E;
	text-decoration:underline;
}
.plainLink ul{
	font-size:11px;
	font-weight:bold;
	color: 30549E;
	text-decoration:none;
}
.plainLink li{
	list-style:none;	
	line-height:16px;
}

/* sub navigation */
.sidenav {
	float:left;
	width: 220px; 
	font-family:Arial, Helvetica, sans-serif;	
}
.headingSide {
	float: left;
	width: 210px;
	color: #fff;
	font-size: 14px;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:bold;	
	line-height: 25px;
	margin: 0;
	padding-left: 10px;
	background-image:url(images/section_heading.gif);
	background-repeat:repeat-y;
}
.headingMain{
	float: right;
	text-align:left;
	width: 700px;
	color: #fff;
	font-size: 14px;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:bold;	
	line-height: 25px;
	margin: 0;
	padding-left: 15px;
	background-color:#2A3C6A;
}
/*
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: right;
	margin: 0px;
	width: 715px;
	height:480px;
	overflow: hidden;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}
.searchField{
	width:155px; height:16px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#AFBEC7; 
	background-color:#fff; 
	font-family:Tahoma; 
	font-size:11px;
	color: #30549E;
	padding-left:4px;
}
.accent{
	color:#30549E;
	font-weight:bold;
}
.heading{
	font-family: Trebuchet, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#30549E;
}

/* footer */
.footer {
	position:relative;
	background: url(images/footer.jpg) no-repeat;
	color: #FFF;
	font-size:10px;
	line-height: 25px;
	margin-left:100px;
	padding: 0 12px;
	margin-top:5px;
	text-align: left;
}
.footerHome {
	background-color:#2A3C6A;
	color: #FFF;
	font-size:10px;
	line-height: 25px;
	padding: 0 12px;
	margin-top:5px;
	text-align: left;
}
.footerLeft{
	position:relative;
	text-align:left;
	width:240px;
	margin-left: 5px;
}
.footerLeft a:link{
	color: #fff;
	text-decoration:none;
}
.footerLeft a:hover{
	color: #fff;
	text-decoration:underline;
}
.footerRight{
	text-align:right;
	padding:0px;
}
.footer a,.footer a:hover {color: #FFF;}


<!--  Outlook Menu  -->

.menuOutlook {
	float:left;
	width: 220px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;	
}
.menuOutlookInner {
	float:left;
	width: 220px;
	height:300px;
	font-family:Arial, Helvetica, sans-serif;	
}

.menuOutlook li{
	border-top: 1px solid #fff;
	font-weight: bold;	
}	
	
.menuOutlook li a {
  	height: 30px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	font-weight: bold;
}	
	
.menuOutlook li a:link, .menuOutlook li a:visited {
	color: #1D537F;
	display: block;
	background: url(images/menu_side.jpg) repeat-x;
	padding: 8px 0 0 10px;
}
	
.menuOutlook li a:hover {
	color: #fff;
	background: url(images/menu_side_hover_.jpg) repeat-x;
	padding: 8px 0 0 10px;
}
.menuOutlookSelected{
	color: #fff;
	background: url(images/menu_side_hover_.jpg) repeat-x;
	padding: 8px 0 0 10px;
	height: 30px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
}
	
#menuOutlook li a:active {
	color: #fff;
	background: url(images/menu_side.jpg) repeat-x;
	padding: 8px 0 0 10px;
}


A.mainlink:LINK, A.mainlink:VISITED, A.mainlink:ACTIVE {cursor:default; font-family:arial; font-size:11px; color:#000; text-decoration:none; cursor:pointer;}
A.mainlink:HOVER { color:#000; text-decoration:underline;}
