/*

Total time spent on website design and maintenance: 3:00 hrs
background-color: #e1e7e7
*/

body {
	background: url(../images/bluedot1.jpg);
	font-size: small;
	font-family: sans-serif;
	color: black;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	font-family: serif;
}

h2 {
	color: #004400;
	font-size: large;
	font-family:serif;
	text-align: center;
}

h3 {
	color: #000000;
	font-size: medium;
	text-decoration: none;
}

#title {
	text-align:center;
}

#sidebar {
	font-weight: bold;
	width: 250px;
	float: left;
	line-height: 1.6em;
}

#sidebar ul {
	border: 2px solid black;
	list-style: none;
	margin: 0px 5px 5px 5px;
	padding: 5px;
}

/*#navigation a {
	width:140px;
	height:35px;
	background: url(../images/button.jpg);
}*/

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#maincontent {
	margin-left: 250px;
	border: 1px solid black;
	padding: 5px;
}

#homelink {
	border:none;
}

.image {
	text-align: center;
}

span.urgent {
font-size: x-large;
color: ff0000;
font-weight: bold;
}