﻿body {
    /*background: #EEEEEE;*/
    background: #CCCCCC;
	color: #444;
	font: normal 100% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

#container
{
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    
    width: 800px;
    /*background-color: #C0C0C0; */
}

#header
{
    /* this is the width of the header */
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding-bottom: 5px; 
    padding-top: 5px; 
    padding-left: 5px;
    padding-right: 5px; 
    
}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }


#nav
{
    font-family:Verdana;
    font-weight:bold;
    /*font-size: larger; */
    font: normal 70% "Lucida Sans Unicode",sans-serif;

    /* must keep the width of this class the same as #header */
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #555555;
    /*padding-bottom: 5px;
    padding-top: 5px; */
    padding-left: 5px;
    padding-right: 5px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: medium;
    border-bottom-width: medium;
    border-color: #000000;    
    height: 2.25em;
}
/* left column content */
.content
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-style: solid;
    border-bottom-width: medium;
   /* border-color: #000000;    */
   border-color: black;
}

.content .item {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	width: 765px;
}
/* End Left Column Content */

/* Begin Right Column Content */

.content .itemright {
	padding: 6px 12px;
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 8px;
	margin-left: 446px;
	width: 437px;
}
/* End Right Column Content */

/* navigation bar */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li
{
float: left;
margin: 0 0.15em;
} 

#nav-menu li a
{
background: url(images/background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em; 
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
} 


#nav-menu li a:hover
{
background: url(images/background2.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em; 
display: block;
border: 0.1em solid #dcdce9;
color: white;
text-decoration: none;
text-align: center;
} 

p
{
text-align: justify;
color: black;
font-family: arial
}