@charset "UTF-8";
body {
background-color: #e6e6e6

}
a {
	color: maroon;
	text-decoration: none;
	
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: 333333;
	margin: auto;
	width: 750px;
	background-color: #ffffff;
}
.header {
	height: 30px;
	width: 750px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-bottom: 10px;
}
.main {
	width: 730px;
	overflow: visible;
}
#navbar ul li a:active {
	text-decoration: underline;
}
.footer {
	height: 30px;
	width: 730px;
	text-align: left;
	vertical-align: middle;
	font-size: x-small;
	margin: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#navbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 20px;
	padding-bottom: 10px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#navbar ul li a:hover {
	font-weight: normal;
	color: maroon;
}
#flashcontent {
		height: 100%;
	}
.textbox {
	margin: 20px;
	width: 50%;
	vertical-align: middle;
	padding: 15px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: maroon;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: maroon;
}
.columnleft {
	padding: 10px;
	width: 45%;
	overflow: auto;
	border: thin solid #ffffff;
}
.columnright {
	float: right;
	width: 46%;
	padding: 10px;
	top: 70px;
}
#mainTable td {
	/*Pads each table cell in modern browsers*/
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	
 }
  #header {
 	border-bottom: medium solid maroon;
	border-bottom-style: inset;
 }
   #leftcell {
 	
	
 }
