body {
	background-color:#cccccc;
	font-family:Arial,Helvetica,"Sans Serif";
	color:#000000;
	font-size:12px;
	}
	
.border-left {
	background-image:url(images/bg-shadow-left.jpg);
	}
	
.border-right {
	background-image:url(images/bg-shadow-right.jpg);
	}
	
.border-bottom {
	background-image:url(images/border-bottom.jpg);
	}
	
.navigation {
	background-color:#d5d4c0;
	background-image:url(images/bg-navigation.jpg);
	}
	
.nav-sep {
	background-color:#ffffff;
	}
	
.nav-item {
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	padding-left:15px;
	}
	
.nav-item a:link, a:active {
	color:#588baa;
	font-weight:bold;
	text-decoration:none;
	}

.nav-item a:visited {
	color:#588baa;
	font-weight:bold;
	text-decoration:none;
	}
	
.nav-item a:hover {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
	
.sub-nav-item {
	font-size:11px;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:1px;
	padding-left:35px;
	}
	
.sub-nav-item a:link,a:active {
	color:#061c5e;
	font-weight:normal;
	text-decoration:none;
	}

.sub-nav-item a:visited {
	color:#588baa;
	font-weight:normal;
	text-decoration:none;
	}
	
.sub-nav-item a:hover {
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	}
	
.content {
	background-color:#ffffff;
	}
	
.content-wrap {
	padding:15px;
	}
	
h1 {
	font-size:20px;
	text-transform:uppercase;
	color:#061c5e;
	}
	
.small {
	font-size:11px;
	}
	
.top-wrap {
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	}
	
.top-wrap a:link,a:active {
	text-decoration:none;
	font-weight:bold;
	}
	
.top-wrap a:visited {
	text-decoration:none;
	font-weight:bold;
	}
	
.top-wrap a:hover {
	text-decoration:none;
	font-weight:bold;
	}
	
a:link,a:active {
	color:#061c5e;
	font-weight:normal;
	text-decoration:underline;
	}
	
a:visited {
	color:#588baa;
	font-weight:normal;
	text-decoration:underline;
	}
	
a:hover {
	color:#333333;
	font-weight:normal;
	text-decoration:underline;
	}