/***********************************************/
/* SHER tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,helvetica,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
        background:#ff9966;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

/* overrides from previous rule for hovered links */
a:hover {
 color: #ff0000;
 text-decoration: underline;
}

/* overrides from previous rule for headers */
h1{
 font-size: 130%;
 color: #ff0000;
 text-align: center;
}

h2{
 font-size: 120%;
 color: #ff0000;
}

h3{
  font-size: 110%;
}

h4{
 font-size: 100%;
}

/****************/
/* List Styles  */
/****************/

ul{
	list-style-type: square;
}

dt {
	list-style-type: square;
	font-weight: bold;
}

dd {
	list-style-type: square;
}

/****************/
/* Label Styles */
/****************/

label{
 font: bold 100% Arial,helvetica,sans-serif;
 color: #000066;
}

/* JQuery styles */
/* Accordion */
#accordion {
    display: block;
    background-color: #f85;
    border: 1px solid #990000;
}

#accordion h3{
  font-size: 110%;
}

/***********************************************/
/* Components                                  */
/***********************************************/


html>body #content {
margin-left: 205px;
margin-right:305px;
}

#siteName{
	border-top: 1px solid #ff0000;
	text-align: center;
	margin: 0;
	padding: 0 0 0 10px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top: 0px solid #690000;
	position: static;
	bottom: auto;
	text-align: center;
}

