/**** Main Content *****/
/*
	This section is to be used to control the styles of the content section
	for the site. 
*/

/* * {
margin: 0;
padding: 0;
} */

#maincontent {
background-color: #FFFFFF;
/* position: relative;
float: right; */
border-style: solid;
border-width: thin;
margin: 32px 0px 0px 0px;
padding: 5px;
/* width: 49em; */
}

#maincontent a:link {
color: #000000;
}

#maincontent a:visited {
color: gray;
}

#maincontent h1 {
color: blue;
font-family: arial;
}

#maincontent h2 {
font-family: arial;
}

#maincontent h3 {
font-family: arial;
}

#maincontent h4 {
color: red;
font-size: 2em;
font-family: arial;
}

#maincontent h5 {
color: red;
font-size: 1.5em;
font-family: arial;
}

#maincontent p {
font-family: arial;
}

#maincontent ul {
font-family: arial;
}

#maincontent ol {
font-family: arial;
}

#maincontent li {
font-family:aerial;
padding: 10px;
}

#maincontent td {
font-family: arial;
}

/***** DO NOT EDIT BELOW THIS LINE *****/

/* Wrapper */
body {
text-align: center;
background-color: #CCCCCC;
}
#container {
margin-left: auto;
margin-right: auto;
width: 800px;
text-align: left;
}

/* Banner */
#banner {
text-align: center;
}
#banner a img {
border: none;
}

/* Menu */
#nav-menu {
width: 800px;
}
#nav-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#nav-menu li {
float: left;
margin: 5px 0px 0px 0px;
}
#nav-menu li a {
color: #000000;
font-weight: bolder;
height: 25px;
/*width: 10em;*/
float: left;
line-height: 25px;
display: block;
text-align: center;
border: 1px solid #000000;
text-decoration: none;
/* Global Navigation Background Images */
background: url(images/css-nav.gif) bottom left repeat-x;
}

/* Seperate Navigation Images */
#nav_one a {
/*background: url() top left repeat;*/
width: 121px;
}
#nav_two a {
/*background: url() top left repeat;*/
width: 300px;
}
#nav_three a {
/*background: url() top left repeat;*/
width: 250px;
}
#nav_four a {
/*background: url() top left repeat;*/
width: 121px;
}
/*
#nav_five a {
background: url() top left repeat;
}
#nav_six a {
background: url() top left repeat;
}
#nav_seven a {
background: url() top left repeat;
}
#nav_eight a {
background: url() top left repeat;
}
#nav_nine a {
background: url() top left repeat;
}*/

/* Footer */
#footer {
/* position: relative; */
background: #000000;
margin: 0px 0px 5px 0px;
border: 1px solid #000000;
font-size: 12px;
text-align: center;
width: 798px;
}

#footer p {
text-align: left;
color: #FFFFFF;
margin: 0;
padding: 5px;
}

#footer a:link {
color: red;
}

#footer a:visited {
color: #cccccc;
}