.forextop    { height: 150px; background-image: url('images/mainLogo3.jpg'); 
               background-repeat: no-repeat; background-position: right top }
.topmenu     { background-image: url('images/NavBarBack.jpg'); height:25px }
a.f, a:visited.f {
	text-decoration: none;
	font-size:10pt;
	color: #333333;font-family:Tahoma; font-weight: 400
}
a:hover.f {
	color: #FF6666;
}


div#horizontalNav{

	height:25px;
	margin-right:-1%;
	
}

#menuList {
	position:relative;
	font-size:1em;
	z-index:200;
	margin:0;
	padding: 0;

}


#menuList ul {
	z-index:200;
	margin: 0;
	padding: 0;
}

#menuList li {
	z-index:200;
	display:inline;
	list-style: none;
	padding: 0;
	margin: 0;
}




#menuList a.starter{
	z-index:200;
	border-right: 1px solid #666666;
	padding: 0px 8px 0px 8px;
	margin: 0;
	color: #444444;
	text-decoration: none;
	text-align: center;
	font-size:70%;


}
#menuList a:visited.starter{
	text-decoration:none;
		color: #666666;
}
#menuList a:hover.starter{
	text-decoration:none;
	color:red;

}




#menu1,#menu2,#menu3{
	width:140px;

	}



.menu {
	text-align: right;
	position: absolute;
	visibility: hidden;
	z-index: 200;


}
.menu li {
	width:100%;
	z-index:200; 
}

.menu li a {
	background-color: transparent;
	z-index:200;
	display: block;

	padding: 2px 15px 2px 15px;
	width: 100%;
	text-align:right;
		
	font: normal 13px Tahoma;
	text-decoration: none;
	border-bottom:1px solid #666666;
	color: #000000;
	background-color:#e5f2ff;

	
}

#horizontalNav .menu li a:hover, .menu li a:active, .menu li a:focus  {
	background-color:#EAEAD4;
	color: #444444;
	text-decoration:none;
}
#horizontalNav .menu li a:visited{
	text-decoration:none;

}



#hbarMenu {
		text-align: right;
	padding: 0.5em;
}

#hbarMenu a.starter {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}

#hbarMenu a:hover.starter, a:active.starter {
	background-color:#000000;
	color: #ffffff;
}

.menu_sub {
	text-align: right;
	color: #ffffff;
	background-color: #D7d396;
	position: absolute;
	width: 120px;
	visibility: hidden;
}

.menu_sub li a {
	background-color: #FFCCCC;
	color: #fff;
	color:#000000;
	display: block;
		line-height: 1.2em;
	border-bottom: 1px solid #999999;
	border-left: 2px solid #999999;

	margin: 0px;
	padding: 2px 0 2px 15px;
	text-decoration: none;
	background-image: url("icons/sm_silver_square.gif");
	background-repeat:no-repeat;
	background-position:5px 6px;
}

.menu_sub li a:hover, .menu li a:active {
	background-color: #DC241F;
	background-color: #5f0b0b;
	color: #ffffff;
}




#tablist{
padding: 1px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 1em Tahoma;
text-align:right;

}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}


#tablist li a{
text-decoration:none;
padding: 1px 1em;
margin-left: 1px;
border-right: 1px solid #778;
border-bottom: none;
color:#121212;
}



#tablist li a.current{
color:#CC3300;
}



#tabcontentcontainer{
height:20px;
margin-top:.3em;

}

.tabcontent{
text-align:right;
display:none;

}




#tabcontentcontainer a.tchild{
text-decoration:none;
color: #666666;
font-size:85%;
font-weight:bold;
}

#tabcontentcontainer a:hover.tchild{
text-decoration:none;

color:#CCB517;
font-weight:bold;
}

#tabcontentcontainer a.tchildhere{
text-decoration:none;

color:#CCB517;
font-weight:bold;
}



/*=================modified sucker================*/
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  padding-top:2px;
  width: 100%; /*For KHTML*/
  list-style: none;
	z-index:800;
	margin-left:-1%;
	background-image:url(../images/NavBarBack.jpg);
	background-repeat:repeat-x;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: right; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
  z-index:800;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 170px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index:800;
}

ul#navmenu-h ul:after{
  clear: both;
  display: block;
  font: 1px/0px Tahoma;
  content: ".";
  height: 0;
  visibility: hidden;
    z-index:800;
}

