﻿body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

table, tr, th, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}


ol, ul {
	list-style: none;
}

body {
	background: #000000 url(../images/bgpattern.jpg) top fixed repeat;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	
}

hr {
  width: 400px;
  color: #202020;
  border-style: dotted;
  size: 1px;
  text-align: center;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;

}
img {
	vertical-align: bottom;
	text-align: center;
}

a, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 14px;
	text-decoration: none;
	font-wieght: bold;
}

a:hover {
	color: #FFC;
	text-decoration: underline;

}
	
	

.oneColElsCtr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#menu_parent a, #menu_parent1 a, #menu_parent2 a, #menu_parent3 a, #menu_parent4 a, #menu_parent5 a, #menu_parent7 a, #menu_parent8 a, #menu_parent8 a:visited, #menu_parent a:visited, #menu_parent1 a:visited, #menu_parent2 a:visited, #menu_parent3 a:visited, #menu_parent4 a:visited, #menu_parent5 a:visited, #menu_parent7 a:visited {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	padding: 10px;
	padding-right: 25px;
	text-decoration: none;
	font-weight: bold;
}


#menu_parent a, #menu_parent1 a, #menu_parent2 a, #menu_parent3 a, #menu_parent4 a, #menu_parent5 a, #menu_parent7 a, #menu_parent8 a {
	color:#FFF;
	text-decoration: none;
}


#menu_parent a:hover, #menu_parent1 a:hover, #menu_parent2 a:hover, #menu_parent3 a:hover, #menu_parent4 a:hover, #menu_parent5 a:hover, #menu_parent7 a:hover,  #menu_parent8 a:hover {
	color: #FF9;
	
}


#menu_child, #menu_child1, #menu_child2, #menu_child3, #menu_child4, #menu_child5, #menu_child7 {
	background:#202020;
	padding: 12px;
	border-color:#303030;
	border-width: 1px;
	border-style: solid;
	line-height: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100px;
}

#menu_child a, #menu_child1 a, #menu_child2 a, #menu_child3 a, #menu_child4 a, #menu_child5 a, #menu_child7 a {
	color: #FF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
}

#menu_child a:hover, #menu_child1 a:hover, #menu_child2 a:hover, #menu_child3 a:hover, #menu_child4 a:hover, #menu_child5 a:hover, #menu_child7 a:hover {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #333;
	

}

#content {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	align: left;
	width: 603px;
	padding: 10px;
}

#content a, #content a:visited {
	color: #FF9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #999;

}

#content h1 {
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;

}


			
			.arrowlistmenu{
width: 224px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader, .arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
font-family: Helvetica;
color: #FFF;
font-size: 12px;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-decoration: none;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}


.arrowlistmenu .menuheader a:hover { /*CSS class for menu headers in general (expanding or not!)*/
color: #FF9;
}

.arrowlistmenu .openheader, .arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
color: #FF9;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin-left: 30px;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FFFFFF;
background: #151515;
display: block;
padding: 6px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: none;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: ##FF9;
background-color: #202020;
}

