body {
	font-size: 62.5%;/* Set fonts to scale to point sizes using ems */
	font-family: Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #e7e7e7 url(../_images/rainbowBack.jpg);
}
h1 {
	font-weight: bold;
	font-size:2.6em; /* Set fonts to scale to point sizes using ems, this font set at 20px*/
	line-height:1.2em;
	color: #600;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	text-align:left;
}

h2 {
	font-size: 2em;
	line-height:1.2em;
	font-weight: bold;
	color: #600;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align:left
}
h3 {
	font-size: 1.6em;
	line-height:1.2em;
	font-weight: bold;
	color: #600;
	margin:0px;
	padding: 2px;
	text-align:left;
}
h4 {
	font-size: 1.3em;
	line-height:1.2em;
	font-weight: bold;
	color: #600;
	margin: 0px;
	padding: 4px;
	text-align:left
}
p {
	font-size: 1.3em;
	line-height:1.2em;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 5px 5px;
	text-align: left;
}
ul {
	font-size: 1.3em;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	list-style-type:disc;
}
ul li {
	margin: 0px 0px 3px 30px;
}

ol {
	font-size: 1.3em;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	list-style: outside;
}

ol li {
	margin: 0px 0px 3px 35px;
}
	

/* Sets the style for unvisited links. */
a,  a:link {
	color: #00C;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #00C;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #900;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #F00;	
}

#headerNav {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 1.1em;
	line-height: 1.1em;
	float: right;
	width: 315px;
	text-align: right;
}

#headerNav a,  a:link a:visited {
	font-size: 1.2em;
	line-height: 1.2em;
	text-decoration: underline;
	text-align: right;
}
#headerNav p {
	text-align: right;
}


.blueBorder {
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	background-color: #EFEFEF;
	border: 2px solid #E1EDFB;
}
.clear {
	clear: both;
}
.round {
  -webkit-border-radius: 1ex;
  -moz-border-radius: 1ex;
}
.contentStyle {
	padding: 5px;
	border: 2px solid #E1EDFB;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	background-color: #F9F9F9;
	margin: 0px 0px 10px 0px;
}
.contentStyle2 {
	padding: 5px;
	border: 2px solid #E1EDFB;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	background-color: #F9F9F9;
	margin: 10px 0px 0px 0px;
}
.headerStyle {
	padding: 10px;
	border: 2px solid #E1EDFB;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	background-color: #F9F9F9;
	margin: 10px 0px 0px 0px;
}
.headerStyle2 {
	padding: 10px;
	border: 2px solid #CCC;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	background-color: #F9F9F9;
	margin: 0px 0px 10px 0px;
	height: 60px;
}
.footer {
	border-top:solid 2px #E2EEFB;
	padding-top: 10px;
	text-align: center;
}
#footer p {
	text-align: center;
}
.center {
	text-align: center;
}
