/* CSS Document */
#printhead {display:none;}
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0;
	background:#E1E1D6;
	font-size:100%; 
	overflow: hidden; 
	}
body {
	background-color:#E1E1D6;
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	}
#flashcontent {
		height: 100%;
	}
#content {/*all settings for the content area lie here*/
	overflow:auto; 
	position:absolute;
	background-color:#E1E1D6;
	display:block;
	max-height:100%;
	top:65px;
	bottom:20px;
	left:120px;
	right:0px;  
	z-index:3; 
	word-wrap:break-word;
	text-align:center
	}
* html #content {
	height:100%; /* full screen height */
	width:100%; /* full screen width */
	top:0; /* place the content at the top */
	left:0; /* and left of the body */
	border-top:65px solid #fff; /*add a top border to miss the header 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-bottom:20px solid #fff; /*add a bottom border to miss the footer 
				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-left:120px solid #fff; /*add a left border to miss any navigation div 
				(this is SUBTRACTED from the 100% width on quirks mode) */
	}
#head { /*all settings for the header lie here*/
	top:0;
	left:0;
	position:absolute; 
	margin:0; 
	display:block; 
	width:100%; 
	height:50px; /*height of the header*/
	background:#E1E1D6; /*header color is set here */
	font-size:150%; 
	z-index:5; 
	text-align:center;
	color:#004489; /*font color*/
	border-bottom:15px solid #D3D9DF ; /*bottom border settings*/
	}
* html #head{
	height:65px;
	}
#menu { /*all settings for the menu lie here*/
	position:absolute; 
	margin:0;
	height:100%;
	padding-bottom:20px; 
	left:0;
	top: 65px;
	display:block; 
	width:117px; 
	bottom:20px;
	background:#E1E1D6; /*header color is set here */
	font-size:100%; 
	z-index:5; 
	text-align: left;
	color:#004489; /*font color*/
	border-right:3px solid #D3D9DF; /*bottom border settings*/
	}
#menu a, #menu a:visited
	{display:block; width: 106px; height: 23px; margin: 2px; background:url(Untitled-1.gif); text-align:center}
#menu a:active
	{background:url(Untitled-3.gif); text-align:center}
#menu a:focus, #menu a:hover
	{background:url(Untitled-2.gif); text-align:center}
* html #menu {
	width:120px;
	}
#foot { /*all settings for the footer lie here*/
	position:absolute; 
	margin:0; 
	bottom:0; 
	left:0;
	right:18px; 
	display:block; 
	width:100%; 
	height:17px; 
	background:#E1E1D6; /*footer color*/
	color:#004489; /*font color*/
	text-align:right; 
	font-size:75%; 
	z-index:5; 
	border-top:3px solid #D3D9DF;
	}
* html #foot{
	height:20px;
	}
a:link, a:visited {text-align:center}
a:active{text-align:center}
a:focus, a:hover{color:#000; text-align:center}
a, a:visited {color:#004489;} 
h1 {font-family:Arial, sans-serif; font-size: 17px; margin:0; padding:0;}
p  {font-family:Arial, sans-serif; font-size:15px;}