/* 100% high layouts attempt */
html, body {
	height:99.5%
}
html > body div#allAreas {
	height: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

div#allAreas {
	position: relative;
	height:99.5%;
	min-height:99.5%;
	width: 780px;	
	margin: 0 auto 0 auto;
	border: solid 1px #246688;	
	
}


/* --------------------- BANNER AREA START ---------------------- */
div#bannerArea {
	position: relative;
	width: 780px;
	height: 88px;
	margin: 10px 15px 0 0px;
	border: 0px solid #5E92C4;	
	background-image: url(images/bgimage.jpg);
	background-repeat:no-repeat;	
	background-position: top left;	
}

div#bannerArea img {
	position: absolute;
	margin-left: 600px;
	margin-top: 20px;	
	border: 0px solid #5E92C4;
}

div#bannerArea h1 {
	position: absolute;
	left: 204px;
	top: 28px;
	font-family: "Times New Roman", Times, serif;	
	font-weight: normal;
	font-size: 2em;
	margin: 0;
	padding: 0;
}

/* --------------------- BANNER AREA END ---------------------- */

br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* --------------------- MAIN AREA START ------------------------ */
div#mainArea{
	position: relative;	
	background-position: top left;	
	margin: 2.5em 15px 0 15px;
	border: solid 0px red;	
}

div#selectedNavArea {
	position: relative;	
	top: 45px;
	margin-left: 28px;
}

/* Hack IE Float bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html div#selectedNavArea {
	margin-right: 10px;
}
 
* html div#contentArea {
	height: 1%;
	margin-left: 0;		
}
/* End hide from IE5/mac */

div#contentArea {
	position: relative;
	/*margin-left: 190px;*/
	margin-top: 50px;
	padding:20px 10px 20px 10px;

	font-size: .8em;
	border: 0px solid green;
}

div#contentArea a {
	color: #78001e;
}
/* --------------------- MAIN AREA END ------------------------ */


/* --------------------- FOOTER AREA START ------------------------ */
div#footerArea {
	width: 780px;
	position: absolute;	
	bottom: 0px;	
	font-size: .75em;
	height: 2em;
	border-top: 1px solid #246688;
}

div#footerArea ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	color:#666666;
}

div#footerArea ul li {
	position: relative;
	float: left;	
	margin: 4px 2px 0px 0px;	
	font-size:11px;
	font-weight: bold;	
	text-align: center;
	color:#666666;
}

div#footerArea ul li a {
	position: relative;
	text-decoration: none;
	color:#666666;
	border-left:1px solid #666666;
	padding-left:10px;
	padding-right:10px;
}

p#copyright {
	position: relative;
	margin: 4px 0.1em 0 17px;
	padding: 0;
	float: left;
	color: #666666;
	font-weight: bold;
	font-size:11px;
}

div#design {
	position:absolute;		
	width:300px;
	right:0px;
	top:4px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    color: #666666;
	font-weight:bold;
}

div#design a{
  
   font-size:11px;
   font-family:Arial, Helvetica, sans-serif;
   color: #666666;
   text-decoration:none;
   font-weight:bold;
  
}

/* --------------------- FOOTER AREA END ------------------------ */



/* --------------------- SELECTED NAV MENU START ------------------------ */
div#selectedNavArea ul {
	position: relative;
	margin: 10px;
	padding: 0;
	list-style: none;
	font-size: .7em;
	line-height: 27px;
}

div#selectedNavArea ul li {	
	padding: 0;
	margin: 0;
	float:left;
	/*font-family: Trebuchet;*/
	font-size:11px;
	font-weight: bold;	
	text-align: center;
}

div#selectedNavArea ul li.selected {
	font-weight: bold;
	background-color: #BAD0E7;
} 

div#selectedNavArea ul li a {
	text-decoration: none;
	color: #1963AA;
	font-weight: bold;
	display: block;	
	text-align: center;
	padding-left:8px;
	padding-right:8px;
}

div#selectedNavArea ul li a:hover  {	
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #BAD0E7;
	color:#1963AA;
}
/* --------------------- SELECTED NAV MENU END ------------------------ */




/* --------------------- MAIN MENU START ---------------------- */
#mainNav {
	position: absolute;
	z-index: 300;	
	font-size: 13px;
	text-align: center;
	left: 0px;
	width: 780px;	
	border-bottom: 1px solid #246688;
	top:110px;
}

#mainNav, #mainNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	font-size: 13px;	
	/*font-family: Trebuchet;*/
	font-weight:bold;
	width: 780px;	

}

#mainNav a {
	display: block;
	color: #246688;	
	font-size: 1em;		
	line-height: 1.5em;		/* these decide how far below the top level the sub lists start */
	text-decoration: none;
	font-weight: bold;
	width: 95px;

}

#mainNav a:hover {
	font-size: 1em;	
	background-color:#FFFFFF;
}

#mainNav li#selectedMainMav a {
	color: #FFFFFF;
}

#mainNav li { /* all list items */
	float: left;		
	background-position: top left;
	cursor: pointer;
	white-space: nowrap;
}

#mainNav li a div {
	position: relative;		
	background-position: top right;	
	padding-left: 5px;
	padding-right: 8px;
	height: 2.0em;
	cursor: pointer;
	padding-top: .2em;

}

#mainNav li#selectedMainMav a div {	
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#00287D;
}

#mainNav li a:hover div {
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #00287D;
	color:#FFFFFF;
}
