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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #CCCCCC;
	font-family: Verdana;
}

.wrapper {
	width: 808px;
	margin: 0 auto;
	padding: 0 16px;
	background: url(../images/wrapper-bg.gif) repeat-y;
}

.header {
	padding-top: 10px;
	text-align: right;
	margin:0;
}

.headerBar {
	clear:both;
	height:17px;
	padding: 0 0 0 5px;
	background: #CCCCCC url(../images/blue-arrow.gif) no-repeat;
	font-size: .7em;
	color: White;
	text-align:left;
	font-weight:bold;
	line-height:1.42em;
}

.contentSection {
	float:left;
	width: 625px;
	font-size: .9em;
	line-height: 1.3em;
}

.content {padding: 5px 5px 0 10px;}
.content p {text-indent: 30px;padding: 5px 0;}
.content h1 {color: #0000FF;font-size: 1.4em;padding:5px 0 0 0;}
.content h2 {color: #0000FF;padding:10px 0 0 0;font-size: 1.2em;}

.sidebar {
	float:right;
	width: 175px;
}

.headerBar a:link, .headerBar a:visited {text-decoration:none;color:white;}
.headerBar a:hover {text-decoration:underline;}

.clearFooter {
	clear:both;
	text-align:center;
	font-size: .8em;
	padding-top:10px;
}

.footerLinks {
	background-color:#CCCCCC;
	padding:5px 0;
	margin-bottom: 10px;
	color: #666666;
	font-weight:bold;
}

.footerLinks a:link, .footerLinks a:visited {color: #666666;text-decoration: none;}
.footerLinks a:hover {text-decoration: underline;}

.footerCopyright {
	padding: 10px 5px;
	text-align:right;
	font-size:.9em;
}	

.member {
	font-size: .7em;
	color: #0000FF;
}


ul#nav {
	padding: 0;
	margin: 10px 0 0 0;
	float: right;
	width: 620px;
	font-family: arial, helvetica, sans-serif;
	height:24px;
	font-size:14px;
}

ul#nav li { 
	display: inline; 
}

ul#nav li a {
	padding: 5px 20px;
	margin: 0 0 0 2px;
	background-color: #0000FF;
	color: White;
	text-decoration: none;
	font-weight:bolder;
	float: right;
}

ul#nav li a:hover {
	background-color: #CCCCCC;
	color: #000;
}

.linkBox {
	height:160px;
	width:203px;
	margin: 2px 5px 2px 0;
	float:left;
	background: url(../images/box.gif) no-repeat;
}

.linkBox ul {
	list-style-type:circle;
	margin: 0 0 0 30px;
	font-size: .8em;
	line-height: 1.3em;
}

.linkBox ul li {padding: 1px 0;}
.linkBox ul li a:visited, .linkBox ul li a:link{color:black;text-decoration:none;}
.linkBox ul li a:hover{color:black;text-decoration:underline;}

.linkBoxTitle {
	text-align:center;
	font-weight:bold;
	padding:2px 0 5px 0;
}

.sideRed {
	font-size:.8em;
	font-weight: bold;
	color:#B3181A;
	line-height:1.2em;
}

.sidePhone {
	font-size: 1.1em;
	font-weight:bold;
	color: #666666;
	line-height:1.6em;
}

.sideTop {
	margin:8px 0 0 0;
	padding: 5px;
	background-color:#EDE7CF;
	font-size: .7em;
}

.sideBlue {
	margin:3px 0 0 0;
	padding: 5px;
	background-color:#0000FF;
	font-size: .8em;
}

.sideBlue a:visited, .sideBlue a:link, .sideBlue a:hover {color:#FFFFFF;text-decoration:none;}

.sideReg {
	margin:3px 0 0 0;
	padding: 5px;
	background-color:#EDE7CF;
	font-size: .7em;
}

#contentList {
	margin: 0 0 10px 30px;
	list-style-type: disc;
}

#contentList li {
	padding-bottom: 5px;
}

#contentList ul {
	margin: 0 0 0px 30px;
	list-style-type: circle;
}

ol#orderedList {
	margin-left:30px;
	list-style-type: decimal;
}
h3 {
	margin:10px 0;font-size: 1.1em;
}