ul#navmenu-h ul li {
  width: 170px;
  border-top: 1px solid white;
  float: right; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
    z-index:800; /*NOTE THAT THIS KEEPS THE MENU FROM ACTING SKITCHY*/
}

/* Root Menu */
ul#navmenu-h a {
 border-left: 1px solid #FFF;
 
  border-right-color: #CCC;
  padding: 2px 14px;
  float: none !important; /*For Opera*/
  float: right; /*For IE*/
  display: block;
  color: #000000;
  font: bold 11px/20px Tahoma;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  z-index:800;
}

ul#navmenu-h a.last{
border-right-color:#FFF;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #D1E0EF;
  color: #000;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #E7E7E7;
  color: #444;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #D2E4EF;
  color: #444444;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EFEFEF;
  color: #444;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #D2E4EF;
  color: #444444;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 170px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}







#pageWrapper{

width:990px;
margin: 50 auto;

}

#masthead,  #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #113399;

}

#innerColumnContainer{border-color: #FFFFFF;}



html, body
{
	
	
	color: #262b2f;
	font-family:Tahoma;
	line-height:1.25em;

}

a{
color: RoyalBlue;
}
a:visited{
color: RoyalBlue;
}
a:hover{
color: MidnightBlue;
text-decoration:underline;
}


a.one, a.two, a.three, a.four, a.five
{
	color:#0f1113;
	text-decoration:none;
	font-weight:bold;
	display:block;

}

a:hover.one, a:hover.two, a:hover.three, a:hover.four, a:hover.five
{
	color:#113399;

}

a.one
{
	font-size: 220%;
	display:block;
	text-decoration:none;
	
}
a.two
{
	font-size: 190%;
}
a.three
{
	font-size: 150%;
	color:#56738F;
	font-family:Tahoma;
	margin-bottom:8px;
	margin-top:10px;
	text-decoration:underline;
}
a:visited.three
{
		color:#56738F;
	text-decoration:underline;
}
a:hover.three{
	text-decoration:underline;
	color:#000066;
}

a.super{
	font-size: 200%;
	color:red;
	font-weight:bold;
	text-decoration:none;
	line-height:110%;
}
a:visited.super{
	color:red;
	text-decoration:none;
}
a:hover.super{
	text-decoration:underline;
}



a.four
{
	font-size: 120%;


}

a.five
{
	font-size: 100%;
}
a.six
{
	font-size: 100%;
	color:#105783;
	text-transform:uppercase;
}
a:visited.six
{
	color:#105783
	text-decoration:none;
}
a:hover.six
{
	font-size: 100%;
	color:#000000;
}

a.jump
{
	font-size: 80%;
	text-decoration:none;
	color:#7399bf;
	font-weight:bold;
	margin-top:5px;
}
a:hover.jump{
	color:#113399;
	text-decoration:underline;
}

#logDiv{
	color:#666666;
	float:right;
	width:250px;
	position:absolute;
	top:120px;
	left:200px;
	text-align:right;
}
a.log{
	font-weight: bold;
	font-size:1em;
	color:silver;
	text-decoration:none;
}
a.log{
	text-decoration:none;
	color:silver;
	}
a:hover.log{
	color:red;
	text-decoration:underline;
}

hr.sectionhead{
margin:-1em 0 10px 0;
border:0;
color:  #003399;
background-color: #003399;
height: 1px;
display:block
}



#middleColumn{
min-height: 25em;
height:auto;
_height:10em;
}

#middleContent{

min-height: 50em;
height:auto;
_height:20em;
margin:0 0 0 0;
padding-left:2em;
padding-right:2.5em;
}

/*use this for inside pages*/
#middleContentWider{
min-height: 50em;
height:auto;

margin:0 0 0 0;
padding-left:1em;
padding-right:1em;
}





#middleContentBody{

min-height: 55em;
height:auto;
_height:50em;
margin:0 0 0 0em;
padding-left:2em;

}
#middleColumn{
height:auto;
}

#pageWrapper
{
	font-size: 80%;	

	
}


/*===========PreMasthead===============*/
#preMast{
position:absolute;
top:-5px;
right:0;
height:165px;
width:1000px;
background-image:url(../images/mainLogo3.jpg);
background-repeat:no-repeat;
background-position: 0px 0;
}





#masthead
{
	height:130px;
	}
html>body #masthead
{

	height:130px;
}

#magTabs{
	float:right;
	width:385px;
	height:50px;
	text-align:right;
	position:absolute;
	top:97px;
	left:600px;
}

