@charset "utf-8";
/* CSS Document */

/*General HTML Styling*/

body {
	margin-top:0px;
	margin-bottom: 0;
	background-image: url(../image-files/emhbackdrop.jpg);
}

p {
	font: normal Georgia;
	line-height: 1.35em;
	font-size: 11pt;
}

body {
	font-family: Georgia;
	color: #000101;
}





/* Div Elements */

#header {
	height: 144px;
	margin-left: 150px;
	text-align: center;
	width: 90%;
	background-image: url(../image-files/emhbackdrop.jpg);
}

#topBorder {
	margin: 0 auto;
	margin-top: 10px;
	width: 1024px;
	height: 8px;
	font: 1px/1px sans-serif !important;
	font: 0px/0px sans-serif;
	background: url(../image-files/topborder.png) no-repeat center bottom;
}


#container {
	width: 968px;
	margin: 0 auto;
	text-align:center;
	background: url(../image-files/bgarticle.png) bottom;
}
#container:after { content:url(../image-files/afterarticle.png); }

#content {
	padding: 1em;
	margin-right: 150px;
	text-align:left;
}

#rightColumn {
	float: right;
	width: 512px;
	margin: 0px;
	margin-top: 20px;
	padding: 1em;
	text-align:left;
	
}

#bottomBorder {
	text-align: left;
	margin: 0px auto;
	width: 1028px;
	height: 8px;
	background: transparent url(../image-files/bottomborder.png)
}

#footer {
	clear: both;
	text-align:left;
	margin-left: 20px;
	margin-top: auto;
	width: 1024px;
	height: 40px;
	line-height: 1.0em;
	padding: 1em 0 ;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#002557;
}
	
#rightColumn p {
	margin: .5em 0 1em 0;
	font: normal Times New Roman, Times, serif;;
	line-height: normal;
	text-align:center;
}

#rightColumn h1, h2, h3 {
	font: 100% Arial, Helvetica, sans-serif;
	margin: .5em 0 1em 0;
	font-weight: bold;
	padding-left: 2px;
	margin-bottom: 10px;
	line-height: 1.35em;
	text-align:center;
}

#rightColumn a:link {	
	color: #0000CC;
	font-weight: bold;
	text-align:center;
}

	
#content p {
	font: normal Times New Roman, Times, serif;
	color: #333333;
	text-align:center;
}

#content h1, h2, h3 {
	font: normal Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	border-bottom: none;
	text-align: center;
	text-decoration: underline;
}	
#content a:visited {
	font-weight:bold;
	color: #330033;
}
#content a:hover {
	text-align: center;
}
#content a:link {	
	color: #003f94;
	font-weight: bold;
}

#content a:visited {
	font-weight:bold;
	color: #003f94;
}
#content a:hover {
	color: #daaa38;
	background: #003f94;
}
#footer p {
	color: #FFFFFF;
	font: small Arial, Helvetica, sans-serif;
}

/*Menu Item*/

.matttabs{
	width: 100%;
	margin-left: 130px;
	overflow: hidden;
	border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.matttabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 18px Nyala;
list-style-type: none;
}

.matttabs li{
display: inline;
margin: 0;
}

.matttabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: .5em 2em; /*padding inside each tab*/
border: 1px solid #003f94; /*right divider between tabs*/
color: #003f94;
background-image: url(../image-files/matttabs3.gif) /*background of tabs (default state)*/
}

.matttabs li a:visited {
color: #003f94;
}

.matttabs li a:hover, .matttabs li.selected a{
background-image: url(../image-files/matttabs2.gif); /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #FFFFFF;
}
