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

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
    font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: #cccccc url(images/shadow.JPG) fixed;
	text-align: center;
}

body img{
	border:thin;
}

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

a:link, a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	text-decoration: underline;
}

a:hover{
	color: #c0c;
	text-decoration: underline;
}

a.red:link {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}

a.red:visited {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;   
}

a.red:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font-family:Arial, Helvetica, sans-serif;
 font-size:18px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family:Arial, Helvetica, sans-serif;
 font-size:18px;
 color: #C0C;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family:Arial, Helvetica, sans-serif;
 font-size:18px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color: #C0C;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: disc;
 padding-top: 2px;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}

li{
 padding: 3px 3px 3px 3px;
}

/********* 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                                 */
/***********************************************/
#links{
	height: 100%;
	width: 150px;
	text-align:left;
	float:left;
}

#header{
	position: absolute;
	left: 155px;
	width: 85%;
	top: 3px;
	visibility: visible;
	text-align:center;
}

#body {
	position: absolute;
	top: 158px;
	left: 175px;
	right: 2%;
	width: 85%;
	visibility: visible;
	text-align: center;
}

.bluesmall {
	font-size: 12px;
	color: #3300ff;
	font-weight: bold;
}

.bluelrg {
	font-size: 18px;
	color: #3300ff;
	font-weight: bold;
}

.graysmall {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.graylrg {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.whitesmall {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.whitelrg {
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}

.redsmall {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.redlrg {
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
}

.blacksmall {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.blacklrg {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.pinksmall {
	font-size: 12px;
	color: #ff00ff;
	font-weight: bold;
}

.pinklrg {
	font-size: 18px;
	color: #ff00ff;
	font-weight: bold;
}
