/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RESET PORTION OF THE STYLE SHEET */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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;
	font-size: 100%;
	background: transparent;
}

a:link {color:#000000}      /* unvisited link */
a:visited {color:#000000}  /* visited link */
a:hover {color:#000000}  /* mouse over link */
a:active {color:#000000}  /* selected link */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ???????????????????  Style CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


body {
	line-height: 1;
	background-color: #FFF3E5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #eeeeee;
}

p {
	padding-bottom: 20px;
}

h1 {
	font-size: 24px;
	color: #5f9ea0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;

}

h2 { 
	font-size: 20px; 
}


h3 { 
	font-size: 18px; 
}


h4 { 
	font-size: 16px; 
}


h5 { 
	font-size: 14px; 
}


h6 { 
	font-size: 12px; 
}


font {
	padding: 1px;
}


#header {
	background-color: #ffe6cc;
	color: #5f9ea0; 
	text-decoration: none;
}
#quicklinks {
	background-color: #ffcccc;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 140%;
	padding-right: 5px;
	text-decoration: none;
}

#breadcrumbs {
	background-color: #eeeeee;
	color: #333333;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	line-height: 140%;
	text-decoration: none;
}
#container {
	background-color: #ffffff;
	color: #000000;

}

#introduction {
	background-color: #ffffff;
	color: #000000;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 3%;

}


#pagecontent {
	background-color: #ffffff;
	color: #000000;
	padding-top: 0;
	padding-right: 12%;
	padding-bottom: 20px;
	padding-left: 12%;

}


#sitemap {
	background-color: #eeeeee;
	font-size: 12px;
	color: #363b3f;
	white-space: normal;
	padding: 5px;
	line-height: 120%;
	text-decoration: none;
}
#footer {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}
.headerlinks {
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}


.sitemaptitle {
	font-weight: bold;
	font-variant: small-caps;
}
.white12 {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}


.white14 {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.white36 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	letter-spacing: 4px;
	margin-left: 5px;
	text-decoration: none;
	color: #ffffff;
}

.charcoal10 {
	font-size: 10px;
	text-decoration: none;
	color: #363b3f;
}
