/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
padding: 0;
margin: 0;
font-size: 18px;
font-weight: normal;
}
ol {
margin-left: 50px;
list-style: decimal;
}
ul {
margin-left: 1.4em;
list-style:square;
}
img {
border: 0;
}
/* end reset browser styles */

*html .right #leftnav #rightnav{
	display: inline;
	zoom: 1;
}

#container {
	width: 900px;
	margin: auto auto;
}

#container_home {
	width: 730px;
	margin: auto auto;
}

#header {
	margin: 100px 0 0px 0px;
	width: 900px;
	border-bottom: 2px solid #000000;
	text-align: center;
}

#header H1{
	text-decoration: none;
	text-align: center;
	font-size:25px;
    font-weight: bold;
}

#header_home {
	margin: 100px 0 0px 0px;
	width: 728px;
	border-bottom: 2px solid #000000;
	text-align: center;
}

#header_home H1{
	text-decoration: none;
	text-align: center;
	font-size:25px;
    font-weight: bold;
}


#button_container{
	clear: both;
	background-color:#F0F0F0;
}

#left_links{
	float: left;
	width: 395px;
	display: inline;
	background-color: #F0F0F0;
    margin: 0 0 0 0;
    padding: 0;
}

#right_links
{
	float: relative;
	margin-left: 395px;
	margin-top: 0px;
    background-color:#F0F0F0;
}



P.blocktext {
	margin: 0 auto 0 auto;
    width: 98%;
}

.leftIndent{
	margin: 10 0 0 20px;
	padding: 0;
}

.topbuttonPadded{
	padding: 20px 0 20px 20px;
}

#leftnav .adspadding{
	margin: -1px 0 0px 0px;
	padding: 0;
}

#leftnav .adspadding1{
	width: 728px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

#leftnav .adspadding2{
	margin: auto auto;
	padding: 0;
}

#leftnav {
	float: left;
	display: inline;
	width: 729px;
	background-color: #F0F0F0;
    margin: 0 0 0 0;
    padding: 0;
}

#leftnav TT {
	color: #00AEEF;
	margin-bottom: 10px;
}

#leftnav p.B{
	padding-left:0;
	color: #00AEEF;
    font-size: 18px;
    padding-right: 10px;
}

hr{
display: none;
}
.word i{

}

#leftnav p{

	padding-left:5px;
}

#leftnav u{
	color:#FF8A00;
}


.item{
	border-bottom: 1px dashed #CCCCCC;
    margin: 15px 0;
    padding-bottom: 15px;
}

.item p.word{
	padding-left:0;
	background: #CCCCCC;
	font-size: 28px;
}

.word b{
	color: #00AEEF;
    padding-right: 10px;
	
}

hr{
display: none;
}

.word i{

}
.item p{

	padding-left:5px;
}
.item u{
	color:#FF8A00;
}



#rightnav {
	float: right;
	width: 1px;
	display: inline;
}

#mbody{
	margin-left: 730px;
	margin-top: 0px;
	position:relative;
	bottom:0;
	right:0;
}

.right
{
	margin-left: 6px;
    float:left;
    background-color:#F0F0F0;
    display: inline;
}

#footer{
	clear: both;
	background-color:#F0F0F0;
}


#navBar{
	margin: 0px auto 0px auto;
	background-color:#E0E0E0;
	list-style: none;
	overflow: hidden;
	zoom:1;
	border-left: 3px solid #660033;
}

ul #navBar{
	display: block;
}

#navBar li {
	float: left
}

#navBar a{
	text-decoration: none; 
	color:#FFFFFF;
	display: block;
	border: 0px solid #FFFF00;
	border-left: none;
	text-align: center;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 5px;	
}

#navBar a:hover {
  font-weight: bold;
  background-color: #99CC99;
  background-position: 3px 50%;
}


#fnavBar{
	display: block;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: auto;
	padding-top: 30px;
	background-color:#FFFFFF;
	list-style: none;
	overflow: hidden;
	zoom:1;
	border-top: 2px solid #660033;
}

ul #fnavBar{
	display: table-cell;
	margin: 20px auto 0 auto;
	text-align: center;
}

#fnavBar li {
	float: left;
	list-style: none;
}

#fnavBar a{
	text-decoration: none; 
	color:#930000;
	display: block;
	border: 0px solid #FFFF00;
	border-right: 2px solid #007500;
	border-left: none;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top: 0px;	
}

#fnavBar a:hover {
  font-weight: bold;
  background-color: #99CC99;
  background-position: 3px 50%;
}

.smallfont{
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	padding: 15px 0 15px auto;
}


/* div container containing the form */
#searchContainer {
	display: inline-block;
	border-bottom: 0px solid #000000;
}

/* Style the search input field. */
#searchContainer .field {
	float:left;
	margin-right: 1px;
	width:650px;
	height:29px;
	line-height:27px;
	text-indent:10px;
	font-family:arial, sans-serif;
	font-size:1em;
	color:#333;
	background: #fff;
	border:solid 1px #000000;
	border-bottom:solid 1px #c0c0c0;
}

/* Syle the search button. Settings of line-height, font-size, text-indent used to hide submit value in IE */
#searchContainer .submitbutton {
	cursor:pointer;
	width:70px;
	height: 31px;
	line-height:0;
	font-size:0;
	text-indent:-999px;
	color: transparent;
	background: url(ico-search.png) no-repeat #4d90fe center;
	border: 1px solid #3079ED;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/* Style the search button hover state */
#searchContainer .submitbutton:hover {
	background: url(mobile_unified_button_icon_black.png) no-repeat #F0F0F0 center;
	border: 1px solid #999999;
	background-size: 24px;
}