/* Stylesheet - modifications to this document affect the entire site */

/* ********** ********** General Settings ********** ********** */
body {
	background: #425f7e url(img/bg.jpg) repeat-x fixed;
	color: #000000;
	margin-top:0;
	font-size:14px;
	font-family:arial;
}

table {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family:georgia;
	font-weight:normal;
	font-size:140%;
	color:#516D8D;
	background: transparent none;
}

h2 {
	font-family:arial;
	font-size:100%;
	font-weight:bold;
	color:#516D8D;
	background: transparent none;
}

h2.list {
	margin-bottom:-15px;
}

h2.table {
	margin-bottom:0px;
}

h3 {
	font-family:arial;
	font-size:100%;
	font-weight:normal;
	color:#516D8D;
	background: transparent none;
}

h3.list {
	margin-bottom:-15px;
}

h4 {
	font-family:arial;
	font-size:100%;
	font-weight:normal;
	color:#516D8D;
	font-style:italic;
	background: transparent none;
}

h4.list {
	margin-bottom:-15px;
}

.cite {
	font-size:90%;
}

h5 {
	font-family:arial;
	font-size:100%;
	font-weight:normal;
	color:#516D8D;
	background: transparent none;
}

h6 {
	font-family:arial;
	font-size:100%;
	font-weight:normal;
	font-family: verdana;
}

a:link, a:visited, a:active {
	text-decoration:none;
	font-family:arial;
	color:#AD4600;
	font-weight:normal;
	background: transparent none;
}

a:hover, a:focus {
	text-decoration:underline;
	font-family:arial;
	color:#AD4600;
	background: transparent none;
}

table.main {
	color:#FFFFFF;
	background: transparent url(img/newbkgd.jpg);
}

ul {
	list-style: square;
	margin-top: 15px;
}

.quote {
	font-size:100%;
	font-family:arial;
	font-style: italic;
}

.quoteby {
	margin-top: -12px;
	font-size:85%;
	font-family:arial;
	font-style: normal;
}

.quotename {
	font-weight:bold;
}

/* ********** ********** Top section settings ********** ********** */
.title1 {
	color:#FCD207;
	background: transparent none;
	font-size: 90%;
	font-weight: bold;
	font-family: Arial, serif;
}

.title2 {
	color:#FFFFFF;
	background: transparent none;
	font-family: Arial, serif;
	font-size: 90%;
	font-weight: bold;
}

.title2 a:link,
.title2 a:visited,
.title2 a:active {
	color:#FFFFFF;
	background: transparent none;
	text-decoration:none;
	font-family: Arial, serif;
	font-weight: bold;
}

.title2 a:hover,
.title2 a:focus {
	color:#FCD207;
	background: transparent none;
	text-decoration:none;
	font-family: Arial, serif;
	font-weight: bold;
}

/* ********** ********** Top navigation bar settings ********** ********** */
button {
	overflow: visible;
	width: auto;
	vertical-align:middle;
}

button.link {
	color:#FFFFFF;
	font-family:verdana;
	font-weight:bold;
	font-size:70%;
	background: transparent none;
	border: none;
	cursor: pointer;
	-moz-user-select: text;
	letter-spacing: 0.15em;
}

.size, a.size {
	color:#FFFFFF;
	background: transparent none;
	font-weight:normal;
}

.selected {
	color: #FCD207;
	background: transparent none;
}

.topnav {
	margin: 0;
	padding: 0;
}

a.topnav {
	color:#FFFFFF;
	background: transparent none;
	font-family:verdana;
	font-weight:bold;
	font-size:70%;
	letter-spacing: 0.1em;
}

button.link:hover span,
button.link:focus span,
a.size:hover span,
a.size:focus span,
a.size:hover,
a.size:focus,
a.topnav:hover span,
a.topnav:focus span,
a.topnav:hover,
a.topnav:focus,
.openheader1 {
	color: #BEBEBE;
	text-decoration:none;
	background: transparent none;
}

.topmenu td a:link, 
.topmenu td a:visited,
.topmenu td a:active {
	color: #FFFFFF;
	background: transparent none;
	text-decoration: none;
	font-size: 80%;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 90%;
}

.topmenu td a:hover { /*hover state CSS*/
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

.bgbar {
	background: transparent url(img/bgbar.png) repeat;
}

/* ********** ********** Left Menu settings ********** ********** */

/* Main List */
#nav, #nav ul {
	float: left;
	width: 15.9em;
	list-style: none;
	background: #EBE7DA;
	padding: 0;
	margin: 0 0 1em 0;
	border-width: 1px 0;
	border: solid #EBE7DA;
	line-height: 1;
	font-family: verdana;
}
 
#nav a {
	display: block;
	width: 16em;
	w\idth: 16em;
	color: #000000;
	text-decoration: none;
	padding: 0.25em 1em;
	font-size: 85%;

}
 
#nav a.daddy {
	background: url(img/arrow2.png) center right no-repeat;
}

#nav .lev1 {
	color: #000000;
	font-weight: bold;
}

#nav li {
	float: left;
	padding: 0;
	width: 15.9em;
}

