body {
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
	background-color: darkgrey;
	text-align: left;
	}

img {
	border: 0px;
	}

a {
	text-decoration: none;
	color: lightblue;
	}

a:visited {
	text-decoration: none;
	background-color: black;
	color: lightblue;
	}

a:hover {
	text-decoration: underline;
	background-color: black;
	color: red;
	}

object  {
	display: block;
	}


#container {
	border: 1px solid gray;
	margin: 10px;
	padding: 10px;
	color: white;
	background-color: black;
	}

#header {
	padding: 5px;
	margin-bottom: ;
	background-color: black;
	background-image: url(images/Sunrise.jpg);
	background-position: top, left;
	background-repeat: no-repeat;
	margin: 0px;
	}

#side-right {
	float: right;
	width: 250px;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	background-color: rgb(80, 80, 80);
	}

#side-rightRight {
	float: right;
	text-align: right;
	width: 300px;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	background-color: rgb(80, 80, 80);
	}

#footer {
	text-align: right;
	clear: both;
	margin-top: ;
	background-color: black;
	}

#main {
	padding: 5px;
	margin-left: ;
	margin-right: ;
	background-color: rgb(0, 0, 0);
	}

#main h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: rgb(255, 255, 255);
	}

#main h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: rgb(255, 255, 255);
	}

#main h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 110%;
	color: rgb(255, 255, 255);
	}
	
#main h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	color: rgb(255, 255, 255);
	}

#main div {
	padding-left:12px;
	padding-right:12px;
	}

#main ul li {
	list-style-type: circle;
	}

#side-left {
	float: left;
	width: 150px;
	margin: 1em;
	background-color: black;
	}

.button {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.button a {padding: 4px;
text-decoration: none;
display: block;
color: #426079;
background-color: #95a9c2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;}

.button a:hover {
background-color: #95a9c2;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;}

.button1 {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.button1 a {padding: 4px;
text-decoration: none;
display: block;
color: #224059;
background-color: #b5c9e2;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;}

.button1 a:hover {background-color: #99aabb;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;}

.button2 {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.button2 a {padding: 4px;
background-color: #fdcb89;
font-weight: bold;
text-decoration: none;
color: #594730;
border-top: 2px #ffe5c3 solid;
border-left: 2px #ffe5c3 solid;
border-bottom: 2px #7f6645 solid;
border-right: 2px #7f6645 solid;
display: block;}

.button2 a:hover {border-top: 2px #7f6645 solid;
border-left: 2px #7f6645 solid;
border-bottom: 2px #ffe5c3 solid;
border-right: 2px #ffe5c3 solid;
background-color: #bf9967;}

.button3 {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.button3 a {padding: 4px;
background-color: #d4eeaf;
font-weight: bold;
text-decoration: none;
color: #4f5942;
border-top: 2px #edf8de solid;
border-left: 2px #edf8de solid;
border-bottom: 2px #727f5e solid;
border-right: 2px #727f5e solid;
display: block;}

.button3 a:hover {border-top: 2px #727f5e solid;
border-left: 2px #727f5e solid;
border-bottom: 2px #edf8de solid;
border-right: 2px #edf8de solid;
background-color: #abbf8e;}

.button4 {font-weight: bold;
text-align: center;
margin-bottom: 3px;
margin-top: 3px;}

.button4 a {padding: 4px;
background-color: #fee8af;
font-weight: bold;
text-decoration: none;
color: #59513d;
border-top: 2px #fff8e6 solid;
border-left: 2px #fff8e6 solid;
border-bottom: 2px #7f7458 solid;
border-right: 2px #7f7458 solid;
display: block;}

.button4 a:hover {border-top: 2px #7f7458 solid;
border-left: 2px #7f7458 solid;
border-bottom: 2px #fff8e6 solid;
border-right: 2px #fff8e6 solid;
background-color: #bfaf84;}


#BigBold {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: rgb(255, 255, 255);
	}

#SmallItalic {
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 80%;
	color: rgb(255, 255, 255);
	}

#SmallItalicRight {
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 80%;
	text-align: right;
	color: rgb(255, 255, 255);
	}


#Date {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: rgb(255, 255, 255);
	}

#OldDate {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: rgb(80, 80, 80);
	}



