/***********************************************/
/* emx_nav_left.css                            */
/* Use with template stork.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;
	background-position: center;
	background-color: #FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0066FF;
	text-decoration: none;
	padding-left: 10px;
}

a:hover{
	text-decoration: underline;
	color: #990000;
	padding-left: 10px;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #334d55;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin:  0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: relative;
	top: -10px;
	width: 425px;
	margin-left: -10px;
	
	background-color: #CCCCCC;
}

#tl {
	position: relative;
	background-color:#CCCCCC
	margin-left: -10px;
	z-index: 100;
}

#tr {
	position: relative;
	background-color:#CCCCCC
	margin-left: -10px;
	margin-right:auto;
	z-index: 100;
}

#masthead{
	position: relative;
	top: -10px;
	margin-left: -10px;
	width:420px;
	
}

#content{
	padding: 0px 0px -10px 0px;
	margin:15px 0px -20px 0px;
	border-left: 2px solid #ffffff;
	border: 2px solid #ffffff;
	background-color: #CCCCCC;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
    background-color:#CCCCCC
	color: #ffffff;
	font-weight: normal;
	position: relative;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{
	height: 0px;
	padding-left: 10px;
	b
}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

.feature img{
	float: left;
	padding: 0px 5px 0px 5px;
}


/*************** story styles ******************/

.story {
	font-size: 80%;
	background-color: #FFFFFF;
	line-height: 1.5em;
}

.story h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
}

.story a.capsule:hover{
	text-decoration: none;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #ffffff;
}

/**************** advert styles *****************/

#advert{
	border-top: 1px solid #ffffff;
}

#advert img{
	display: block;
}
