html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body { background: #1AB3D3; color: Black; text-align: center; }

ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a { color: #0000FF; background: transparent; outline: none; }
a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
a:active { text-decoration: underline; }

.center { text-align: center; margin: 0px auto; }
.highlight { font-weight: bold; font-size: 1em; }

.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }

#wrapper {
 width: 960px;
 margin: 0px auto 10px auto;
}

#container {		
 position: relative;
 text-align: left;
}

#content {
 min-height: 300px;
 background: White;
	color: Black;	
	margin: 0px 15px 0px 15px;
	padding: 0px;
}

#pagecontent { margin: 0px 6px 0px 6px; overflow: auto; padding-bottom: 14px }

table#twocolumn td { vertical-align: top; }

/* Left hand section of page body */
#left {
 width: 182px;
 margin: 0px 0px 0px 0px; 
 text-align: left;
 margin: 0px;
 padding: 0px 0px 10px 0px; 
}

#left_inner { }

#left_inner .peak-link { margin-top: 10px; }
#left_inner .peak-link-nogap { margin-top: 0px; }

#LHS-testimonials { margin: 18px 0px 0px 0px; }
#LHS-testimonials .testimonial {
 margin-bottom: 19px;
 background: transparent url(../templateimages/quote.gif) no-repeat 0px 0px;
}
#LHS-testimonials .testimonial p.quote {
 font-style: italic;
 padding-top: 24px;
 text-indent: 50px;
}
#LHS-testimonials .testimonial p.author { text-align: right; font-size: 70%; }

#right { margin: 0px 0px 0px 18px;}

.float_right {
 float: right;
 position: relative;
 margin-left: 10px;
 margin-bottom: 10px;
 border: none; 
}

p {
	text-align: justify;
	font: .8em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
}

ul {
 font: .8em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
 list-style: square;
 margin: 0px 0px 20px 20px;  
}

hr {
 color: Silver;
 background-color: Silver;
 height: 1px;
 border: none;
}

#footer {
 clear: both;
 height: 16px;
 background: transparent url(../templateimages/page_bottom.gif) no-repeat 0px 0px;
 color: White; 
 font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}

#footer #copyright { padding: 15px 0px 10px 0px; }

#footer a { color: White; }

#header {
	width: 960px;
	height: 74px;
	background: White;
	color: Black;
	text-align: left;
 margin: 0px;
 position: relative;
}

#masthead {
	width: 960px;
	height: 159px;
	background: White;
	color: Black;
	text-align: left;
 margin: 0px;
 position: relative;
}

#menu {
 height: 67px;
 margin: 0px;
 padding: 0px;
}

h1 { font: bold 1.4em Arial, Helvetica, sans-serif; margin-bottom: .6em; }
h2 { font: bold 1.1em Arial, Helvetica, sans-serif; margin-bottom: .5em; }
h3 { font: bold 1em Arial, Helvetica, sans-serif; }

#breadcrumb span#prefix {
 color: Gray;
 font-style: italic;
}

#minimenu {
 border-top: 1px solid #DFDFDF;
 border-bottom: 1px solid #DFDFDF;
 padding-top: 6px;
 margin-bottom: 12px;
}

#minimenu p {
 text-align: center; 
}

#minimenu span#prefix {
 color: Gray; 
}

.imagerounded {
 border: 1px solid silver;
 margin-bottom: 10px;
 border-radius: 8px;
 -moz-border-radius: 8px; 
 -webkit-border-radius: 8px; 
}