/* Second Level List */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	w\idth: 15em;
	font-weight: normal;
	border-width: 0.25em;
	margin: -1.75em 0 0 15.9em;
}

/* Second/Third Level List - width of highlight */
#nav li li {
	padding-right: 1em;
	width: 14em
}

/* Second Level List - location of arrow */
#nav li ul a {
	width: 15em;
	w\idth: 15em;
}

/* Third Level List */
#nav li ul ul {
	margin: -1.75em 0 0 15em;
}
 
/*Show the submenu DIRECTLY INSIDE the select LI tag*/
#nav li:hover > ul, #nav .soasfhover {
	left: auto;
}

 
#nav li:hover, #nav li.sfhover {
	background: #eda;
}

#nav li:hover {
	position: static;
}

/* Level 1 */
.menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	color: #000000;
	font-weight: bold;
	font-family: verdana;
	font-size: 85%;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	padding: 0 0 0 30px; /*header text is indented 30px*/
	background: transparent url(img/arrow.png) no-repeat left top;
	margin-top: 10px;
	display:block;
}

.openheader { /*CSS class to apply to expandable header when it's expanded*/
	color: #000000;
	font-weight: bold;
	font-family: verdana;
	font-size: 85%;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	margin-top: 10px;
	padding: 0 0 0 30px; /*header text is indented 30px*/
	background: transparent url(img/arrow1.png) no-repeat left top;
	display: block;
}

.arrowlistmenu h6 a:link,
.arrowlistmenu h6 a:visited,
.arrowlistmenu h6 a:active {
	text-decoration:none;
	color:#000000;
	font-weight: bold;
	background: transparent none;
}

.arrowlistmenu h6 a:hover,
.arrowlistmenu h6 a:focus {
	text-decoration:none;
	color:#AD4600;
	font-weight: bold;
	background: transparent none;
}

/* Level 2 */
.level2 p { /*CSS for UL of each sub menu*/
	margin-top: -10px;
	padding: 0 0 0 30px; /*header text is indented 30px*/
}

.level2 a:link,
.level2 a:visited,
.level2 a:active {
	color: #0064af;
	background: transparent none;
	padding-left: 0; /*link text is indented 19px*/
	text-indent: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	display:block;
}

.level2 a:hover,
.level2 a:focus {
	color: #AD4600;
	background: transparent none;
	padding-left: 0; /*link text is indented 19px*/
	text-indent: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 85%;
	display:block;
}

.level3 {
	margin: 0;
	padding: 0;
}

/* Level 3 */
.level3 a:link, 
.level3 a:visited,
.level3 a:active {
	color: #000000;
	background: transparent none;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-size: 85%;
}

.level3 a:hover,
.level3 a:focus {
	color: #AD4600;
	background: transparent none;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-size: 85%;
}

/* Level 4 */
.level4 { /*CSS for UL of each sub menu*/
	margin: 0;
	padding: 0;
}

.level4 a:link, 
.level4 a:visited,
.level4 a:active {
	color: #000000;
	background: transparent none;
	padding-left: 0; /*link text is indented 19px*/
	text-indent: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
}

.level4 a:hover,
.level4 a:focus {
	color: #AD4600;
	background: transparent none;
	padding-left: 0; /*link text is indented 19px*/
	text-indent: 0;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 85%;
}

/* ********** ********** Body text settings ********** ********** */
.breadcrumb {
	color:#707070;
	background: transparent none;
	font-size: 90%;
	letter-spacing: 0.1em;
	font-weight: normal;
}

a.breadcrumb {
	color:#707070;
	background: transparent none;
	font-size: 90%;
	letter-spacing: 0.1em;
	font-weight: normal;
}
a.breadcrumb:hover,
a.breadcrumb:focus,
a.breadcrumb:hover span,
a.breadcrumb:focus span {
	color: #053476;
	background: transparent none;
	text-decoration:none;
}  

a.return {
	font-size: 85%;
}

ul.deflist {
	display:block;
	margin-left: 10px;
	padding-left: 10px;
}

ul.deflist a, ol.deflist a{
	font-weight: normal;
}

ul li ul.deflist {
	list-style: square;
	margin-top: 0px;
}

ul.sitemap {
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
	display:block;
}

ul li ul li ul.sitemap {
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
	display:block;
}

ul li ul li ul li ul.sitemap {
	margin-top: 0px;
	margin-left: 10px;
	padding-left: 10px;
	display:block;
}

.faq {
	font-family:arial;
	font-size:100%;
	font-weight:normal;
	color:#516D8D;
	background: transparent none;
}

/* ********** ********** Right colum Settings (home page) ********** ********** */

.newsbg {
	color:#FFFFFF;
	background: transparent url(img/bgnews.png) repeat;
}

.newsbg1 {
	color:#FFFFFF;
	background: transparent url(img/newsbkgd.png) repeat;
}

