body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	font-sise: 90%;
	color: #000000;
}
body {
	background-color: #C1CFFF;
	margin-left: 7px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #00248F;
}
a:visited {
	color: #0E54A9;
}
a:active {
	color: #FF8100;
}
h1 {
	font-size: 150%;
	color: #00248F;
}
h2 {
	font-size: 140%;
	color: #00248F;
}
h3 {
	font-size: 130%;
	color: #00248F;
}
h4 {
	font-size: 120%;
	color: #00248F;
}
h5 {
	font-size: 110%;
	color: #00248F;
}
h6 {
	font-size: 100%;
	color: #00248F;
}
#head {
	float: left;
	background-color: #00248f; 
	background: url(../images/slice_header.gif) no-repeat top left;
	height: 85px;
	width: 749px;
	padding-left:14px;
	padding-top:8px;
}
#head img{
	border:0px;
}
#navbar{
	float: left;
	color: #ffffff;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #1c1fbd;
	background: url(../images/slice_nav.gif) top left;
	padding: 2px 5px 3px 7px;
	width: 749px;
	height: 15px;
}
#nav {
	position:absolute;
	left:470px;
	top:83px;
	width:313px;
	height:97px;
	z-index:1;
}
html>body #nav { /*FF displays correctly*/
	top: 73px;
}
*+html>body #nav  { /*IE7 displays correctly*/
	top: 73px;
}
#nav {
	float: clear;
	list-style: none;
}
#nav li {
	float:left;
	padding: 2px 2px 2px 2px;
	text-align: center;
}
#nav a{
	color: #00248F;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}	
#nav a:hover{
	text-decoration:underline;
}
#content{
	float: left;
	background-color: #ffffff;
	padding: 5px 8px 5px 6px;
	background: url(../images/slice_body.gif) top left;
	background-repeat:repeat-y;
	width: 749px;
}
#blockedcontent {
	float:right;
	height:30px;
	width:325px;
}
#footer{
	float: left;
	color: #ffffff;
	background-color: #00248f;
	background: url(../images/sliced_footer.gif) no-repeat bottom left;
	padding: 10px 6px 6px 8px;
	width: 749px;
/*	border-bottom: 1px solid #1c1fbd;
	border-left: 1px solid #1c1fbd;
	border-right: 1px solid #1c1fbd;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%; 
	font-weight:bold;
}
#footer p{
	font-weight:bold;
}
#footer a{
	color: #ffffff;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00248F;
	background-color: #cccccc;
	border: 1px solid #00248F;
	font-weight: bold;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00248F;
	background-color: #cccccc;
	border: 1px solid #00248F;
	font-weight: bold;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00248F;
	background-color: #cccccc;
	border: 1px solid #00248F;
	font-weight: bold;
}