a.magLinks{
	color:#666666;
	font-size:12px;
	text-decoration:none;
	word-spacing:-.5px;
	font-weight:bold;
	display:inline;
	text-align:right;
	margin-top:-5px;
}

a:visited.magLinks{
	text-decoration:none;
		color:#666666;
}

a:hover.magLinks{
	text-decoration:none;
	color:red;
}


#mastheadRight{
	float:right;
	padding-right:0em;
	color:#444444;
	text-align:right;
	width:300px;
	}


#mastheadRight form{
	margin:0;
}

#mastheadRight input{
	float:right;
	width:150px;
	margin: 0 5px 0 0;
	text-align:right;
	font-weight:normal;
	font-size:85%;
	color:#003399;

}


#mastheadRight p{
	margin:0 0 5px 0;
	font-size:100%;
	color:#FFFFFF;
	float:right;
}



#masthead a.one
{
	margin-left: 1em;
	margin-top: 1em;
	font-size: 250%;
	font-weight:bold;
	float:right;
	color:#FFFFFF;
	text-decoration:none;
}



#outerColumnContainer
{
	border-left-color: none;
	border-right-color: none;	
	background-color: none;
						   
}


.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	background-color: #cdc;
	color: #000;
}
#rightColumn .vnav ul li a:link, #rightColumn .vnav ul li a:visited, #rightColumn .vnav ul li a:active
{
	background-color: #ded;
}
.vnav ul li a:hover, #rightColumn .vnav ul li a:hover
{
	text-decoration: none;
	background-color: #898;
	color: #fff;
}
.hnav ul li a:link, .hnav ul li a:visited
{
	background-color: #bcb;
	color: #000;
}
.hnav ul li a:hover
{
	background-color: #787;
	color: #fff;
}
#rightColumn .inside
{
		font-size: 90%;
	margin-top:6px;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}
#footer
{
	border-top:1px solid #444444;
	text-align: center;
	padding:1em 0;
	font-size: 80%;
	margin-top:5em;
}

#footer a{
	color:#000000;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#f5f7f9;
	text-decoration:underline;
	}
	

.background{
	padding:5px 15px 15px 15px;
	margin:5px 0 10px 0;
	background-color:#f5faff;
}

.lightgrey{
	background-color:#f5f7f9;
	}
.darkgrey{
	background-color:#e5eaee;
	}

.lightred{
	background-color:#e6ebf5;
	}
	
	input{
	font-family:Tahoma;
	font-size:12px;
	padding:2px 0 2px 0;
	}
form textarea{
		font-family:Tahoma;
	font-size: 12px;
	}


.evenSpan{
	color:#FFFFFF;
	background-color:#cde6ff;
}
.oddSpan{
	color:#FFFFFF;
	background-color:#e5f2ff;
}

.evenRow{
	background-color:#cde6ff;
}
.oddRow{
	background-color:#e5f2ff;
}





.newsSpan{
	display:block;
	margin:0 0 1px 0;
	padding:5px 5px 4px 0px;

	font-size:200%;
	line-height:12px;
	font-weight:bold;
	border-bottom:1px solid black;
}



a.links{
	font-weight: bold;
	color:#263340;
}

a:hover.links{
	font-weight: bold;
	color:#113399;
}


a.Vsection{
	display:block;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
	color:#FFFFFF;
	background:#82add9;
	padding:10px 0 1em 10px;
	margin-bottom:1px;
	
}
a:hover.Vsection{
background:#7399bf;
}

a:visited.Vsection{
	text-decoration:none;

}


a.Vparent{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#7399BF;
	font-size:8pt;
	border-top:3px solid #56738F; padding-right:10px; padding-top:3px; padding-bottom:3px; width:165; height:30px; font-family:Tahoma; text-align:right
}
a:visited.Vparent{
text-decoration:none;
		background-color:#7399BF;
			font-weight:bold; padding-right:10px; padding-top:3px; padding-bottom:3px; width:165; height:30px; text-align:right}
a:hover.Vparent{
		color:#FFFFFF;
	background-color:#7399BF; padding-right:10px; padding-top:3px; padding-bottom:3px; width:165; height:30px; text-align:right}

a.Vchild{
	display:block;
	text-decoration:none;
	color:#444444;
	font-size:8pt;
	background-color:#F2F2E1;
	background-color:#F4F8FB;
	border-left:1px solid #efefef;
	border-bottom:1px solid #FFFFF; padding-right:10px; padding-top:2px; padding-bottom:1px; width:165; height:30px; text-align:right
	}
	
	
a:hover.Vchild { background-color: #D1E0EF }
.membershipHolder{
	background-color:#e5f2ff;
	margin:0;
	width:165px;
}

#membership{
background-color:#f5f7f9;
padding:1em 0 5px 2em;
margin-top:3px;
width:95%;
margin-left:5px
}

div#membership form{
font-size:10px;
}