a.news {
	color:#FFFFFF;
	background: transparent none;
	font-weight:bold;
	font-size:90%;
	font-family: verdana;
}
a.news:hover,
a.news:focus,
a.news:hover span,
a.news:focus span {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

a.news1 {
	color:#FFFFFF;
	background: transparent none;
	font-weight:normal;
	font-size:90%;
	font-family: verdana;
	font-style: italic;
}
a.news1:hover,
a.news1:focus,
a.news1:hover span,
a.news1:focus span {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

a.links1 {
	color:#FFFFFF;
	background: transparent none;
	font-weight:normal;
	font-size:100%;
}
a.links1:hover,
a.links1:focus,
a.links1:hover span,
a.links1:focus span {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

a.links2 {
	color:#FFFFFF;
	background: transparent none;
	font-weight:normal;
	font-size:100%;
	font-style: italic;
}
a.links2:hover,
a.links2:focus,
a.links2:hover span,
a.links2:focus span {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

a.links3 {
	color:#FFFFFF;
	background: transparent none;
	font-weight:normal;
	font-size:90%;
}
a.links3:hover,
a.links3:focus,
a.links3:hover span,
a.links3:focus span {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

a.links4 {
	color:#FFFFFF;
	background: transparent none;
	font-weight:normal;
	font-size:90%;
	font-style: italic;
}
a.links4:hover,
a.links4:focus,
a.links4:hover span,
a.links4:focus span {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}


.newstitle {
	font-family: Georgia;
	font-size: 160%;
	color:#7BD6F7;
	background: transparent none;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}


.newstitle1 {
	font-family: Georgia;
	font-size: 160%;
	color:#FFFFFF;
	background: transparent none;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newstitle2 {
	font-family:"Franklin Gothic Demi", Times, serif;
	font-size: 170%;
	color:#FFFFFF;
	background: transparent none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newstitle3 {
	font-family:"Franklin Gothic Demi", Times, serif;
	font-size: 170%;
	color:#78a0d0;
	background: transparent none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newstitle4 {
	font-family: Arial;
	font-size: 140%;
	color:#FFFFFF;
	background: transparent none;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.newstitle5 {
	font-family:"Franklin Gothic Demi", Times, serif;
	font-size: 170%;
	color:#FFFFFF;
	background: transparent none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.news {
	font-family:arial;
	font-size:100%;
	font-weight:bold;
	color:#516D8D;
	background: transparent none;
	margin-bottom:0px;
}

h3.news {
	font-family:arial;
	font-size:100%;
	font-weight:normal;
	color:#516D8D;
	background: transparent none;
	margin-bottom:0px;
	margin-top:0px;
}

/* ********** ********** Footer settings ********** ********** */
a.ask {
	color:#FFFFFF;
	background: transparent none;
	font-style: italic;
	font-family: Georgia;
	font-size: 100%;
	font-weight: normal;
}

td.report {
	text-align: right;
}

a.report1 {
	color:#FFFFFF;
	background: transparent none;
	font-family: verdana;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

a.report2 {
	color:#7BD6F7;
	background: transparent none;
	font-family: verdana;
	font-size: 65%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

a.report3 {
	color:#FFFFFF;
	background: transparent none;
	font-family: verdana;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

a.report4 {
	color:#7BD6F7;
	background: transparent none;
	font-family: verdana;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0.1em;
}


a.ask:hover,
a.ask:focus,
a.report1:hover,
a.report1:focus,
a.report2:hover,
a.report2:focus,
a.report3:hover,
a.report3:focus,
a.report4:hover,
a.report4:focus {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

td.footer {
	color:#FFFFFF;
	background: #707070 none;
	font-weight:bold;
	font-size:80%;
	letter-spacing: 0.1em;
	font-family: verdana;
	vertical-align:middle;
}

a.footer:link,
a.footer:visited,
a.footer:active {
	color:#FFFFFF;
	background: transparent none;
	font-weight:bold;
	font-size:100%;
	letter-spacing: 0.1em;
	font-family: verdana;
}

a.footer:hover,
a.footer:focus {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

td.footer1 {
	color:#FFFFFF;
	background: #7B8E9C none;
	font-weight:bold;
	font-size:70%;
	letter-spacing: 0.1em;
	font-family: verdana;
	vertical-align:middle;
}

a.footer1:link,
a.footer1:visited,
a.footer1:active {
	color:#FFFFFF;
	background: transparent none;
	font-weight:bold;
	font-size:100%;
	letter-spacing: 0.1em;
	font-family: verdana;
}

a.footer1:hover,
a.footer1:focus {
	color: #FCD207;
	background: transparent none;
	text-decoration:none;
}

td.memberarea {
	background: #575757 none;
}

a.memberarea {
	font-family:"Franklin Gothic Demi", Times, serif;
	color:#FFFFFF;
	background: transparent none;
	font-size: 140%;
	font-weight: normal;
}

a.memberarea1 {
	color: #FCD207;
	background: transparent none;
	font-size: 75%;
	font-family: Verdana;
	font-weight: bold;
}

a.memberarea2 {
	color: #FFFFFF;
	background: transparent none;
	font-size: 75%;
	font-family: Verdana;
	font-weight: bold;
}

.login {
	border-width:0; 
	background:#FFFFFF none; 
	color: #575757; 
	text-align:right; 
	font-style: italic;
}

p.quail {
	color:red;
}
