@charset "utf-8";


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #D17922;
	text-decoration:none;
}

a:visited {
	color: #D17922;
	text-decoration:none;
}

a:hover {
	color: #5A0A78;
	text-decoration:underline;
}

a:active {
	color: #5A0A78;
	text-decoration:none;
}

img {  border-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	display: inline;
}

h3 {
	font-size: 12px;
	color: #000000;
	line-height: normal;
	font-weight: normal;
	word-spacing: normal;
	
}

p {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F2F2F2;
	background-repeat: repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	height: 205px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-right: 0;
	padding-left: 0;
}

#filler {
	float: none;
	height: 4px;
	width: 196px;
	margin-top: -3px;
	clear: both;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-image: url(Images%202/sidebar-orange.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 18px;
	margin-top: -2px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-left: 250px;
	padding-top: 60px;
	padding-right: 50px;
	margin-bottom: 50px;
} 

#quote1 {
	margin-top: -8px;
	font-size: 16px;
	color: #5A0A78;
	font-weight: bold;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

#quote2 {
	background-image: url(Images/quotemark1.jpg);
	background-repeat: no-repeat;
	margin-left: -23px;
}

#quote3 {
	background-image: url(Images/quotemark2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 13px;
	margin-top: -57px;
	margin-right: 2px;
}

#leftbox {
	width: 250px;
}
#rightbox {
	width: 200px;
	height: 110px;
	float: right;
	margin-top: -360px;
	margin-right: 20px;
	border: thin solid #CCCCCC;
	background-color: #5A0A78;
	background-image: url(Images%202/scrollerbg2.jpg);
}

#begintag {
	font-size: 15px;
	font-weight: bold;

}

#rightbox2 {
	margin-top: -225px;
	width: 200px;
	height: 100px;
	float: right;
	margin-right: 20px;
}

.twoColFixLtHdr #footer {
	background-image: url(Images%202/footerbg.jpg);
	background-position: center center;
	padding-top: 0;
	padding-bottom: 0;
	height: 28px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
	font-size: 10px;
	padding-top: 3px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#menu {
	height: 30px;
	width: 800px;
	margin-top: -17px;
	background-color: #5A0A78;
}

.arrowlistmenu{
	width: 160px; /*width of accordion menu*/
	margin-top: 70px;
	margin-left: -3px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #5A0A78;
	margin-bottom: 10px; /*header text is indented 10px*/
	cursor: pointer;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	background-position: left center;
	background-image: url(sdmenu/underline.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h3.menuheader {
	color: #5A0A78;
	text-decoration: none;
}

h3.menuheader a:link {
	color: #5A0A78;
	text-decoration: none;
}

h3.menuheader a:visited {
	color: #5A0A78;
	text-decoration: none;
}

h3.menuheader a:hover {
	color: #5A0A78;
	text-decoration: none;
}

h3.menuheader a:active {
	color: #5A0A78;
	text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(sdmenu/underline.jpg);
	color: #5A0A78;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.arrowlistmenu ul li{
	padding-bottom: 2px;
	color: #FFFFFF;
}

.arrowlistmenu ul li a{
	color: #FFFFFF; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.arrowlistmenu ul li a:visited{
	color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #5A0A78;
}

#header.navbar{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

ul.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	margin-left: 225px;
	font-style: italic;
}

ul.nav li {
	float: left;
	margin-bottom: 0px;
	padding-right: 50px;
	margin-right: 35px;
	margin-top: 7px;
}

ul.nav a {
	color: #ffffff;
	font-size: 14px;
	border-bottom-style: none;
	text-decoration: none;
}

ul.nav a:link {
	color: #ffffff;

}

ul.nav a:visited {
	color: #ffffff;
}

ul.nav a:hover {
	color: #FFCC00;
}

ul.nav a:active {
	color: #FFCC00;
}


body,td,th {
	font-size: 12px;
}

#bulletlist {
	height: 300px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}

.footer2 link {
	color: #FFFFFF;
	
}

.footer2 a:link {
	color: #FFFFFF;
	
}

.footer2 a:visited {
	color: #FFFFFF;
	
}

.footer2 a:hover {
	color: #FFFFFF;
	
}

.footer2 a:active {
	color: #FFFFFF;

}
