/* ---------- remove all the default styling ----------- */

/* remove link and image styles */
:link,:visited { text-decoration:none; }
a img,:link img,:visited img { border:none; }

/* remove list styles */
ul,ol { list-style:none; }

/* reset heading font sizes */
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }

/* remove margins and padding */
* { margin:0; padding:0; }

/* de-italicize */
address,em { font-style:normal; }

/* -------------------- body styles -------------------- */
/* NOTE: set font-size to 76% so that 1em=12px           */
body {  
  color: #333333;
  font-family:"Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 76%;
  margin-top: 10px;
}
/* ----------------------------------------------------- */


/* ------------------- table styles -------------------- */
table {
	border-collapse: collapse;
	width: 480px;
	border: 1px solid #000000;
	margin-bottom: 15px;
}
table caption {
	font-size: 120%;
	margin: 20px 0 5px 0;
}
thead {
	background-color: #99CCFF;
	border: 1px solid #000000;
	padding: 2px;
}
tfoot td {
	padding: 0px;
	border: 0px;
}
tfoot tr {
	padding: 0px;
	border: 0px;
}
tr, td {
	padding: 2px;
	border: 1px solid #000000;
}
tr:hover {
	background-color: #99CCFF;
}
.tableeven {
	background-color: #edf5ff;
}
/* ----------------------------------------------------- */

/* ----------------- inline tag styles ----------------- */
/* NOTE: h1 tags are used for accessability only and are */
/*       hidden with a negative text-indent              */
a {	
	color: #3399FF;
	text-decoration: underline;
}
h1 {
	text-indent: -5000px;
}
h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.intro {
	color: #000000;
	font-size: 115%;
	line-height: 130%;
	margin-bottom: 10px;
}
/* NOTE: screen class used to hide items from print display */
.screen {display: none;}
.print {}
p {	
	line-height: 120%;
 	padding-bottom: 10px;
	padding-top: 5px;
}
.adr, tel {
	margin-left: 20px;
}
.accessibilitylist {
	margin-left: 20px;
}

/* ----------------------------------------------------- */


/* --------------- main container styles --------------- */
/* NOTE: container is 550px wide and centered using      */
/*       negative margins                                */
#container {
	background-color: #FFFFFF;
}
/* ----------------------------------------------------- */


/* ------------- header & branding styles -------------- */
#header { display: none; }

#logo img{
	float: right;
	width: 250px; height: 100px;
}
#brandingimage { display: none; }

/* ----------------------------------------------------- */


/* ------------- primary navigation styles ------------- */
#navbar { display: none }

/* ----------------------------------------------------- */

/* --------------- one column body styles -------------- */
#onecolbody {
	padding-top: 5px;
	line-height: 120%;     /* FIX for IE6 scrolling bug */
}
#onecolbody h2{
	font-size: 110%;
	margin-top: 10px;
}
#onecolbody a {	
	color: #3399FF;
	text-decoration: underline;
}
#onecolbody .articlelist li{
	font-size: 115%;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#onecolbody .articlelist li img{
	display: none;
}
#onecolbody .articlelist li a{
	background-color: #EEEEFF;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
}
#onecolbody .articlelist li span {
	display: block;
	font-size: 80%;
	line-height: 16px;
	padding-left: 20px;
}
#onecolbody .articlelist li span a{
	background-color: #FFFFFF;
	display: inline;
	text-decoration: underline;
}
#onecolbody .listheading {
	font-weight: bold;
}
#onecolbody .listdescription{
	margin-left: 10px;
	margin-bottom: 5px;
}
#onecolbody .list-numbered-bold {
	font-weight: bold;
	list-style:decimal;
	margin-left: 30px;
}
#onecolbody .list-numbered-bold li{
	margin-top: 10px;
}
#onecolbody .list-alphabetic {
	font-weight: normal;
	list-style: lower-alpha;
	margin-left: 20px;
}
#onecolbody .list-alphabetic li{
	margin-top: 0;
}

#onecolbody .list-unnumbered{
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 10px;
}

/* ----------- two column menu body styles ------------ */
#bodymiddlemenu {
	float: left;
	padding-left: 25px; padding-right: 30px;
}
#twocolmenu {
	float: left;
	width: 200px;
}
#twocolmenu li {
	list-style: square;
	font-size: 110%;
	margin-top: 7px;
}
#twocolmenu li a{
    color:#333333;
	padding-left: 18px;
    text-decoration: none;
}
#twocolmenu li a em{
    text-decoration: none;
}
#twocolmenubody {
	float: left;
	border-left: 1px dotted #333333;
	padding-left: 10px;
	width: 400px;
}
#twocolmenubody a {	
	color: #3399FF;
	text-decoration: underline;
}
#twocolmenubody .articlelist li{
	font-size: 115%;
	border-bottom: 1px dotted #666666;
	padding-bottom: 10px;
}
#twocolmenubody .articlelist li a{
	background-color: #EEEEFF;
	display: block;
	padding: 2px 0 2px 5px;
	text-decoration: none;
}
#twocolmenubody .articlelist li span {
	font-size: 80%;
}
#twocolmenubody .articlelist li span a{
	background-color: #FFFFFF;
	display: inline;
	text-decoration: underline;
}
/* ----------------------------------------------------- */


/* ----------------- breadcrumb styles ----------------- */
#breadcrumb { display: none };
/* ----------------------------------------------------- */


/* --------------- body heading styles ----------------- */
#bodyheading{
	clear: left;
}
#bodyheading h1{
	clear: both;
	text-indent: 0;
	font-size: 200%;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-top: 50px;
}
#bodyheading a { display: none; }

/* ----------------------------------------------------- */

/* ------------------- sitemap styles -------------------- */
#sitemap {
	font-size: 110%;
	line-height: 150%;
	margin-left: 20px;
}
#sitemap ul {
	padding-left: 20px;
}
#sitemap a {
	text-decoration: none;
}
#sitemap a em{
	text-decoration: none;
}

/* ----------------------------------------------------- */


/* ------------------- image styles -------------------- */
#imageright {
	float: right;
	margin: 0 0 5px 5px;
}
/* ------------------- form styles --------------------- */
form.question {
	display: none;
}

/* ------------------ footer styles -------------------- */
#footer {
    clear: both;
    font-size: 90%;
    height: 45px;
}
#footer p {
	position: relative;
	top: 23px; left: 25px;
}

/* ---------------------- END -------------------------- */

