<style type="text/css" media="all">

/* 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;
}
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 0px 5px 0px;
	background: #663;
}
h1 {
	font-weight: bold;
	font-size:2em; /* Set fonts to scale to point sizes using ems, this font set at 20px*/
	line-height:1.em;
	color: #600;
	margin: 0px;
	padding: 2px;
	text-align:left;
	line-height: 1.2em;
}

h2 {
	font-size: 1.6em;
	line-height:1.2em;
	font-weight: bold;
	color: #600;
	margin:0px;
	padding: 2px;
	text-align:left
}
h3 {
	font-size: 1.3em;
	line-height:1.2em;
	font-weight: bold;
	color: #600;
	margin:0px;
	padding: 2px;
	text-align:left
}
h4 {
	font-size: 1.2em;
	line-height:1.2em;
	font-weight: bold;
	color: #600;
	margin: 0px;
	padding: 2px;
	text-align:left
}
p {
	font-size: 1.1em;
	line-height:1.2em;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	
}
ul {
	font-size: 1.1em;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: url(../_images/bullet_ball-gold.png);
	
}
ul li {
	margin: 0px 0px 5px 0px;
}

ul li ul li {
	font-size: 0.95em;
	margin: 5px 0px 0px 0px;
	list-style: circle;
}

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

ol li {
	margin: 0px 0px 0px 20px;
}

/* Sets the style for unvisited links. */
a,  a:link {
	color: #00C;
	font-weight: normal;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
	color: #00C;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #F60;
}
/* 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;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */


<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */


</style>
[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 #rightColumn1 { width: 220px;
}
</style>
<![endif]
[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content { zoom: 1;
}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css"> 
img, div { behavior: url("2ColumnFixedRightSidebarFullWidthHeader_images/iepngfix.htc");
}
</style>
<![endif].contentStyle {
	border: 1px solid #F93;
}
#headerImage {
}
#header {
	border: 1px solid #F93;
	height: 70px;
	margin: 0px 0px 2px 0px;
	padding: 10px;
	background: url(../_images/hp_header.jpg);
}
#headline {
	margin: 0px 0px 10px 0px;
	text-indent: -900px;
}
#tagline {
	text-indent: -900px;
}
#headerLeft {
	margin: 0px 0px 0px;
	float: left;
	width: 500px;
}

#headerNav {
	margin: 0px 0px 15px 0px;
	float: right;
	color: #600;
	width: 360px;
	text-align: right;
	padding: 0px 5px;
	height: 0px;
	clear: left;
}

#headerNav a,  a:link a:visited {
	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;
}

.contentStyle {
	padding: 05px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #F93;
}

.contentStyle2 {
	padding: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #F93;
	background: url(../_images/sidebar-screen.png);
}

