body {
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: #000000;
		font-size: 100%; 
		background-color:#555555;
		}

				
#Header {
		background-color: #FFFFFF;
		background-image: url('images/layout/header2.jpg');
 		background-repeat: no-repeat;
		height: 93 px;
		width: 760 px;
		} 	
				
#Nav {
		background-color: #FFFFFF;
		background-image: url('images/layout/nav.jpg');
 		background-repeat: no-repeat;
		height: 35 px;
		width: 760 px;
		} 
		
#Spacer {
		background-color: #FFFFFF;
		background-image: url('images/layout/spaceBar.jpg');
 		background-repeat: no-repeat;
		height: 26 px;
		width: 760 px;
		} 
 		
#TextArea { 
		font-size: 80%;
		background-color: #FFFFFF; 
		background-image: url(images/layout/tableBg.jpg);
		background-repeat: repeat-y;
		width: 760 px;
		padding: 0px 12px 6px 0px; 
		}

#Footer{
		font-size: 65%;
		background-color: #FFFFFF; 
		background-image: url(images/layout/bottom.jpg);
		background-repeat: no-repeat;
		padding: 0px 12px 0px 20px;
		height: 120 px;
		width: 760 px;
		}

h1, h2, h3, h4, h5, h6 {
		text-transform: uppercase; 
		font-weight:bold; 
		color:#000080;
		margin: 5px 17px 8px 20px;
		}

h1 {
	font-size:190%; 
	margin-bottom: 0px; 
	letter-spacing: -.03em;
	}

h2 {
	font-size: 150%; 
	margin-bottom: -3px;
	}

h3 {
	font-size: 130%; 
	margin-bottom: -5px;
	}

h4 {
	font-size: 110%; 
	margin-bottom: -5px;
	}

h5 {
	font-size: 85%; 
	margin-bottom: -5px;
	}

h6 {
	font-size: 85%; 
	margin-bottom: -5px; 
	text-decoration: underline;
	}

hr {
	color: #000080; 
	height : 4px; 
	width: 75%; 
	text-align: center;
	margin-bottom: -5px;
	margin-bottom: -5px; 
	}

td { 
	font-size: 100%;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #000080;
	background-color: transparent;
	}
			    
a:hover {
	text-decoration: underline overline;
		color: #FFFFFF;
		background-color: #FF0000;
		}