p {
	font-size: 14px;
	font-style: normal;
	color: #003366;
}

body {
	background: #CCCCCC;
}

#wrapper {
width:800px;
position:absolute;
left:50%;
top:0;
margin-left:-400px;
}


body * {
font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #000000;
}
a:active {
	color: #003366;
}

.nav-bold {
	font-size: 12px;
	font-weight: bold;
}

#topnavigation {
	padding-left:20px; 
	font-size: 12px;
	font-weight: bold;
	background-image:url(images/tableheader.gif);
	background-repeat:no-repeat;
	background-color:#ed9c14;
}

#titleposition {
	padding-top:10px;
	width:450px;
	margin-left:65px;
	text-align:center;
}

#content {
	width:770px;
	margin-left:15px;
	margin-right:15px;
}

#navigation {
	width:800px;
	height:30px;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	margin-top:10px;
}

.title{
font-size:24px;
font-weight:bold;
}
.subtitle{
font-size:16px;
font-weight:bold;
}

.float-l {
float:left;
padding:14px;
}

.float-r {
float:right;
padding:10px;
}

.footer {font-size: 10px; font-weight: bold; color: #000099; }