
html {
	width: 100%;
	height: 100%;
}

body {
	margin:10;
	padding: 5;
	width: 100%;
	height: 100%;
}
b{font-size: 110%;}
em{color: #9A0909;}
p{font-size: 14px; font-family: Tahoma; color: #ffffff;}
a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {text decoration: underline; color: #9A0909; font-weight: bold}
#para1 {font-size: 22px; font-family: Tahoma; color: #ffffff;}
p.slant { 
font-size : 100%; 
font-family : Sans-Serif; 
font-style : italic; 
color : #ffffff; 
} 
ul.facts { 
padding : 10px; 
margin : 20px; 
list-style-image : url('m1.jpg'); 
font-size : 14px; 
color : #ffffff; 
font-family : Arial, Sans-Serif; 
} 
ul.facts li { 
margin: 10px;
font-size : 14px; 
color : #ffffff; 
font-family : Arial, Sans-Serif; 
font-style : italic; 
} h1 {
	font-size: 1.2em;
}

#htmlwebsite {
	padding: 20px;
}
#topsection{
background: #00000;
background-image: url('logo7c.png');
background-repeat: no-repeat;
height: 90px; /*Height of top section*/
overflow: hidden;

}
#contentwrapper{
float: left;
width: 100%;
background-image: url('img2.jpg');
background-repeat: repeat-x;
}
#footer{
clear: left;
width: 100%;
background: #FFFFFF;
background-image: url('img3.jpg');
background-repeat: repeat-x;
color: #000000;
text-align: center;
padding: 4px 0;
font-family: Arial,Sans-Serif;
font-size: 12px;
font-color: #494949;
}

#footer a{
color: #9a0909;
}
.underlinemenu{
font-weight: bold;
width: 100%;
font-size: 12px;

}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #FFFFFF;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #9A0909;
}

