@charset "UTF-8";
body  {
	background: #ffffff;
	margin: 0;
	padding: 10px 0 10px 20px;
	text-align: left;
	color: #333333;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2 em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	}

h1 {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
	color: #333;
	line-height: 1.3em;
	padding: 0px 0px 1em 0px;
	letter-spacing: 0.03em;
	}
	
h2 {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	}	
a {
	color: #037683;
	font-style:normal;
	text-decoration:none;
	}
	
a:active,a:hover {
	color: #975e3e;
	text-decoration:underline;
	}
	
ul {
	padding: 0 0 0 15px;
	list-style-type: square;
	}

li{
	padding: 0 0 8px 0;
	}

hr {
  border: 1px solid;
  clear: both; 
  color: #d3d3d3;
  margin: 10px 0px 4em 0px"
	}

clear {
	clear:both;
	}

.container { 
	width: 100%;
	background: #ffffff;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: center;
	}

.header-content { 
	position: relative; 
	}

 
.logo {
	margin: 1em 2em 1em 0px;
	}

.header-text { 
	float: left;
	width: 300px;
	font-size: 1.1em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1.25em 0px 5px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}

.nav { 
	font-size: .9em;
	}

/*.img_main {
	float:left;
	width: 20%;
	padding: 1em 0 0 0;
	}
	
	OBSOLETE */
	
			
.form-group {
	margin-bottom: 2em;
	}

.bottom_link {
   position:absolute;
   bottom:0;
   left:0;
   float:left; 
   height:74px;
   margin: 0px 20% 0 20px;
   font-size: .75em;
   letter-spacing: 2px;
	}

.header { 
	position: relative; 
	background: #ffffff; 
	padding: 10px 0px 10px 20px; 
	width-max: 400px;
	} 

.header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: .5em; 
	}
	
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 0px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	}
	
.mainContent { 
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 3em 20px ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

.footer {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
	
.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;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
.wrap {
    float:right;
    width:76%;
	padding:0 1em 0 .75em;
	}

.wrap_90 {
    float:left;
    width:90%;
	}

.h1 { 
	font-size: .5em; 
	}

.footer-text {
	font-size: .85em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	}

.topbox {
height: 50px;
width:  100%;
border: 1px solid #000; /*Add 1px solid border, use any color you want*/
background-color: #000; /*Add a background color to the box*/
text-align:center; /*Align the text to the center*/
}
