@charset "utf-8";
/* CSS Document */

/*General HTML Styling*/
body {
	margin-top:0px;
	margin-bottom: 0;
	background-image: url(../image-files/emhbackdrop.jpg);
}

p {
	line-height: normal;
	font-size: 11pt;
	font-family: Georgia;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

body {
	font-family: Georgia;
	color: #000101;
}

/* Div Elements */

#header {
	height: 144px;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	background-image: url(../image-files/emhbackdrop.jpg);
}

#container {
	width: 968px;
	margin: 0 auto;
	text-align:center;
	background: url(../image-files/bgarticle.png) bottom;
}

#content {
	width: 650px;
	padding: 1em;
	margin-left: 20px;
	margin-right: 100px;
	text-align:left;
	font-weight: normal;
	
}

#container:after { content:url(../image-files/afterarticle.png); }
#contenti {
	width: 780px;
	padding: 1em;
	margin-left: 20px;
	margin-right: 100px;
	text-align:left;
	font-weight: normal;
	
}

#rightColumn {
	float: right;
	width: 230px;
	margin: 0px;
	margin-top: 20px;
	padding: 1em;
	text-align:left;
	background:url(../image-files/lavttransparent2.png) center repeat-y;
}

#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:#000066
}
	
#rightColumn p {
	margin: .5em 0 1em 0;
	font: normal Times New Roman, Times, serif;
}

#rightColumn h1, h2, h3 {
	font: normal Times New Roman, Times, serif;
	margin: .5em 0 1em 0;
	font-weight: bold;
	padding-left: 2px;
	margin-bottom: 10px;
	line-height: 1.35em;
}
	
#content p {
	font: normal Times New Roman, Times, serif;
	color: #333333;
	text-decoration:none;
	text-align: left;
}

#content h1, h2, h3, h4 {
	font: normal Times New Roman, Times, serif;
	font-weight: bold;
	border-bottom:none;
	color: #333;
	text-align: left;
}	

#content a:link, #rightColumn a:link {	
	color: #0000CC;
	font-weight: bold;
}

#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;
}
#footer p {
	color: #FFFFFF;
	font: small Arial, Helvetica, sans-serif;
}

/*Menu Item*/

.matttabs{
width: 100%;
overflow: hidden;
margin-left: 60px;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.matttabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*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 #000066; /*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;
}
#container #content div p {
	text-align: left;
}
#doyou {
	color: #00F;
}
#doyou {
	color: #FF0;
}
#container #content ul li {
	text-align: left;
	font: normal Georgia;
}
#container #content ol {
	text-align: left;
}
#container #content h3 #doyou {
	color: #C33;
}
