@charset "UTF-8";
/* CSS Document */

#sidebar {
	height: 650px;
	width: 150px;
	font-size: 12px;
	padding-left: 5px;
	float: left;
	line-height: 1.3em;
}
.underlined {
	text-decoration: underline;
}
a:link {
	color: #F00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #595857;
	font-size: 90%;
}
#container1 {
	width: 1010px;
	text-align: left;
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-left: 0px;
}

#content_container {
	width: 725px;
	margin-left: 25px;
	line-height: 1.5em;
}
.centered {
	text-align: center;
}
.floatright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
#navbar {
	font-size: 12px;
	font-weight: bold;
	padding-left: 40px;
	color: #F00;
	height: 22px;
	padding-top: 3px;
	width: 311px;
	background-image: url(images/navbarBK.jpg);
	background-repeat: no-repeat;
}
.bgimage {
	background-color: #000;
	background-image: url(images/msst_background.jpg);
	background-repeat: no-repeat;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 109%;
	font-weight: bold;
	color: #C93;
}
.gold {
	color: #c93;
	font-size: 109%;
}
.designby {
	font-size: 10px;
	color: C93;
	text-align: center;
}
.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

