/* HTML TAGS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background: #00405b;
}

p {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify
}

a, a:link, a:visited {
	color: #222;
	text-decoration: underline;
}

a:hover, a:active, a:focus{
	color: #555;
	text-decoration: underline;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	text-align: left;
	color: #A01418;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 20px;
}



/* CUSTOM STYLES */

.container {
	border: 1px solid #000000;
	display: block;
	width: 763px;
	background: #fff;
}

a.menu1, a.menu1:hover, a.menu1:active, a.menu1:focus, a.menu1:link, a.menu1:visited {
	color: #4B7174;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.menu2, a.menu2:hover, a.menu2:active, a.menu2:focus, a.menu2:link, a.menu2:visited {
	color: #D3D3C9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	color: white;
	text-align: center;
		
}

a.footer, a.footer:visited, a.footer:active {
	color: white;
	text-decoration: none;
	font-weight:bold;
}
a.footer:hover {
	text-decoration: underline;
}


.list {
list-style-image: url('images/bullet.gif');
color: #7ea7ab;
line-height: 150%;
text-align: left;
}

.rule {
	margin-top: 10px;
	 margin-bottom: 10px; 
	border-bottom: #cac8bb 1px solid
}
.tagline {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 3px; 
	margin-bottom: 7px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
	text-align: right;
}




.spaw_header {
	color: #A01418;
	font-weight: bold;
	font-size: 18px;
}

.spaw_subheader {
	color: #5A868B;
	font-weight: bold;
	font-size: 14px;
}
