html {
	height: 100%;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #024a86;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	height: 100%;
}

#box {
	padding: 0px;
	border: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 990px;
	height: 600px;
	margin-left: -495px;
	margin-top: -300px;
}

#left {
	width: 334px;
	height: 436px;
	float: left;
}

#centerBox {
	width: 322px;
	float: left;
	margin-top: 130px;
}

#right {
	width: 334px;
	height: 436px;
	float: left;
}

#title {
	width: 320px;
	margin-left: 1px;
	margin-bottom: 20px;
}

#nav {
	position: relative;
	width: 150px;
	border-style: dotted;
	border-color: #FF6100;
	border-width: 1px;
	margin: 0;
	padding: 0;
	margin: auto;
}

#nav ul {
	padding: 10px;
	margin: 0px;
	}

#nav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}
	
#nav a,a:link,a:visited,a:active,a:focus {
	color: #FFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	display: block;
	outline: 0;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	}
	
#nav a:hover {
	color: #ff6300;
	}

#nav a.nav_on {
	color: #ff6300; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	text-decoration: none;
	display: block;
	outline: 0;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	}



/*Links*/
#bottomlinks {
	clear: both;
	width: 700px;
	margin-top: 50px;
	margin-left: 145px;
}

.linkbox {
	width: 133px;
	height: 138px;
	float: left;
	border-style: dotted;
	border-color: #FF6100;
	border-width: 1px;
	margin-right: 5px;
	display: inline;
	color: #FFFFFF;
}

.linkbox p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}