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

div.wrapper {
	margin: 2em auto 0 auto;
	width:980px;
	padding: 0 1px;
	overflow: auto;
}

img{
  	border-style: none;
}

.main_container{
	color:#00CC00
	background-color:#8A8A8A;
	background: rgba(0, 0, 0, 0.6);
	width:980px;
	overflow:auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	margin: 5px , 0px;
}

.main_container a:link, #footer a:visited {
	color:#006600
}

.body_text{
	font-family:Arial, Helvetica, sans-serif, Courier, monospace;
	font-size:medium;
	padding: 0px 5px;
}

.table_text{
	font-family:Arial, Helvetica, sans-serif, Courier, monospace;
	text-transform:uppercase
	font-size:medium;
	padding: 0px 5px;
}

.h1{
	font-family:Arial, Helvetica, sans-serif, Courier, monospace;
	font-size:x-large;
	color:#009900;
}

.body_right{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display:inline;
	float:right;
	width:32%;
	height:100%;
	border: 1px solid #CCCCCC;
}

.body_left{
  	margin-top: 5px;
  	margin-left: 5px;
  	margin-bottom:5px;
  	height:100%;
	display:inline;
	float:left;
	width:65%;
	border: 1px solid #CCCCCC;

}

.terms{
	font-size:x-small;
	color:#CCCCCC;
}

/* FOOTER -------------------------------------------------- */

#footer{
	color: #666666; /* Sets the text colour of the footer */
	margin-top: 5px; /* Adds 5 pixels of space above the footer */
	margin-right: 5px; /* Adds 10 pixels of space to the right of the footer */
	margin-bottom: 5px; /* Adds 5 pixels of space below the footer */
	margin-left: 5px; /* Adds 5 pixels of space to the left of the footer */
	font-size:75%;
	width:99%;
	border:solid 1px;
	background-color:8A8A8A;
	background: rgba(0, 0, 0, 0.6);
}


#footer ul {
  	text-align: center;  /* Centers all the text in the footer div */
  	margin: 5px 0px; /* Adds 5 pixels of space above and below the footer list, and 0 pixels of space to the right and left of the list */
	}

#footer li {
	display: inline;  /* Changes the list items from block to inline elements */
	}

#footer a:link, #footer a:visited {
	margin: 5px; /* Adds 5 pixels of space all around the links to give them breathing room within the footer */
	font-size: 100%; /* Sets the font size to 80% of the user's browser preference, */
	color: #666666; /* Sets the text colour of the links */
}
	
#footer a:hover, #footer a:active {
	color: #686B3F; /* Sets the text colour */
	background: #ECECEC; /* Sets the background colour */
	text-decoration: none; /* Removes the underlines from links */
}
