/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#637f95;
	font-family:arial,sans-serif;
	font-size:small;
	color:#03426D;
}

h1 { 
	font-size: large;
	color: #03426D;
	text-align: center; 
	font-weight: bold;
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
a {
		color:#03426D;
	}

p { 
	line-height:2em; 
	margin:0 0 1em;
}

div#contain2{

}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background-image: url(images2/slice.jpg);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

div#header {
	padding:.1em;
	height: 155px;
	background: #A5B5C0 98% 10px no-repeat;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
	
	div#nav{
	width: 100%; 
	height: 25px;
	color: #99CCFF;
	background-color: #166097;
	border-top:6px double white;
	border-bottom:6px double white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	padding-top: 6px;
	}
	
a.nav:link { text-decoration: none; color: #99CCFF;}
a.nav:visited { text-decoration: none; color: #FFFFFF;}
a.nav:hover {	 text-decoration: underline; color: #a5b5c0;} 
a.nav:active { text-decoration: none; color: #FFF;}




div#content {
	padding-bottom:1em; 
	height: 100%;
	color: #03426D;

}
	
	div#left{
	width: 157px;
	float: left;
	height: 100%;
	padding: 10px;
	margin-left: 15px;
	margin-right: 10px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 15px;
	position: relative;
	display: inline;
	overflow: visible;
		}
a.left:link { text-decoration: none; color: #FFF;}
a.left:visited { text-decoration: none; color: #FFFFFF;}
a.left:hover {	 text-decoration: underline; color: #99CCFF;} 
a.left:active { text-decoration: none; color: #FFF;}
	
	div#right {
	padding: 15px;
	width: 515px;
	height: 100%;
	display: inline;
	float: right;
	position: relative;
	background-image: url(images2/right.jpg);
	color: #03426D;
	}

div#clr{
clear:both;
}

div#clearbth2{
clear:both;
}

div#footer {
position: absolute;
	width:750px;
	bottom:0px; /* stick to bottom */
	background:#03426D;
	margin: auto;
	border-top:6px double white;
}
a.footer:link{ color: #99CCFF;}

	div#footer p {
		padding:1em;
		margin:0;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #FFFFFF;
		letter-spacing: 1px;
		text-align: center;
	}
		
	#logo{
	padding-top: 2px;
	}

#imageLeft {
	float: left;
	padding-right: 8px;
	padding-bottom: 8px;
	}