body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

.wraper
{
	min-height: 100%;
	position: relative;
}

#header
{
	width: 100%;
}

#banner
{
	float: left;
}

#heading1
{
	padding-left:180px;
	padding-top:19px;
	border-bottom: 4px solid #00008B;
}

#header, #navigation, #bodycontent
{
	position: absolute;
}

#navigation, #bodycontent
{
	top: 180px;
}

#navigation
{
	width: 140px;
	padding-left: 3px;
}

#bodycontent
{
	left: 200px;
	margin-right: 40px;
	padding-bottom: 60px; /* same height as the footer */
}

#navigation ul
{
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	margin-left: 0;
	padding: 0;
}

.otherlink
{
	color: red;
	width: 140px;
	border-bottom: 1px solid red;
	margin-bottom: 0;
	padding: 0;
}

#otherlinks ul
{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#navigation ul li a:link
{
	text-decoration: none;
	
}

#navigation ul li a:visited
{
	text-decoration: none;
	
}

#navigation ul li a:hover
{
	text-decoration: underline;
	
}

#otherlinks
{
	font-size: small;
}

.footer
{
	position:absolute;
	bottom:0;
	width:100%;
	height:60px; /* height of the footer area */
	text-align: center;
	font-size: small;
	margin-bottom: 0;
	padding-bottom: 0;
}

#footnavigation a
{	
	color: grey;
	text-decoration: none;
	border-right: 1px solid grey;
}
p
{
	font-size: small;
	line-height: 125%;
}

.question
{
	font-size: large;
}

.answer
{
	font-size: small;
}
