body {	
	text-align: center;
	background-color: #273865;
	color: #021458;
	font-family: arial;
	font-size: 14px;	
	/*background-color: #313952;*/	
	/*background-color: #B8D5F5;*/
}

h1 {
	font-size: 30px;
	font-family: arial;
	margin: 0px;
	color: #D3E7FC;
}

h2 {
	font-size: 18px;
	font-family: arial;
	text-align: center;
	padding: 0px
	line-height: 18px;
	margin: 0px
}

td {
	border-left: 1px solid #021458;
	border-right: 1px solid #021458;
	border-bottom: 2px solid #021458;
	border-top: 5px solid #021458;
	padding: 5px;
}

table {
	width: 95%;
	margin: 10px;
	font-family: arial;
	font-size: 14px;
	text-align: justify;
}

div p, div dl, div dd{
	margin-left: 20px;
}


#all {
	position: relative;
	margin: auto;
	height: 550px;
	width: 750px;
	text-align: left;
}

#logo {
	position: absolute;
	height: 50px;
	width: 580px;
	top: 10px;
	left: 100px;
	text-align: center;
	overflow: visible;
}

#links {
	position: absolute;
	height: 35px;
	width: 580px;
	top: 45px;
	left: 100px;
	text-align: center;
}

#links2 {
	position: absolute;
	height: 35px;
	width: 580px;
	top: 540px;
	left: 300px;
	text-align: center;
}


#links a:link {
	font-size: 16px;
	font-family: arial;
	color: #9BBDE2;
	text-decoration: none;
	font-weight: bolder;
	margin: 10px;
	
}

#links a:active {
	font-size: 16px;
	font-family: arial;
	color: #9BBDE2;
	text-decoration: none;
	font-weight: bolder;
	margin: 10px;
}

#links a:visited {
	font-size: 16px;
	font-family: arial;
	color: #9BBDE2;
	text-decoration: none;
	font-weight: bolder;
	margin: 10px;
}

#links a:hover {
	font-size: 16px;
	font-family: arial;
	color: #D3E7FC;
	text-decoration: underline;
	font-weight: bold;
	margin: 10px;
}
#links2 a:link {
	font-size: 16px;
	font-family: arial;
	color: #9BBDE2;
	text-decoration: none;
	font-weight: bolder;
	margin: 10px;
	
}

#links2 a:active {
	font-size: 16px;
	font-family: arial;
	color: #9BBDE2;
	text-decoration: none;
	font-weight: bolder;
	margin: 10px;
}

#links2 a:visited {
	font-size: 16px;
	font-family: arial;
	color: #9BBDE2;
	text-decoration: none;
	font-weight: bolder;
	margin: 10px;
}

#links2 a:hover {
	font-size: 16px;
	font-family: arial;
	color: #D3E7FC;
	text-decoration: underline;
	font-weight: bold;
	margin: 10px;
}
#topleft {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 20px;
	left: 0px;
	background-color: #B8D5F5;
	border: 2px solid #D3E7FC;/*#9BBDE2;*/
}

#topright {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 20px;
	left: 50px;
	background-color: #1C2A59;
	border: 2px solid #9BBDE2;
}

#topdown {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 70px;
	left: 0px;
	background-color: #1C2A59;
	border: 2px solid #9BBDE2;
}

#main {
	position: absolute;
	height: 430px;
	width: 630px;
	top: 70px;
	left: 50px;
	background-color: #D3E3F4;
	border: 3px solid #021458;
	overflow: auto;
	/*border: 3px solid #1C2A59;*/
}

#bottomleft {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 510px;
	left: 640px;
	background-color: #9BBDE2;
	border: 2px solid #D3E7FC;
}

#bottomright {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 510px;
	left: 690px;
	background-color: #1C2A59;
	border: 2px solid #9BBDE2;
}

#bottomup {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 460px;
	left: 690px;
	background-color: #9BBDE2;
	border: 2px solid #D3E7FC;
}

