/***********************************************/
/* adapted from myemx_nav_left.css                            */
/* MCD 02/02/05 version 0.0.1         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
background-color:#eeeeee;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.55;		/*--- Text line height ---*/
	margin: 0px;
	padding: 0px;
    font-size:100%; 
	text-align:center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #003399;
	text-decoration: underline;
}


a:hover{
	text-decoration: underline;
	color:#0000FF;
}



/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #004c99;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0 0 4px 0;
 padding: 0px;
}

h5{
 font: 120% Arial,sans-serif;
 color: #000000;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}
h6{
 font: 110% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
 }


/*************** list tag styles ***************/
/*
ul{
list-style-image:url(Assets/bit5.gif);
 list-style-type:disc;
 } */


/* Seen by non IE agents*/
html>body ul {
list-style-image:url(Assets/bit5.gif);
 list-style-type:disc;
}
li{
line-height:140%;
margin-bottom:0.4em;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
background-color:#FFFFFF;
position:relative;
border:solid 2px #999;
margin:0 auto;
top:10px;
width:1000px;
text-align:left;
}

#pagecell1{
	position:relative;
	width:auto;
	top:0;
	left:0;
	height:auto;
	clear:both; 
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #ccc;
	border-left:solid 2px #999999;
	margin:20px;
	background-color: #EEEEEE;
	background-image: url(Assets/wg3.gif);
	padding:0;
}

#gapline{
height:20px;
border-bottom:solid 1px #ccc;
}

#blueline{
position:absolute;
top:106px;
left:0;
width:100%;
z-index:1000; 
margin:0;
padding:0;
height:10px;
		background-color:#0066cc;
}

#topflash{
float:right;
margin:0 0 20px 0;
padding:0;
}


#masthead{
position:absolute;
top:0;
left:0;
width:100%;
}

#pageNav{
	position:absolute;
	top:0px;
	left:0px;
	width:160px;
	padding: 0 0 5px 0;
	margin:0;
	background-color:#F5F7F7;
	border-bottom: 1px solid #cccccc;
	font:Verdana,sans-serif;
	font-size:90%;
}

#content{
	position:relative;
	min-height:28em;
	top:0;
	left:0;
	font-size: 90%;
	background-color:#ffffff;
	padding: 10px 0 10px 17px;
	margin:0 22px 0 0px;
	border-left: 160px solid #ffffff;
}

#adright{
position:absolute;
top:31px;
left:680px;
}


#siteInfo{
	clear: both;
	height: 10px;
	width:auto;
	font-family:Verdana, sans-serif;
	font-size:x-small;
	color: #ffffff;
	padding: 10px 10px 10px 14px;
	/* background-color:#004c99; */
	background-color:#0066cc;
	margin:0;
}

#mote{
display:inline;
position:relative;
left:150px;
height:900px;
top:0;
color:#FFFFFF;
font-weight:bold;
}

#sectionLinks{
position:relative;
top:0;
left:0;
width:160px;
	margin: 10px 0 0 0;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	padding: 4px 3px 4px 10px;
	color: #003366;
	text-decoration:none;
}

#sectionLinks a:hover{
	background-color: #DDEEFF;
	font-weight: bold;
	color:#0000FF;
	text-decoration: none;
}

/************** Class Styles *****************/

.clearboth{
clear:both;
}

.clearboth img{
float:right;
}

.feature{
	padding: 0 4px 30px 14px;
	font-size: 100%;
	color:333333;
	width:570px;
	background-color:#FFFFff;
}

/* Seen by non IE agents*/
html>body .feature {height: auto;}

.feature h2{
font:  100% Arial,sans-serif;
color:#000000;
border:2px solid #cc0033;
padding:4px 10px;
text-align:center;
background-color:#eeeeee;
}
.feature h3{
	font:  150% Arial,sans-serif;
	color: #333333;
	padding: 0px 10px 0px 10px;
	margin-top:20px;
	height:30px;			/* Shaded header bar */
	background-color:#eeeeee;
	border-bottom:solid 3px #cc0033;
	border-top:solid 1px #000000;
}
.feature h4{
	font: bold 120% Arial,sans-serif;
	color: #003366;
	padding: 10px 0px 5px 0px;
	}
.feature h5{
font: normal 80% Arial,sans-serif;
color:#333333;
}
.feature img{
	float: right;
	padding: 0px 0px 0px 10px;
}
.featuretables{
	padding: 0px 0px 10px 0px;
	font-size: 90%;
	line-height:140%;
	margin:0;
}
.left{
float:left;
margin-right:1em;
}

.thispage{
color:#999999;
/*margin-left:-1em;*/
}

/********************* end **********************/

