
/* Bbasic elements --------------------  */
a { font-weight: 700; text-decoration: underline; color: #56991;}
a:link, a:visited, a:active { text-decoration: none; color: #526991; }
a:hover { text-decoration: strong; color: #ff6063; }
a {text-decoration:none}


html { margin-bottom: 1em; }  /* Keeps the bottom of the content off of the bottom of the page */

body{ 
	font-family: Arial, Verdana, "Bitstream Vera Sans", sans-serif, Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica;
	font-size: 13px;
	line-height: 18px; /* Baseline here at 150%. This is set multiple places. */
	background-color: #fffff; }
/* End basic elements  --------------------  */

table { 
font-family: Arial, Verdana, "Bitstream Vera Sans", sans-serif, Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica;
	font-size: 13px;	  
	}


/* general html declarations  --------------------  */
center {text-align: center;}
em {font-style: italic;}
large {font-size: large;}
strong {font-weight: 700; font-style: normal;}  /* font-weight: 700; is bold */
img {border: 0;}  /* Remove border around linked images */
hide {display: none;}
float-left {float: left; padding: 5px;}
float-right {float: right;}
fieldset {border: 1px solid transparent;}

/* end general html declarations  --------------------  */

/* typography  --------------------  */
ul, ol {margin: 0 1.5em 1.5em;}
h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 9px 0;
	color:#111; 
	clear:both; 
}

/* Total height for each heading has to be a multiple of the baseline (18). */
h1,h2,h3,h4,h5,h6  {font-family: Arial, Corbel, Verdana, "Bitstream Vera Sans", sans-serif, Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica;}
h1 {font-size: 36px; line-height: 36px; margin: 0 -10px 0 0;}
h2 {font-size: 28px; line-height: 36px;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}
h5 {font-size: 10px;}
h6 {font-size: 10px; font-weight: 700;}

}

/* Some handy colors to have available  --------------------  */
#red {color: #a6180e;}	
#blue {color: #28286f;}
/* End handy colors  --------------------  */
/* End typography  --------------------  */

.container {
	position: relative;
	width: 750px; height: 200px;
	margin: 8px auto; height: auto;
	background-color: #ffffff;
	border: solid medium #526991;  
}

.smallfont	 {
			 font-size: 10px;
 }

#divCopyright {
	position: relative;
	top: -8px; left: 300px;
	width: 180px;
	margin: auto;
	font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px; font-weight: 100;
	color: #333;
	text-align: left;
}

