/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background: #f7f7f7 url(images/background.gif) top center repeat-y;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}


/************** wrapper styles *****************/
#wrapper{
	margin: 0 auto;
	width:760px;
	background-color: #ffffff;
	text-align: left;
}

/************** utility styles *****************/

#utility{
	margin: 0 auto;
	font-weight: normal; 
	color: #404040;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#utility a{
	color: #404040;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	border: 1px solid #ffffff;
}

#utility a:hover{
	text-decoration: none;
	background: #96c8ff;
	COLOR: #000000;
	border: 1px solid #0000ff;
}


/************** msgcontent styles *****************/

#msgcontent{
	font-weight: normal; 
	color: #000000;
	margin: 0 auto;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
	PADDING-LEFT: 5px;
	PADDING-RIGHT: 5px;
	line-height: 1.5;
	TEXT-ALIGN: left;
}

#msgcontent table{

}

/************** content styles *****************/

#content{
	font-weight: normal; 
	color: #000000;
	margin: 0 auto;
	PADDING: 5px;
	line-height: 1.5;
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#content table{
	background: #96c8ff;
	valign: top;
}


/************** content-sd styles *****************/

#content-sd{
	float: left;
	position: relative;
	font-weight: normal; 
	color: #000000;
	MARGIN: 0px 0px 0px 0px;
	Width: 460px;
	line-height: 1.5;
}
#content-sd a{
	text-decoration: underline;
	color: #ff0000;
}


/************** content-sd2 styles *****************/

#content-sd2{

	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 468px;
}

/************** content-sd2 styles *****************/
#content-50-1{
	float: left;
	position: relative;
	font-weight: normal; 
	color: #000000;
	MARGIN: 0px 0px 0px 0px;
	Width: 367px;
	line-height: 1.5;
}

/************** content-sd2 styles *****************/

#content-50-2{
	padding: 0px 5px 0px 0px;
	margin:0px 0px 0px 368px;
	line-height: 1.5;
}



/************** content styles *****************/
#footer{
	border-top: 1px solid #CCCCCC;
	color: #CCCCCC;
	margin: 0 auto;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 5px;
	font-weight: normal; 
	line-height: 1.5;
	text-align: left;
}

/************** top styles *****************/

#top{
	color: #000000;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 0px;
}
#sddate{
	position:absolute;
        color: red;
	left:300px;
	top:5px;
	width:120px;
	height:50px;
}
#sddesc{
	position:absolute;
	left:15px;
	top:250px;
	width:120px;
	height:170px;
}

.spacer{
	margin: 0 auto;
	height: 2px;
	font-size: 2px;
}

.clear{
	clear: both;

}