html,body {
	background-color: #313131;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;
}

h1 {
	margin: 0%;
	color: #000066;
	font: 14pt AppleGothic;
}
h5 {
	margin: 0%;
	color: #000066;
	font: 14pt AppleGothic;
	text-align:center;
}
div.left {
	background: #EEEEEE;
	height: 500px;
	width: 100px;
	border: medium solid #EEEEEE;
}
h2 {
	text-align: left;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #880000;
	font-size: 14px;
}
div.update {
	background: #D6D6D6;
	margin: 0px;
	height: auto;
	width: 460px;
	border: thick double #00006B;
	padding: 10px;
}
p2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #313131;
	font-size: 14px;
}

acronym {
	cursor: help;
}

pre {
	margin: 0%;
}

div.upperleft {
	width: 520px;
	margin-left: auto;
	margin-right: auto;

	background-color: #D6D6D6;
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
}

div.upperright {
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {

	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3% 3% 3% 3%;
}

div.header {
	width: 520px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.header h1 {
	font-size:24px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:right;
	padding-right:5px;
}

div.nav {
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	text-align:left;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#FFF7E7;
	text-decoration:none;
	margin-right:10px;
	border-top:3px solid #333333;
}

.nav a:hover {
	border-top:3px solid #FFFFFF;
}

div.footer {
	text-align:center;
	width:480px;
	height:23px;
	margin-left:auto;
	margin-right:auto;
	background-color: #AAAAAA;
	border: thick outset #313131;
}
div.p2 {
	text-align:left;
	width:480px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #BABABA;
	border: thick outset #313131;
}
	

