body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff; background-image:url(images_web/gradient.jpg); background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align: center; /* need this to center box w/ IE; part 1*/
	color: #000000;	}             
#container { 
	width: 80%; 
	background: #ffffff;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {background:#FFFFFF height: 108px;
 	background-image: url(images/images_web/mylogo3.jpg);
	background-repeat:no-repeat;}
	
.header {margin-top: 25px; text-align: center; margin-bottom:50px;}  
#sidebar {
	float: left; 
	width: 12em; /* since this element is floated, a width must be given */
	
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#content {	padding: 0 40px; /* first # is top and bottom, second # is right and left sides */
	background: #FFFFFF;}

#container a:link {color: #0000FF; text-decoration: underline;}
#content a:hover {color: #ff0000; text-decoration: underline;}
#container a:visited {color: #0000FF; text-decoration: underline;}

#content img  {border:0;} /*effects content imgs only, even if they are links*/
#container img {border:0;}
h1, h2, h3, h4, h5, h6 {text-align: left; color: #000000;}
h1 {font-size: 1.3em;}
h2 { font-size: 1.0em; }
p {	font-size: 1em;
	text-align:left;} 

.noborder {border: 0; padding:0; text-align:left;}

.tableform {width: 85%; border: 0; padding:0; margin-top:25px; margin-left:25px;}		

#footer {
	position: absolute;
	bottom: 0px;
	right: 10px;
	height:60px;
	width: 100%;}
	
#nav {
	padding: 1px 0 1px 0;
	font-weight: bold;
	font-color: #ff0000;
	text-align: center;
	margin-top: 100px;} 

#nav a:link, a:visited, a:active {text-decoration: none; color: #ff0000;}

#nav a:hover {	color: #ff0000;	text-decoration: underline;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}