@charset "UTF-8";
body  {
	font-size:85%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bk.jpg);
	background-repeat: repeat;
}
 #container {
	width: 745px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(images/contentareabk.gif);
	background-repeat: repeat-y;
} 
 #masthead {
	background-image: url(images/quantummasthead.jpg);
	height: 228px;
	width: 745px;
} 
 #masthead h1 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #f9f383;
	text-align: center;
	top: -50px;
	position: absolute;
}

 #nav {
	float: left;
	width: 170px;
	background: #c20000;
	padding-top:15px;
	padding-left:5px;
	font-weight: bold;
	color: #FFFFFF;
}
#nav ul{
	margin: 0px;
	line-height: 175%;
	display: block;
}
#nav li{
	list-style-type: none;
}
#nav a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color: #F9C611;
	text-decoration: none;
}
 #MainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 185px;
	line-height: 175%;
} 
#MainContent a{
	color: #373F99;
	text-decoration: underline;
	font-weight: bold;
}
#MainContent a:hover{
	color: #C20000;
}
#MainContent li{
list-style-image: url(images/bullet.png);
}
 #footer {
	background-image: url(images/footer.gif);
	height: 81px;
	width: 745px;
	background-repeat: no-repeat;
	
} 
#footer p{
	color: #FFFFFF;
	font-size: 75%;
	font-weight: bold;
	padding-left: 25px;
	padding-top:35px;
	}
h1 {
	color: #EFBC0D;
	letter-spacing: 1px;
	font-size: 135%;
}
h2 {
	font-size: 110%;
	color: #C20000;
}
h3 {
	font-size: 100%;
	color: #373F99;
	}
h3 a{
	font-size: 75%;
	color: #EFBC0D;
	font-weight: bold;
}
.Rfloat {
	float: right;
	margin-left: 8px;
}
.Lfloat {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.remarkable {
	font-style: italic;
	font-weight: bold;
	color: #373F99;
	letter-spacing: 1px;
}
.yellownumbers {
	font-size: 120%;
	font-weight: bold;
	color: #F0BE0E;
	padding-right: 5px;
}
.pictureframes {
	border: 3px double #CCCCCC;
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}
