body {
	color : black;
   background-color: white;
   font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

h1 {
   color: #9bcc0e;
   font: 24px Arial, sans-serif;
   font-weight: bold;
}

h2 {
   color: #ffffff;
   font: 20px Arial, sans-serif;
   font-weight: normal;
}

a:link {color: #f14d0e; text-decoration: none; }
a:active {color: #f14d0e; text-decoration: none; }
a:visited {color: #f14d0e; text-decoration: none; }
a:hover {color: #f14d0e; text-decoration: none; }

#container {
   width: 760px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   font: 14px Times, serif;
   font-weight: normal;
   text-decoration: none;
   text-align: justify;
   background-color: black;
}

#banner {
   padding-top: 44px;
   padding-bottom: 3px;
   font-weight: normal;
   text-decoration: none;
   text-align: center;
   color: #999999;
   border-bottom: 1px solid #666666;
   background-color: #000000;
   background-image: url(header.png);  
   background-repeat: none; 
}

#content {
   padding: 5px;
   margin-left: 12em;
   margin-right: 6.0em;
   margin-bottom: 3.0em;
   margin-top: 3.0em;
   color: #DADADA;
}

#sidebar-a {
   float: left;
   width: ;
   margin: 0;
   margin-right: 10px;
   margin-bottom: 10px;
}

#footer {
   clear: both;
   padding: 0px;
   font-size: x-small;
   font-weight: normal;
   color: #cccccc;
   text-decoration: none;
   text-align: center;
   background-image: url(footer.png);  
   background-repeat: none;
   padding-bottom: 240px;
}
	
.buttonscontainer {
   width: 100px;
   border-right: 1px solid #666666;
   background-color: #333333;
}

.buttons a {
   color: #999999;
   padding: 2px;
   padding-left:5px;
   display: block;
   border-bottom: 1px solid #666666;
   font-size: small;
   font-weight: normal;
   text-decoration: none;
   text-align: left;
}

.buttons a:hover {
   background-color: #DADADA;
   color: #000000;
   text-decoration: none;
}

/* form related styling */
label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
}
fieldset {  
	float: left;  
	clear: both;  
	width: 100%;  
	margin: 0 0 1.5em 0;  
	padding: 0;
	color: #CCCCCC;
	border: 1px solid #333333;  
	background-color: #454545; 
	background-image: url(fieldset_gradient.png);  
	background-repeat: repeat-x; 
}
fieldset ol {  
	padding: 0 1em 0 1em; 
	list-style: none;
}
fieldset li {
	float: left;  
	clear: left;  
	width: 100%;
	padding-bottom: 1em;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding-left: 12em; 
	background-color: transparent; 
	background-image: none; 
}