body, html
{
	margin: 0px;
	padding: 0px;
	background-color:#006;
}

.header
{
	background-color:#FFF;
	height: 111px;
}
.container
{
	width: 780px;
	margin: 0px auto;
	background-color:#005DB3;
}

.main
{
	float: right;
	position: relative;
	top: -10px;
	width: 610px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

.nav
{
	float: left;
	width: 150px;
	position: relative;
	background-color:#FFF;
}

.footer
{
	clear: both;
	text-align: center;
	color:#FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #33308D;
	background-color:#006;
	position: relative;
}

* html .footer
{
	height: 1px;	
}

body 
{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;

}
.question 
{
	color: #600;
	text-align: left;
	font-size: 16px;
	font-weight: bold;

}

.main .answer ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.nav ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.nav li 
{
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}

.nav li a 
{
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #5195CE;
	color: #FFF;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005DB3;
	border-left-color: #005DB3;
	font-size: 16px;
	text-align: center;
}

html>body .nav li a 
{
	width: auto;
}

.nav li a:hover 
{
	background-color: #005DB3;
	color: #FFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #02243C;
	border-left-color: #02243C;
}

.center
{
	text-align: center;
}

.bold 
{
	font-weight: bold;
}

.navbar 
{
	font-size: 10px;
	text-align: center;
}

.doc
{
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	width: 577;
	height: 180;
}

.box
{
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px; 
	padding: 10px;
	background-color: #FFF;
}

h3
{
	text-align: center;
	border-bottom: 1px;
}
