body {background-color: #282828; 
		 color: black;
		 font-style: normal;
		 font-family: arial;
		 font-size: 12pt;
		 }
			
/* Section to contain all other page elements */	 
.main {background-color:#CCCCCC;
			width: 90%;
			margin-top: 10px;
			margin-bottom: 10px;
			float: left;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			padding-bottom: 10px;
			}

.maingutter {float: left;
						width: 5%;
						}
						
.steptable {border: 0;
					 margin-top: 10px;
					 }
			 
h1 {font-family: arial;
	 color: #000000;
	 font-style: bold;
	 halign: center;
	 }
	 	
h2 {font-family: arial;
	 color: #000000;
	 font-style: bold;
	 halign: left;
	 }
h3 {font-family: arial;
	 color: #000000;
	 font-style: bold;
	 halign: left;
	 }
	  
.navbar {clear:both;
				float:left;
				width:20%;
				}

.content {float: left;
				 width: 80%;
				 }
				 
.navbarcontent {float: left;
							 width: 100%}
							 

.list {background-color: #CCCCCC;
			margin-bottom: 10px;
			font-family: times new roman;
			font-size: 10pt;
			}

.newsgutter {float:left;
						width: 10%;
						}
										 
.news {background-color:#6699CC;
			float:left;
			width:80%;
			margin-bottom:10px;
			padding-top:2px;
			padding-left:10px;
			padding-bottom:10px;
			}
			
.blank {clear:both;
			 }
	
.background {background-color: red;}
		
				

