html { overflow: -moz-scrollbars-vertical !important; }

body {
	margin:5px; 0px; 0px; 0px;
	padding:0px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #EEEEEE;
	color: #000000;
}

/******** Layout *************/
#layoutMain {
	width: 900px;
	margin: 0 auto;
	table-layout: fixed;
}
#layoutHeader {
	background-color: #FFFFFF;
}
#layoutLeftNav {
	padding-top: 15px;
	vertical-align: top;
	background-image: url(../images/navbg_gray.gif);
}

#layoutContent {
	padding: 13px 10px 40px 10px;
	vertical-align: top;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#layoutRightNav {
	padding-top: 15px;
	padding-bottom: 40px;
	vertical-align: top;
	background-color: #FFFFFF;
}

#layoutFooter {
	padding: 3px 0px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

#layoutLeftNav ul {
	margin: 0px;
	padding: 0px;
}

#layoutLeftNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-bottom: 10px;
	background-image: url(../images/navbg_btnshadow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#layoutLeftNav li a {
	display: block;
	background-image: url(../images/navbg_btnblack.gif);
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 5px 3px 4px;
	text-decoration: none;
}

#layoutLeftNav li a span {
	padding-left: 6px;
}

#layoutLeftNav li ul {
	margin: 0px 0px;
	padding: 0px 0px 5px;
	background-image: url(../images/navbg_btndropdown.gif);
	background-repeat: repeat-y;
}

#layoutLeftNav li ul li {
	padding-bottom: 0px;
	background-image: url(../images/navbg_btndropdown.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

#layoutLeftNav li ul li a {
	display: block;
	background-image: url(../images/navbg_btndropdown.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding: 5px 5px 0px 4px;
	text-decoration: none;
}

#layoutLeftNav li ul li a span {
	padding-left: 8px;
}

#layoutLeftNav li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none;
}

#layoutLeftNav li.selected a span {
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#layoutLeftNav li.selected a {
	background-image: url(../images/navbg_btnred.gif);
	background-repeat: no-repeat;
	background-color: red;
}

#layoutLeftNav li.selected ul li a {
	background-image: url(../images/navbg_btndropdown.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#layoutLeftNav li.selected ul li a span {
	background-image: none;
}

#layoutLeftNav li.selected ul li.selected a {
	font-weight: bold;
}

#layoutLeftNav li.selected ul li.selected a span {
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;

}

/******** Box **************/
.banner {
	background-image: url(../images/1pxbg_dkgray.gif);
	background-repeat: repeat;
	background-color: #DBDBDB;
}

.headlines {
	background-image: url(../images/1pxbg_ltgray.gif);
	background-repeat: repeat;
	background-color: #F5F5F5;
}

#layoutContent p {
	margin-top: 0px;
}

#layoutContent h3 {
	margin-bottom: 0.5em;
}

#layoutContent p.question {
	margin-bottom: 0.5em;
}

#layoutContent p.answer {
	margin-top: 0px;
}
/******** Text *************/
P,UL,LI,OL,TD,BLOCKQUOTE {	/* just to prevent old site's style */
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

ul.redButton { 
	list-style-position: outside; 
	list-style-image: url("../../images/button.gif"); 
} 


#layoutContent em {
	font-weight: bold;
	font-style: normal;
}

#layoutContent h1 {
	text-transform: uppercase;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	color: #CC0000;
}

#layoutContent h2 {
	text-transform: capitalize;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	color: #CC0000;
}

#layoutContent h3 {
	text-transform: capitalize;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.question {
	font-weight: bold;
}

.message {
	color: #CC0000;
	font-weight: bold;
}

.jumplink {
	text-transform: capitalize;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}

a {
	text-decoration: underline;
}

a.newslink:link {
	color: #CC6666;
}
a.newslink:visited {
	color: #CC6666;
}
a.newslink:hover {
	color: #666666;
}
a.newslink:active {
	color: #666666;
}

a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