a.button{
	display:block;
	width:6em;
	padding:3px;
	font-weight: bold;
	font-size:90%;
	background: #99CCFF;
	color: #FFF;
	text-decoration:none;
	text-align:center;
}

a:hover.button{background:#113399;color:#FFFFFF}


a.button_inline{
	display:inline;
	width:6em;
	padding:4px;
	font-weight: bold;
	font-size:90%;
	color: #444444;
	text-decoration:none;
	text-align:center;
	border:1px solid #444444;
	background-color:Ivory;

}
a:visited.button_inline{
text-decoration:none;

}

a:hover.button_inline{
background:#113399;
color:#FFFFFF;
border:1px solid #444444;
}

a.button_highlight{
	display:inline;
	width:6em;
	padding:4px;
	font-weight: bold;
	font-size:90%;
	font-family:Tahoma;
	background:#A35407;
	
	color: #FFF;
	text-decoration:none;
	text-align:center;
}

a:hover.button_highlight{background: #DCE2EA;color:#444444}

#progressbar{
	margin-left:140px;
	text-align:center;
	background-color:#FFFF99;
	width:400px;
}






ul.search,ul.search li{margin:0;padding:0;list-style-type:none}
ul.search li{float:right;width: 3em;font-size:90%;}

ul.search a:hover{background:#006699;color:#FFF}
ul.search a:visited{background: #113399;color:#FFF;text-decoration:none;}

a.crumb{
color:#000000;
text-decoration:none;
}
a:visited.crumb{
text-decoration:none;
}
a:hover.crumb{
text-decoration:none;
color:#56738F;
}
a.mailcrumb{
	font-family:Tahoma;
	font-weight:normal;
	color: #666666;
	text-decoration:none;
	background-color:#F4F3E2;
	padding:.5em;
}
a:hover.mailcrumb{
	color: #FFFFFF;
	background-color:#A35407;
}
a.mailcrumb_here{
	font-family:Tahoma;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:underline;
	background-color:#AAAA88;
	padding:.5em;
}

div.startbox{
	width:185px;
	float:left;
	background-color:#F4F3E2;
	padding:10px;
	margin-right:5px;
	min-height:175px;
}


.teaser{
	margin:10px;
	border: 1px solid white;
	background-color:#FFFFFF;
}

.teaser p{

font-size:90%;
}

.teaserSpan{

	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#7399BF;
	padding:3px 0 3px 12px;
	font-size:8pt;
	margin-top:6px;
	border-top:3px solid #56738F;
}
	
	
	
	
	
	
}

.teaserSpanAlt{
	display:block;
	margin:0 0 1px 0;
	padding:5px 5px 5px 10px;
	color:#FFFFFF;
	font-size:11px;
	line-height:12px;
	background-color:#7399bf;
	font-weight:bold;
	
}
div.teaser p{
	margin:1em;
	font-size:90%;
}

.teaser_home{
	margin:0px 0 1em 0;
	border: 1px solid white;
	background-color:#e5f2ff;
	width:280px;
}


div.teaser_home p{
	margin:1em;
	font-size:110%;
}

div.teaser_home form{
	margin:1em;
	font-size:110%;
}

div.teaser_home form input{
	font-size:12px;
	color:#666666;
	text-align:right;
	padding:2px 5px 2px 2px;
	margin:0;
	border:1px solid black;

}

div.teaser_home form .button{
	font-size:9px;
	margin:1px 10px 0 0px;
	color:#FFFFFF;
	padding:1px;
	width:20px;
	float:right;
	text-decoration:none;
}


.smallfieldcell select {
	 font-size: 11px;
	 background-color: #D7E5F2;
	 color: #102132;
	 border: 1px solid #284279;
}

.hiddenrow{
	display:none;
}

.visrow{
	color:black;
}



li.inline{
	display:inline;
	font-family:Tahoma;
}
.admin_header{
	background-color:#BAC6D6;
	color:#666666;
}

ul.features{
 list-style-type: none;
 margin:0;
 padding:0;
}


/*===========Left Column Temp=========*/
.leftBox{
background-color:#EFEEE9;
margin:0 0 5px 0;

}
.leftBox .indent{
margin:5px;
}


.leftBox a{
	color:#444444;
	text-decoration:none;
	display:block;
}
.leftBox a:visited{
	color:#444444;
	text-decoration:none;
	
}
.leftBox a:hover{
	color:#red;
	text-decoration:none;
	
}

a.sectionHead{
	color:red;
	text-decoration:none;
	display:block;
}

a:visited.sectionHead{
	color:red;
	text-decoration:none;
}
a:hover.sectionHead{
	color:black;
	text-decoration:none;
}

/*===========RightColumn Temp=========*/
.rightBox{
background-color:#F2F2E1;
background-color:#F4F8FB;
/*background-color:AliceBlue;*/
margin:0 0 5px 0;
height:1%;
width:95%;
border-top:2px solid #7399BF;
padding-bottom:2px;
}

.rightBox table{
border:1px solid #E7E7E7;

}
.rightBox .indent{
margin:2px;
/*padding:10px 4px 10px 4px;*/
}

.rightBox th{
color:white;
background-color:#AAA8A6;
font-weight:normal;
padding-left:4px;
}
.rightBox td{
color:#444444;
background-color:white;
padding-left:4px;
}

.rightBox td a{
color: #44A4BA;
text-decoration:none;
}
.rightBox td a:visited{
color: #44A4BA;
text-decoration:none;
}
.rightBox td a:hover{
color: red;
text-decoration:none;
}

/*====================Home sections======================*/

h3{
color:#000000;
font-size:150%;
font-family:Tahoma;
margin-bottom:5px;
}

h4{
margin:10px 0 10px 0;
}


.homeSection{
border-top:1px solid #C7C7C7;
margin-top:0;
margin-bottom:5px;
}

li {
margin-left:0px;
}
ul{
padding-left:0px;
list-style:square; 
margin-left:15px;
}

/*===============Pages==============*/

#crumbs{
margin-bottom:1em;
}

#crumbs a{
	text-decoration:none;
	color:#666666;
}
#crumbs a:visited{
	text-decoration:none;
	color:#666666;
}
#crumbs a:hover{
	text-decoration:none;
	color:red;
}




