/***********************************************/
/* emercos.css                                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0px;
	padding: 0px;
	background: #6699CC url(images/backslice.png);
        background-repeat: repeat-x;
	text-align: center;
        line-height:17px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	text-decoration: none;*/

}
a{
	color: #0033FF;
	text-decoration: none;
}

a:link{
	color: #0033FF;
	text-decoration: none;
}

a:visited{
	color: #0033FF;
	text-decoration: none;
}

a:hover{
	color: #0033FF;
	text-decoration: none;
}
td{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-size: 11px;
        line-height:17px;
}


h1{
 font-family: Georgia,serif;
/* font-family: Arial,sans-serif;*/

 font-size: 150%;
 padding: 0px 0px 4px 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 130%;
 color: #334d55;
 margin: 0px;
 padding: 15px 0px 2px 0px;
 margin: 0 0 10px 0;
 border-bottom:1px solid #ddaa00;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 10px 0px 3px 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 110%;
 font-style: italic;
 color: #334d55;
 margin: 0px;
 padding: 10px 0px 2px 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.underlined {
 padding:0 0 2 0;
 margin:20px 20px 0px 150px;
 border-bottom:2px solid #ddaa00;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagelayout{
	background-color: #FFFFFF;
	border: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	display: block;
	text-align: left;
	width: 800px;
        margin-top:20px;
        margin-bottom:20px;
}
#masthead{
	margin: 0;
	background-color: #FFFFFF;
}

#mastheadlogo{
	font-family: "Times New Roman", Times, serif;
	background-color: transparent;
}

#navBar{
	float: left;
	width: 150px;
        height:100%;
}

/************** #headlines styles **************/
#headlines{
	float:right;
	width: 150px;
	padding: 20px 5px 5px 5px;
	background-color: #FFFFFF;
        font-size:10px;
        line-height:12px;

        border-right:0px;
        border-top:0px;
        border-bottom:0px;
        border-left:1px;
	border-style: solid;
	border-color: #EEEEEE;
        margin-top: 30px;
}

#headlines h3{
 color: #666666;
 font-family: Arial,sans-serif;
 font-size: 120%;
 margin-top: 15px;
 padding: 3px 0px 3px 0px;
 background-image: url(images/headlinebgr1.gif);
 text-align: left;
}

#headlines P{
 padding:0;
 margin:0;
}


#headlines ul {
        margin-top:0;
        margin-bottom:0;
}


#content-right{
	float: left;
	width: 600px;
	margin-left: 10px;
	background-color: #FFFFFF;
	text-align: left;
        padding-top: 20px;

}

#content-middle{
	float: left;
	width: 450px;
	margin-left: 10px;
	background-color: #FFFFFF;
	text-align: left;
        padding-top: 20px;
}



/************* #globalNav styles **************/

#globalNav{
	background-image: url(images/breadcrumb.jpg);
	background-repeat: no-repeat;
	border: 0px;
        padding: 0px;
	border-top: 0px;
        width:800px;
}

#globalNav img{
	border: 0;
}

#globalNav a {
	font-size: 90%;
	color: #330099;
}


/************* #siteInfo styles ***************/

#siteInfo{
   background-image: url(images/footer.png);
   height:20px;
   color: #FF9933;
   text-align: center;
   clear: both;
   margin-top: 20px;
}

#siteInfo a:link{
	color: #FF9933;
	text-decoration: none;
}

#siteInfo a:visited{
	color: #FF9933;
	text-decoration: none;
}

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

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}




/*********** #topics styles ***********/

#pageindex{
        border-left:0px;
        border-top:0px;
        border-bottom:0px;
        border-right:1px;
	border-style: solid;
	border-color: #EEEEEE;
	font-size: 10px;
        line-height:17px;
}

#pageindex td{
	font-size: 10px;
        line-height:12px;
}


#topics {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
        padding-top: 100px;
        height: 400px;
}

#topics h2{
	padding: 50px 0px 10px 10px;
	background-color: transparent;
	padding-top: 50px;
}
#topics h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
	background-color: transparent;
	padding-left: 10px;
}

#topics a {
	color: #404388;
	background-color: transparent;
}

#topics a:hover{
        color: #8083FF;
}


#breadcrumb{
        padding-top:10px;
}

#breadcrumb a {
        padding:20 0 0 0;
        font-family: Arial,sans-serif;
        font-size: 120%;
        font-weight:bold;
        font-style:italic;
        color: #404388;
}

#breadcrumb a:hover{
        color: #8083FF;
}

