body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#wrapper bullet {
	list-style-image: url(graphics/bullet.png);
	list-style-type: square;
}

#wrapper {
	background-color: #FFFfff;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	clear: both;
	background-color: #ffff99;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	vertical-align: middle;
	white-space: normal;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#title {
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	color: #990000;
	float: left;
	vertical-align: middle;
	height: 60px;
	margin-top: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: 900;
	text-align: center;
	width: 520px;
	background-image: url(graphics/titleback.png);
}
#search {
	float: right;
	height: auto;
	color: #000000;
	font-size: 11px;
	font-style: italic;
	background-image: none;
	padding-top: 5px;
	width: 160px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
}


#sidebar {
	float: left;
	width: 140px;
	clear: none;
	background-image: url(graphics/navbar_back.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-align: left;
	line-height: 18px;
	white-space: normal;
	list-style-type: none;
	height: auto;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#sidebar a {
	text-decoration: none;
}

#mainContent {
	float: none;
	clear: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #990000;
}
H1 {
	font-family: "Comic Sans MS", cursive;
	font-size: xx-large;
	font-weight: bold;
	color: #990000;
}

H2 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	font-weight: bold;
	color: #990000;
}
H3 {
	font-family: "Comic Sans MS", cursive;
	font-size: large;
	font-weight: bold;
	color: #990000;
}
H4 {
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
	font-weight: bold;
	color: #990000;
}
#footer {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #990000;
	font-style: italic;
	border-top-width: thick;
	border-top-style: ridge;
	border-top-color: #990000;
	text-align: center;
}
.bullet {
	list-style-image: url(graphics/bullet.png);
	list-style-type: none;
}