/*=============Tables===============*/

#graphicTables table{
color:#666666;
border:1px solid #e7e7e7;
background-color:#efefef;

}

#graphicTables th{
padding:4px;
background-color:#efefef;
}
#graphicTables td{
padding:4px 4px 4px 10px;
background-color:white;
}

a.log{

font-size:11px;
padding-bottom:4px;
}

/*===============TOCHomeLinks===============*/

a.tocHomeLink{
color:#000000;
text-decoration:none;
}
a:visited.tocHomeLink{
color:#000000;
text-decoration:none;
}
a:hover.tocHomeLink{
color:red;
text-decoration:none;
}

span.byline{
	display:block;
	font-style:italic;
	}
	
/*=============Ads===============*/
#topHalfBanner{
	
	float:right;
	position:absolute;
	top:15px;
	left:500px;
	z-index:1000;
	margin:0;
	padding:left

}

#loginform{
margin-right:auto;
margin-left:auto;
width:400px;
margin-top:40px;
}

#t11{

display:none;
}

/*=====================pulledData===============*/



.rightBox td{
border-bottom:1px solid #DEE9F5;
}
.marketUp{
color:green;
}
.marketDown{
color:red;
}

.report{

margin-bottom:20px;
}

.report td{

border-bottom:1px solid #DEE9F5;

}

.report th{
background-color:#e7e7e7;

}

.rightbox th{
background-color:#e7e7e7;
}

.indexes td{
vertical-align:top;
}

a.special{
text-decoration:none;
color:#333333;
display:block;
border-bottom: 1px solid #6699CC;
padding:4px;
}
a:visited.special{
color#333333;
}
a:hover.special{
text-decoration:none;
color:black;
background-color:#CCCCFF;
}
.eventTitle{

	color:#000000;
	display:block;
	font-weight:bold;
	font-size:14px;
}
optgroup{
	color:#CCC;
	font-style:normal;
	font-weight:normal;
	}
option{
	color:#000000;
	}
	
.intro{
margin-top:10px;
font-size:8pt;
padding-bottom:10px;
margin-bottom:10px;
border-bottom:1px solid #666666;
}

/*=====handles cover logo link....========*/

