html{
	top:0;
	width:100%;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	
}

body {
	top:0;
	margin-bottom:0;
	min-height: 100%;
	height: 100%;
	width:100%;
	margin: 0;
	padding:0;
	text-align:left;
	font-family: arial;
	font-size:13px;
	background: url(../images/bkg-grid-a.gif);
}

p {
	margin: 0em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em;
	line-height: 1.3em;
	
}

h1 + p{	margin:-0.05em 0 0 0;}

h2 + p{	margin:-0.05em 0 0 0;}

h3 + p{	margin:-0.05em 0 0 0;}

h1{
	padding:0;
	margin: 5px 0px 0px 0px;
	font-size:24px;
	font-family:Georgia, Times;
	color:#457649;
	font-weight:lighter;
}

h2{
	padding:0;
	margin: 5px 0px 0px -3px;
	font-size:16px;
	font-family:Georgia, Times;
	color:#457649;
	font-weight:lighter;
}

h3{
	padding:0;
	margin: 5px 0px 0px 0px;
	font-size:14px;
	font-family:Georgia, Times;
	color:#457649;
	font-weight:lighter;
}

#container {
	position: relative;
	/*min-height:100%;*/
	width:72%;
	padding:0;
	margin:0;
	background: url(../images/content-bg.gif) repeat-y;
	padding:0 0 0 0 ;
	overflow:hidden;
	color:#ffffff;
	background-position:left;
	z-index:2;

}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:absolute;
	display:block;
	min-height: 100%;
	width:67%;
	left: 0;
	margin:0;
	padding:0 5% 0 5%;
	top: 0;
	color: #ffffff;
	background: #000066;
}

#content a font, #content a{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}
#content a font:hover, #content a font:focus, #content a:hover, #content a:hover{
	text-decoration:underline;
	color: #ffffff;
}

#headerImg{
	width:557px;
	height:645px;
	display:block;
	position: absolute;
	margin: 0 0 0 7px;
	right: 0;
	float: right;
	
}

#nav{
	list-style:none;
	padding:0;
	margin:0;
	position: absolute;
	z-index:40;
	top:127px;
	left: -30px;
	width:173px;
	text-align:left;
	display:block;
	border: 0;
	z-index: 100;

	
}

#nav li{
	padding:0 0 7px 0;
	margin:0 1px 5px 0;
	float:left;
	text-align:left;
	position:relative;
	width:173px;
	background: url( ../images/bg-bottom-corners.gif) no-repeat left bottom;
	display:block;
}
#nav li a{
	background: url( ../images/bg-top-corners.gif) no-repeat left top;
	padding:4px 8px 0 8px;
	display:block;
	position:relative;
	text-decoration:none;
	color: #7b7b7b;
	font-weight: bold;
}

#nav li a:hover, #nav li.current a, #nav li:hover a, #nav a.mainMenuParentBtnFocused
{
	background: url( ../images/bg-top-corners-hover.gif) no-repeat left top;
	color: #000066;
	
}
#nav li:hover, #nav li.current, #nav li.focused
{
    background: url( ../images/bg-bottom-corners-hover.gif) no-repeat left bottom;
	
}

#right{
	width: 23%;	
	position: absolute;
	float:right;
	height:100%;
	margin: 0;
	right:0;
	top:0;
	padding: 0;	
	z-index:15;
}

#logo{
	display:block;
	position:absolute;
	left: 50%;
	width:195px;
	height:87px;
	margin: 5% 0 0 -97px;
	background: url(../images/key-logo_trans.gif) transparent no-repeat;
	z-index: 40;
	
}

#logoboxes{
	display:block;
	position:absolute;
	left: 50%;
	width:159px;
	height:159px;
	margin: 425px 0 0 -78px;
	background: url(../images/img-logoboxes.gif) transparent no-repeat;
	z-index: 40;
	
}

#footer {
	position: relative;
	bottom: 0;
	padding:0;
	height:130px;
	margin:-20px 0 0 0;
	width:100%;
	text-align:center;
	left:0;
	z-index:1;
	
}

.print{display:none;position:absolute;width:0;height:0;overflow:hidden;}
