/* CSS Document */
html, body {margin:0; padding:1%; height:96%}
body {font-family: verdana, sans-serif; 
	  font-size: 80%;background: #FFFFFF;}

#header {height: 110px; border: 2px solid #C8181A; background: #233B6B; color: #ee8; font-size:large}

#clearheader{height:120px;}/*needed to make room for header*/

#content {
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;
	background-image:  url("../assets/bluebg1.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:-80px;
	
	
}
* html #content {height:100%}
body>#content {height:auto}
#contentinner {margin-left:190px}
* html #contentinner {height:1%}/* combat ie 3 pixel jog */
html>body #content{height:auto}

div#footer {
	position:relative;
	height: 70px;
	border: 2px solid #C8181A;
	background: #233B6B;
	clear: both;
	color: #ee8;
}

#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/

#nav {
	float:left;
	width: 148px;
	text-align:center;
	color:#FFFF00;
	background: transparent;
	
}

A:link {color:#0000CC;}
A:visited {color:#33FFCC;}
A:active {color:#FFFF00;}
A:link:hover, A:visited:hover {color:#FF0000;}

#hidebordertop {
	position:absolute;
	bottom:-2px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#hideborderbottom {
	position:absolute;
	top:-3px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#inserttop {
	position:relative;
	height:10px;
	background:#fff;
	color:#000;
	border-bottom:2px solid #C8181A;
}
#insertbottom {
	position:relative;
	clear:both;
	height:10px;
	background:#fff;
	color:#000;
	border-top:2px solid #C8181A;
}
