body {
	font-size: 62.5%;/* Set fonts to scale to point sizes using ems */
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #E2EEFB;
}
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: #069;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align:left;
}

h2 {
	font-size: 2em;
	line-height:1.1em;
	font-weight: bold;
	color: #069;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align:left
}
h3 {
	font-size: 1.6em;
	line-height:1.1em;
	font-weight: bold;
	color: #069;
	margin:0px 0px 5px 3px;
	padding: 0px;
	text-align:left;
}
h4 {
	font-size: 1.3em;
	line-height:1.1em;
	font-weight: bold;
	color: #069;
	margin: 0px 0px 5px 3px;
	padding: 0px
}
p {
	font-size: 1.2em;
	line-height:1.2em;
	padding: 0px 0px 7px 3px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
ul {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	list-style: url(../_images/checkbox-image.png);
}	
ul li {
	margin: 0px 0px 7px 27px;
}

ul li ul {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 5px 0px 7px 0px;
	padding: 0px;
	list-style-type:disc;
}

ol {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 5px 0px 7px 0px;
	padding: 0px;
	list-style: outside;
}

ol li {
	margin: 0px 0px 5px 32px;
}
	

/* Sets the style for unvisited links. */
a,  a:link {
	color: #009;
	font-size: 1em;
	text-decoration: underline;
}
/* Sets the style for visited links. */

a:visited {
	color: #009;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #F00;
}
/* 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: 38px 0px 0px 0px;
	font-size: 1.2em;
	line-height: 1.2em;
	float: right;
	color: #EFEFEF;
	width: 260px;
	text-align: right;
	padding: 0px;
	height: 0px;
	border: none;
}

#headerNav a,  a:link a:visited {
	color: #E3E3E3;
	text-decoration: underline;
	text-align: right;
}
#headerNav p {
	text-align: right;
}


#footerNav  {
	text-align: center;
	padding: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin: 0px 0px 10px 0px;
	clear: both;
}
#footer {
}


.clear {
	clear: both;
}

.center {text-align: center;
}

.greyBorder {
	border: 1px solid #999;
}

.round1 {
  -webkit-border-radius: 1ex;
  -moz-border-radius: 1ex;
}

.blueBorder {
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	background-color: #EFEFEF;
	border: 2px solid #E1EDFB;
}

.headerStyle {
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	border: solid 1px #efefef;
	height: 60px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: url(../_request/_images/leadformOneHeader.jpg);
}

.contentStyle {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCC;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	background: url(../_images/30_screen.png);
}

.contentStyle2 {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #CCC;
	-webkit-border-radius: 1ex;
	-moz-border-radius: 1ex;
	background: #F9F9F9;
}

