body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #E9EBF8;
	margin-top: 0;
	margin-bottom: 0;
    margin-left: 1px;
    margin-right: 0;
    border:0px;  
    padding:0px;
}

a {
	color: #ffffff;
    text-decoration: underline
}


A:visited {
	color: #CCCCCC;

}

A:hover {
    color: #D40000;
    background-color: #C0C0C0; 
    text-decoration: none
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
}

/* this is for box that holds the menu in the top, right-hand corner of website */
.menu_shell {
	color: #CCCCCC;
	background-color: #787878;
	border-width: 4px;
	border-color: #999999;
	border-style: double;
	width: 140px;
	height: 90px;
	margin: 5px 5px 5px 5px;
	padding: 10px 5px 5px 5px;
    text-align: left;
}

.menu_shell a {
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;    
}

.menu_shell a:visited {
    color: #FFFFFF;
    text-decoration: none;
	font-weight: bold;    
}

.menu_shell a:hover {
    color: #FF0000;
    text-decoration: none;
	font-weight: bold;  
    background-color: transparent;  
}

.table-header {
	background-image: url(images/back-grid.gif);
}

.table-nav {
	background-image: url(images/back-grid.gif);
	padding: 5px 5px 5px 5px;
	font-family: Times New Roman, serif;
	color: #FF0000;
	font-size: 16px;
}

.table-nav a {
	color: #FF0000;
	font-weight: bold;
    text-decoration: none

}

.table-nav a:visited {
	color: #FF0000;
	font-weight: bold;
    text-decoration: none

}

.table-nav a:hover {
	color: #364AAD;
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;  
}

.table-bar {
	background-image: url(images/bar.gif);
	height: 9px;

}


.nav-top {
	font-size: 12px;
	color: #364AAD;
    text-align: left;
}


.footer-nav {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
    line-height: 15px;

}

.footer-copyright {
	color: #F0F0F0;
	font-size: 9px;
}

