/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	background-color: #990033;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #990033;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	color: #990033;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

h2{
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

h3{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h4{
	color: #999999;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

h5{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h6 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

img {
	background: transparent;
}

/*************** 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{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
				
input{
font-family: Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 153px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #FFFFFF;
}
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	z-index: 1;
	background-repeat: repeat-x;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: FFFFFF;
	
}
#masthead table {
	background-image: url(img/bgd_staff.gif);
	width: 100%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#masthead #left {
	vertical-align: top;
	width: 40%;
}
#masthead #right {
	width: 60%;
	overflow: hidden;
	background-image: url(img/masthead.jpg);
	background-repeat: repeat-x;
	background-position: 0px 25px;
	margin-right: 10px;
}

#pageNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#content{
	height: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow-x:hidden;
	width: 100%;
	overflow: auto;
}

/************** feature styles *****************/

.feature{
	padding: 10px 0px 10px 10px;
	min-height: 200px;
	background-position: top;
}

/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	height: auto;
}
.border {
	border: .5pt solid #CCCCCC;
	margin: 10px;
}


.story a.capsule{
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #990033;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	width: 50%;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990033;
}
#siteInfo a {
	color: #CCCCCC;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #CCCCCC;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #660033;
}

#sectionLinks a:hover{
	border-top: 1px solid #CCCCCC;
	background-color: #CC3366;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #CCCCCC;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
	text-align: center;
}

#advert p {
	border-bottom: thin solid #EEEEEE;
	border-top: thin solid #EEEEEE;
}

/********************* end **********************/
dt {
	color: #990033;
}
