/****************************************************************
   																|
      DESCRIPTION: Styles the html elements						|
   																|
 ****************************************************************/

html {
  height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 170%;
	color: #333333;
	background-color:#003366;
	font-family:  arial, verdana,  sans-serif;
	font-size: 0.8em;
	font-weight: 400;
/*	background-image: url(../images/backgrounds/page_bg.jpg);*/
	background-repeat: repeat-x;
}

/* Aligns tables with headings */
table {
  margin-left: 10px;}
/*
h1 {   
  clear: both;
  font: 700 2.5em "trebuchet ms", serif;
  color:#006699;
}
*/
h1 {
  font: 400 1.5em "trebuchet ms", serif;
  color:#006699;
}
h2 {
  font: 400 1.5em "trebuchet ms", serif;
  color:#006699;
}

h2 a {
  color:#006699;
}

h2 a:hover {
  color:#006699;
}

h3 {
  font: 700 1.3em "trebuchet ms", serif;
  color:#006699;
}

h4 {
  font: 700 1.2em "trebuchet ms", serif;
  color:#006699;
}

h5 {
  font: 700 1.1em "trebuchet ms", serif;
  color:#006699;
}

h6 {
  font: 700 1em "trebuchet ms", serif;
  color:#006699;
}


h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 15px;
}

a {
  color: #006699;
}

a:hover {
  color: #0066CC;
}

b {
  color:#006699;
}


ul {
  list-style-image: url(../images/bullets/bullet.gif);
}


acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
}

dt {
  font-weight: bold;
  }

dd {
  margin-left: 0;
  padding-left: 45px; 
}

.style5 {
	font-size: 14px;
	font-weight: bold;
}
.style7 {
	font-size: 18px;
	color: #3399FF;
	font-weight: bold;
}
.style12 {font-size: medium}
.style13 {color: #3399FF}

.style100 {
    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
-->
</style>


/**************************************************************
   Form styles
 **************************************************************/

label {
  display: block;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em  arial, verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

legend { color:#006699;}

fieldset {
	border-color: #CCCCCC;

}



/************************************************************************************
   Blockquote to style important text and messages, various icons for different uses
 ************************************************************************************/

blockquote {
	margin: 10px 15px;
	padding-left: 27px;
	background-color: #F7F7EF;
	background-image: url(../images/icons/information.gif);
	background-repeat: no-repeat;
	background-position: 5px 10%;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #EFEBDE;	
}

blockquote.email {
  background-image: url(../images/icons/email.gif);
}

blockquote.award {
  background-image: url(../images/icons/award.gif);
}

blockquote.calendar {
  background-image: url(../images/icons/calendar.gif);
}

blockquote.warning {
  background-image: url(../images/icons/warning.gif);
}

blockquote.accept {
  background-image: url(../images/icons/accept.gif);
}


/**************************************************************
   Image styles
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border:  #003366;
}



