body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
	font: normal 12px Verdana;
}
body{
	margin: 10px;
	background-color: #E5E9ED;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ol,ul {
	list-style: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

fieldset,img {
	border: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

:focus {
	outline: 0;
}

#body .center{text-align:center;font-size:30px;vertical-align:center;margin:10em;}
#body {height: 100%;}

#nav_ul {
	width: 1000px;
	float: left;
	height: 30px;
	border-top: solid #d5d5d5 1px;
	border-bottom: solid #d5d5d5 1px;
	list-style-type: none;
	list-style-image: none;
	padding: 0 0 0 0;
	margin: 5px 0 5px 0;
	display: inline;
	background-color: #8CB0D2;
}

#nav_ul li {
	display: inline;
	float: left;
}

#nav_ul a {
	margin-top: 7px;
	display: inline;
	width: 140px;
	text-align: center;
	border-right: solid #fff 1px;
	position: relative;
	display: block;
	/*  IE 5 Hack \*/overflow: hidden;
	font: normal 12px Verdana;
	color: #ffffff;
	text-decoration: none;
}

#nav_ul a:hover {
	color: #001C4E;
	text-decoration: underline;
}

#nav_ul a.nav_active {
	text-decoration: none;
	font: bold 14px Verdana;
}