/* CSS Document */

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#main{
	background-image: url(img/em-bk.gif);
	background-repeat: repeat-x;
	width : 100%;
}
#content{
	padding: 5px;
}
#content h1 {
	font-size: 140%;
	padding: 2px 10px 2px 10px;
	margin: 10px 0px 5px 0px;
}

#content h2 {
	font-size: 120%;
}

#content h3 {
	font-size: 100%;
}

#content h4 {
	font-size: 90%;
}
#content h5 {
	font-size:90%;
	border: 1px solid #FFF;
	padding: 2px 10px 2px 10px;
	margin:0px 0px 5px 0px;
	color : #FFF;
	background-image : url(images/hdbk.jpg);
	background-repeat : no-repeat;
}
#content ul {
	font-size: 90%;
}
#content p{
	font-size: 90%;
	line-height : 140%;
}
.linesheet{
	font-size: 110%;
	line-height : 120%;
}
#logo{
	top : 0px;
	text-align : center;
	z-index : 50;
}
#rhd{
	top : 20px;
	right : 5%;
	text-align : right; /*hack for NN 4*/
}

#navigation{
	background : Olive;
	padding: 5px;	
	text-align : center;
}
#navigation a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #fff;
	background-color: Olive;
	padding: 5px;
	text-decoration : none;
	font-weight : bold;
}
#navigation a:hover {
	background-color: Black;
}

#bottomnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	width : 100%;
	border-top: 1px solid Olive;
	text-align: center;
	color : #000;
}

.clrlnk A {
	color: #666666;
	text-decoration: none;
}
.clrlnk A:hover {
	color: #FFF;
	text-decoration: none;
	background-color:  #DC143C;
}
