﻿/* CSS layout */
#masthead {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-color: black;
	border-bottom-style: solid;
	background-color: white;
}

#container {
	position: relative;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
}

#navigation {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
	font-weight: bold;
}

#page_content {
	padding: 0 0 0 7px;
	margin-left: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-left-color: #3d6c87;
	border-left-style: solid;
	border-left-width: thin;
	background-color: white;
}

#footer {
	margin-left: 205px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: x-small;
	padding: 0 0 0 7px;
	background-color: white;
}

h1 {
	color: #CC0000;
}
h2 {
	color: black;
}
h3 {
	color: black;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
	
#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
}
	
#navigation a:hover {
	color: #402640;
	text-decoration: none;
}
	
#page_content ul {
	list-style-type: none;
	margin: 10;
	padding: 0;
	font-weight: bold;
	list-style-image: url('images/soccerball2bullet.jpg');
}
#page_content li {
	margin: 0;
	padding: 0;
}
#page_content hr {
    color: black;    
}
#page_content a {
	color: blue;
	text-decoration: underline;
}
	
#page_content a:hover {
	color: #402640;
	text-decoration: underline;
}

