/*****************************************************************
 * Copyright 2000-2009 Scott Instruments & Systems Design, Inc.  *
 *****************************************************************/

/* Start of reset */
html, body, form, fieldset{
	margin:0;
	padding:0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* End of reset */

body{
	background:url(images/GFMFanout.jpg) no-repeat;
	background-position:200px 111px;
	background-color: #C9D9EA;
}

#transparent{
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

#maincontainer{
	width: 1024px; /*Width of main container*/
	margin: 0px; 
}

#header{
	height:111px;
	background: black;
}

#contentwrapper{
	float: left;
	width: 100%;
	overflow: auto;
}

#content{
	margin-left: 200px; /*Set left margin to LeftColumnWidth */
}

#content table{
	margin-top: 250px; 
	margin-left: 125px; 
	border-style:solid;
	border-width:5px;
	border-color:#98bf21;
	background: #E0E0FF;
	color: black;
	padding: 10px;
	width:500px;
}

#sidebar{
	float: left;
	display: inline;
	width: 200px; /*Width of left column*/
	margin-left: -1024px;
	background: #00558E;
	min-height:700;
	height:auto !important;
	height:700px;
}

#sidebar a{
  font-size: 12pt;
  color: white;
  padding-bottom: 4px;
  text-decoration: none;
  outline: none;
 }

#sidebar a:hover {
  color: Yellow;
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	padding: 4px 0;
}

#footer h1{
	font-size: 12pt;
	color: #FFCC33;
	padding: 4px;
	text-decoration: none;
	outline: none;
	text-align:left;
}

#footer a{
  color: white;
}

#footer h2{
	font-size: 12pt;
	color: #FFCC33;
	padding: 4px;
	text-decoration: none;
	outline: none;
	text-align:right;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.logontext{
	font-size: 10pt;
}

.logonentry{
	font-size: 10pt;
}

.ErrorText {
	background-color:red;
	font-size:10pt;
	color:white;
	padding-left:10px;
	padding-right:10px;
	border:2px solid black;
}

