@charset "utf-8";/* RESET */
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: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

ul.listNormal {
	list-style:disc inside none;
	margin-bottom: 16px;
}

dl.dlNormal {
	list-style:disc inside none;
	margin-bottom: 16px;
}

dl.dlNormal dt {
	margin-bottom: 16px;
}

dl.dlNormal dd {
	margin-left:20px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* page structure */
body {
	margin: 0;
	padding: 0;
	background-image:url('/images/backgrounds/f5f5dc.gif')
}

#wrapper {
	margin: 0 auto;
	width: 912px;
	height: 100%;
	background-color: transparent;
	background-image:url('/images/backgrounds/bg.gif');
}

#header {
	width:700px;
	margin: 0 auto;
}

#navigation {
	margin: 5px 0 5px 0;
	padding: 0 10px 0 10px;
}

#content {
	width:700px;
	margin: 0 auto;
}

#content.bgTree {
	background-image:url('/images/backgrounds/tree.jpg');
	background-position:0 35px;
	background-repeat:no-repeat;
}


#content .padded {
	margin-left: 400px;
}

#footer {
	width:700px;
	margin: 0 auto;
	text-align:center;
	padding-bottom:10px;
}

/* block elements */
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 16px 0;
}

ul.bottom16 {
	margin: 0 0 16px 0;
}

ul.bottom16 li {
	margin: 0 0 16px 0;
}

ul.sList {
	list-style: disc inside none;	
}

.warningBox {
	color: #B22222; 
	background-color:#F5F5DC; 
	border:1px #8FBC8F solid; 
	margin:0 10px 20px 10px; 
	padding: 5px;
}

/* forms */
fieldset {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

fieldset.framed {
	border: 1px black solid;
	padding: 5px;
	margin-bottom: 16px;
}

legend {
	color:black;
}

label {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	vertical-align:middle;
}

input {
	margin:5px 0 5px 0;
	padding: 0;
	vertical-align:middle;
}

input[type="text"] {
	padding:3px;
}


input[type="checkbox"] {
	margin-right: 10px;
}

textarea{
	margin: 5px 0 5px 0;
	padding:0;
}

select {
	margin: 0 0 5px 0;
	padding: 0;
}

label.inline, input.inline, select.inline {
	display: inline;
}

label.inline {
	vertical-align:middle;
}

label.block, input.block, select.block, textarea.block {
	display: block;
}

/* navigation */
.nav ul, .nav li {
	display: inline;
	list-style: none inside none;
}

.nav ul {
	margin: 0;
	padding: 0;
}
/* TEXT */
body {
	font-family:Tahoma;
    font-size:100%;
    line-height:1.125em;
}

body div{
	font-size: 1em; /*16px*1 = 16px*/
}

.emphasis {
	font-weight:bold;
}

acronym{
	border-bottom:1px #666666 dotted;
}

.sectionHead {
	margin-right: 10px;
}

/*colors*/

.c333333 {
	color:#333333;
}

.c666666 {
	color:#666666;
}

.c999999 {
	color:#999999;
}

.cD6D6D6 {
	color:#D6D6D6;
}

.c2F4F4F {
	color:#2F4f4f;
}

.c696969 {
	color:#696969;
}



/*alignments*/

.rAlign {
	text-align:right;
}

.cAlign {
	text-align:center;
}

.jAlign {
	text-align:justify;
}

/*font sizes*/

.Text_44 {
	line-height:2.875em; /*16 * 2.875 = 46px*/
	font-size:2.75em; /*16 * 2.75 = 44px*/
}


.Text_40 {
	line-height:2.625em; /*16 * 2.625 = 42px*/
	font-size:2.5em; /*16 * 2.5 = 40px*/
}

.Text_36 {
	line-height:2.375em; /*16 * 2.375 = 38px*/
	font-size:2.25em; /*16 * 2.25 = 36px*/
}

.Text_20 {
	line-height:1.375em; /*16 * 1.375 = 22px*/
	font-size:1.25em; /*16 * 1.25 = 20px*/
}


.Text_18 {
	line-height:1.25em; /*16 * 1.25 = 20px*/
	font-size:1.125em; /*16 * 1.125 = 18px*/
}

.Text_14 {
	line-height:1.15em;
	font-size:.875em; /*16 * .875 = 14*/
}

.Text_14 {
	line-height:1.15em;
	font-size:.875em; /*16 * .875 = 14*/
}

.Text_12 {
	line-height:1.15em;
	font-size:.75em; /* 12 x .75 = 12px */
}

/* letter spacing */

.Lspace_16 {
	letter-spacing:1em;
}

.Lspace_8 {
	letter-spacing:8px;
}

/*hyper links*/

a {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color: #66CC66;
	text-decoration:underline;
}