#goHome a{
	position: absolute;
  height: 115px;
  width: 185px;
  top: 23px;
  left:45;
  text-decoration: none;
  z-index:1200;
}
#goHome a i{
visibility: hidden;
}
a#homelink{
left:20px;
cursor:hand;
}



.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 1em;
}

/* margin values and font sizes for headings, and margins on paragraphs
 * and lists are not consistent across browser platforms. to achieve a
 * consistent look we need to explicity set these values here. it may
 * seem an odd way to declare the margins like this but you never
 * know what kind of horizontal padding a browser may be using on an
 * element, and I only want to change the vertical padding.
 *
 * pixels are used here, rather than ems, because I want a consistent
 * margin on the different headings. if I use ems, 1em for an h1 element
 * is much larger than 1em on an h6 element. I don't wnat this.
 *
 * salt to taste
 */
ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
	font-family:Tahoma; direction:rtl
}
textarea{
line-height:3em;
}
h1           { font-size: 10pt; font-family: Tahoma; text-decoration: none }
h2           { font-size: 8pt }
h3
{
	font-size: 8pt;
	line-height: 110%

}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

/* alter some HTML elements' default style
 */
a, a:link, a:visited, a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
code
{
	font-family: "Tahoma", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: middle;
}

/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
		margin: 0px 1%;	/* margin instead of padding for the gutterspace around 
	 			   the layout because IE breaks the layout when 
	 			   horizontal padding is applied to the body element.
	 			   % over pixels for that horizontal gutterspace so that
	 			   it automatically goes below 20px on low-res browsers
	 			   to create more space for the content. */
	 			   
	 			   
	 	/*margin:0;		   Insert this if you want a full-frame site*/
	 	
	 /*	margin:1em 10% 10% 10%;*/
	 		   
	 			   
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
				   
	/*text-align:center;//Uncomment this to 'float' the page is spec'ing a fixed width....*/
}
body         { font-family: Tahoma; font-size: 8pt }
#pageWrapper
{
	 /*border: solid 1px #fff;
	border-width: 0 1px;
	 border-left: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;*/
	min-width: 40em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. 
	width: auto;*/
/*	position:relative; UNCOMMENT TO SET A FLOATING, FIXED WIDTH
	width: 830px;*/
	text-align:left;
/*	margin:40px auto; */
	
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#masthead
{
	/*border: solid 1px #fff;
	border-width: 1px 0;*/
	padding: 0.5em;
}

#outerColumnContainer
{
	/* reserves space for the left and right columns. you can use either
	 * padding, margins, or borders, depending on your needs. however you
	 * can use the border method to create a background color for both left
	 * and right columns
	 */
	border-left: solid 17em #fff;
	border-right: solid 23em #fff;
}
#innerColumnContainer
{
	/*border: solid 1px #fff;
	border-width: 0 1px;*/ 
	margin: 0 -1px;		/* compensate for the borders because of
				   100% width declaration */
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	/*This stands for "Source Ordered": It allows you to list the middle column first in markup*/
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
	
}

/*NOTE: This width was formerly 100%. This may screw up things....*/
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
	padding-bottom:100px;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -17em;
	width: 17em;
	z-index: 4;

	
}
#rightColumn
{
	float: right;
	width: 23em;
	margin: 0 -23em 0 1px;
	z-index: 2;
	
}
#footer
{

	padding: 0.5em;
}

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}

.indent{
padding:2%;
}

/*=========Nav Tabs===========*/

ul#tabnav {
list-style-type: none;
padding: 0 0 24px 15px;
margin: 10px 0 0 0;
}

/*note: You only have to add the font and line-height properties
in the next (ul#tabnav li) style to over-ride li's set in the main
style sheet*/


ul#tabnav li {
float: right;
height: 21px;
margin: 2px 2px 0 2px;
line-height:10px;
list-style-type:none;
}


#tabnav a {
float: right;
display: block;
text-decoration: none;
padding: 4px;
}

/*==============Forms============*/

form {
margin:0;
}
form div {
   display: block;
   clear: both;
   margin: .5em 0;
}
/* for labels on same line as the form element */
form div label {
   width: 10em;
   float: right;
   text-align: right;
   margin-right: .5em;
   padding:4px 2px 3px 0;
}

form div label.above {
   display: block;
   margin: 0;
   width:40em;
   text-align:left;
}
form div label.mail{
   width: 12em;
   float: left;
   text-align: right;
   margin-right: .5em;
   padding:4px 2px 3px 0;
   background-color:#EFEFEF;
   font-weight:bold;
   }
