@charset "utf-8";

body {
	/* background:#E7E7E7;  /* #d29f76 #007fc4 #E7E7E7 outside border (background colour of web page) */
	background-image:url(BackgroundGreen.jpg),url(BackgroundGreen2.jpg);
	background-repeat:no-repeat, repeat-y;
	background-color:#000000; /*This sets the background color to black and stops white flash in crome */
	
}


#container1 {
	
    width:95%;
	margin: 0 auto 10px;
	/*border:1px solid #6B0B0B; 
	border-radius:10px 10px 10px 10px; 	
	background: #A52121; */
	color: #FFF;
}


#container2 {
	width:95%;
	min-width:420px;
	max-width:1600px;
	margin: 0 auto;
	border:2px solid #06F;
	border-radius:10px 10px 10px 10px;
	padding-left: 2%; 
	padding-right: 2%; 
	padding-top: 3px;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}



	
#menu {
	height: 80px;
	/*background: #000; */
	font-family: Arial, Verdana;
	color:#FFF;
	border-radius:0px 0px 10px 10px;  /*TopR TopL BottomL BottomR*/
}


ul {
    font-family: Arial, Verdana; /* main menu */
    font-size: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    display: block;
    position: relative;
    float: left;
}

li ul {
    display: none;
}

ul li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    padding: 5px 8px 5px 8px; /* Padding arround button text */
    /* background: #000; menu bar, comment out for transparent */
	margin-top: 0px;
    margin-left: 25px;   /* margin to left of menu buttons */
    white-space: nowrap;
}

ul li a:hover {
    background: #009; /* selected menu background  */
}
li:hover ul {
    display: block;
    position: absolute;
}
li:hover li {
    float: none;
    font-size: 11px;
}

li:hover a { 
    background: #009; * drop down menu background
}

li:hover li a:hover {
    background: #009; * selected menu item
}

#left_column {
	float:left;
	width: 35%;
	margin: 0px 10px;
	padding: 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	
}

#right_column {
	float:left;
	width: 60%;
	padding: 20px 10px; 
	font-family: Arial, Helvetica, sans-serif;
	clear:right;
}

#footer {
	background: #EEE;
	color:#000;
	height:22px;
	padding:2px;
	margin:0px;
	border-radius:0px 0px 6px 6px;  /*TopR TopL BottomL BottomR*/
	font-family:"Times New Roman", Times, serif;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /*  forces the .container to understand where the columns end and contain them */
	overflow:hidden; /*remove white space below footer */
}


#container2 h1 {
	font-family: Times New Roman, Times, serif;
}

#container2 h2 {
	font-family: Times New Roman, Times, serif;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	
}

table, th, td {
  border: 0px solid black;
  border-collapse: collapse;
}


img {
	display: block;
	/*width: 95%;*/
	height: auto;
	/*border:solid;*/
	border-width:thin;
}
