body {background-image: url("Images/2tonegray.gif")}


/* This section below is for the top bars or 'headers' of the pages */

#header {
	width: 840px;
	height: 168px;
	background-color: black;
	border: solid pink;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0;
	border-left-width: 2px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	
}

#navbar {
	width: 840px;
	height: 50px;
	margin: 0 auto auto auto;
	background-color: black;
	border: solid yellow;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	padding: 0;
}

img.nav {
	float: left;
	border: 0;
}
	

/* This section below is for the bottom bars of the pages */

.bottombar
{
vertical-align: top; 
height: 36px; 
background-color: rgb(0, 0, 102); 
text-align: center; 
color: rgb(255, 255, 255); 
font-family: verdana; 
text-decoration: none
}

.bottombar a:link {text-decoration: none; color:white}
.bottombar a:visited {text-decoration: none; color:white}
.bottombar a:active {text-decoration: none; color:white}
.bottombar a:hover {text-decoration: none; color:red}



/* This section below is going to be for the left column */

#login-box {
	border: 2px solid;
	color: black;
	background-color: #F0F8FF;
	padding: 10px;
	text-align: center;
	font-family: verdana;
	width: 180px; height: 225px;
}


/* This section below is for the main content or body of each page */

h1 {
font-size: 14pt;
font-style: bold;
font-color: red;
font-family: verdana, helvetica, arial, sans-serif;
}

h2 {
font-size: 12pt;
font-style: bold;
font-color: red;
font-family: verdana, helvetica, arial, sans-serif;
}

h3 {
font-size: 12pt;
font-style: bold;
font-family: verdana, helvetica, arial, sans-serif;
}

h4 {
font-size: 10pt;
font-style: bold;
font-color: red;
font-family: verdana, helvetica, arial, sans-serif;
}

h5 {
font-size: 10pt;
font-style: bold;
font-family: verdana, helvetica, arial, sans-serif;
}

p.body {
color: rgb(0,0,102);
font-color: rgb(0,0,102);
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10pt;
line-height: 150%;
text-align: justify;
}

.body {
color: rgb(0,0,102);
font-color: rgb(0,0,102);
font-family: verdana, helvetica, arial, sans-serif;
font-size: 10pt;
line-height: 150%;
text-align: justify;
}

a.header-red:link {color:red}
a.header-red:visited {color:red}
a.header-red:active {color:rgb(0,0,102)}
a.header-red:hover {color:rgb(0,0,102)}


.body a:link {color:blue}
.body a:visited {color:blue}
.body a:active {color:blue}
.body a:hover {color:red}