@charset "utf-8";
/* CSS Document */



/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #ffffff;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

.innerpara {
	text-align:justify;
	padding: 0px 0px 0px 0px;
	margin:10px;

}

.style14 {font-size: x-small; color: #CC0000;}
.style1 {color: #CC0000}
.style4 {color: #ffffff; }
.style7 {color: #FFFFFF; font-weight: bold; }
.style9 {color: #ffffff; font-weight: bold; }


h1 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-transform:uppercase;

}
h2 {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-transform:uppercase;
}

h3 {
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
	color:#333333	
	}

img {
	border-color:#333333;
	}

a,  a:link {
  color: #CC0000;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration: none;
}
a:visited {
  color: #CC0000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}


a,  a.topnav:link {
  color: #ffffff;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration: none;
}

a.topnav:visited {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.topnav:hover {
  color: #000;
  text-decoration: none;
}
a.topnav:focus {
  color: #000;
}
a.topnav:active {
  color: #000;
}


a,  a.blue:link {
  color: #0033CC;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration: none;
}

a.blue:visited {
  color: #0033CC;
  font-weight: bold;
  text-decoration: none;
}
a.blue:hover {
  color: #000;
  text-decoration: none;
}
a.blue:focus {
  color: #000;
}


.fright {
		float:right;
		padding: 0px 0px 5px 20px;
		}
.fleft {
		float:left;
		padding: 0px 20px 5px 0px;
		}


#outerWrapper {

	margin: 0 auto 0 auto;
	padding: 0px 0px 8px 0px;
	text-align: center;
	width: 70em;

}
#outerWrapper #header {

	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 15px 10px 10px 10px;
	text-align:left;
}
#outerWrapper #topNavigation {
	background-image:url(../images/yellowbackground.png);
	background-repeat:no-repeat;
	height: 45px;
	text-align:center;
	padding: 11px 10px 10px 10px;
}
#outerWrapper #contentWrapper #rightColumn1 {

	float: right;
	width: 14em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {

	background-image:url(../images/leftnavigation.png);
	background-repeat:no-repeat;
	float: left;
	width: 12em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	text-align:center;
	
}
#outerWrapper #contentWrapper #content {
	padding: 10px;
	text-align:left;
	margin: 0;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {

	border-top:groove;
	color:#000000;
	text-align:right;
	padding: 10px 10px 10px 10px;
}



body {
	background-color: #ffffff;
	background-image: none;
	border-color: #000;
	color: #333333;
}


[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 16em;
}
#outerWrapper #contentWrapper #rightColumn1 {
	width: 14em;
}

<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}

<![endif]

