body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin:20px;
	padding:0;
	background-image:url(../images/gradient.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#03083f;
}

ul{
	list-style-type:disc;
}

h2{
	margin-top:0;
}

a{
	color:#000033;
}

input:focus, textarea:focus, select:focus{
	border-color:#0079F2;
	background:#B7DBFF;
}

#header{
	background-color:#D2D7FB;
}

#content{
	border-left:1px solid #D2D7FB;
	border-bottom:1px solid #D2D7FB;
	background-color:#ffffff;
	padding:10px;
}

#sidenav{
	background-color:#CCCCCC;
	padding:10px;
	border-left:1px solid #D2D7FB;
	border-bottom:1px solid #D2D7FB;
}

#sidenav ul{
	list-style:none;
	margin:0;
	padding:0;
}

#sidenav h2{
	margin:0;
}

#footer{
	clear:both;
	text-align:center;
	padding:10px;
}