body {	
						background-color: #1e90ff;
						font-family: sans-serif;
}
#main {
						background-color: #005B9A;
						width: 831px;
						border-style: solid;
						border-width: thin;
						margin-left: auto;
						margin-right: auto;
						margin-top: 15px;
						margin-bottom: 15px;
}
#breadcrumbs {

						position: absolute;
						z-index: 0;
						margin-left: 15px;
						margin-top: 7px;
						text-align: left;
						font-size: 12px;
						font-weight: bold;
						color: yellow;
}
#sidebar {	
						text-align: center;
						background-color: #e6e6e6;
						margin-top: 25px;
						margin-bottom: 0px;
						margin-left: 10px;
						margin-right: 25px;
						padding: 10px;
						width: 225px;
						float: left;
}
#footertable {
						margin-left: 150px;
						margin-right: 150px;
						font-size: 10px;
}
#footerbottom {
						font-weight: bold;
						font-size: 10px;
						text-align: center;
}
h1 {
						text-align: center;
}
p.policy {
						text-align: left;
						margin-left: 15px;
						margin-right: 15px;
}
ul.policy {
						text-align: left;
						margin-left: 25px;
}
.color {					font-weight: bold;
						font-size: 20px;
						color: #FF0000;
}
.center {
						text-align: center;
}
a:link {
						color: yellow;
						font-weight: bold;
						text-decoration: none;
}
a:visited {
						color: yellow;
						font-weight: bold;
						text-decoration: none;
}
a:hover {
						color: white;
						font-weight: bold;
						text-decoration: none;
}