
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0px;
    background-color: #9D0000;
}
#wrap {
    border: medium groove #FFFFFF;
    margin: 0px auto 0px auto;
    font-size: 12px;
    width: 950px;
    padding-top: 5px;
    background-color: #FFFFFF;
}

#header {
    height: 130px;
    background-image: url('Images/headerbg.jpg');
    background-repeat: repeat-x;
    border-bottom-style: groove;
    border-bottom-width: medium;
    border-bottom-color: #FFFFFF;
}

#container {
    padding: 15px 10px 10px 10px;
    margin-top: 0px;
    background-color: White;
    width: 930px;
}
#left {
    width: 275px;
    padding:0 5px;
    float: left;
}
#middle
{
    margin: 0px 300px 0px 300px;
    padding: 0 10px 0 10px;
}
#right {
    width: 275px;
    float: right;
    padding: 0px 5px;
    height: 350;
    float: right;
}


#footer {
    background-image: url('Images/footer.jpg');
    background: #800000 repeat-x;
    clear: both;
    padding: 10px 0 10px 0;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    font-family: "Tempus Sans ITC";
    color: #FFFFFF;
    border-top-style: groove;
    border-top-width: medium;
    border-top-color: #FFFFFF;
    font-size: small;
}
/******************** Top Navigation ************************/

#navigation 
{
    height: 40px;
    width: 100%;
    border-top-style: groove;
    border-top-width: medium;
    border-top-color: #FFFFFF;
    border-bottom-style: double;
    border-bottom-width: thick;
    border-bottom-color: #FFFFFF;
    background-color: #9D0000;
}
#navigation ul
{
    float: left;
    font-family: arial, helvetica, sans-serif;
    height: 35px;
    width: 100%;
    margin-left: 10px;
}

#navigation ul li {
    display: inline;
}

#navigation ul li a
{
    padding: 6px 15px 5px 5px;
    color: #fff;
    text-decoration: none;
    float: left;
    height: 20px;
}

#navigation ul li a:hover
{
	color: #660000;
	background-color:White;
}


/******* End navigation ***********/


p {margin-bottom: 15px;
    margin-top: 0px;}


h1 {
    font-size: 20px;
    padding-top: 10px;
    padding-left: 5px;
    color: #800000;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}
h2 {
    font-size: 18px;
    color: #800000;
    font-style: italic;
    font-weight: bold;
    font-family: Vrinda;
}
h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #800000;
    font-style: italic;
    font-weight: bold;
}
a:link {
    color: #9D0000;
    text-decoration: none;
    font-weight: bold;
}
/* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
} 
a:hover {
    color: #CC3300;
    text-decoration: none;
    font-weight: bold;
}
a:active {
    color: #800000;
    text-decoration: none;
    font-weight: bold;
}


.img_left {float: left;
            margin-right: 4px;}

 /****** sidebar navigation **********/
			
.navcontainer {
    padding: 65px 0 0 35px;
    width: 200px;
    background-image: url('Images/notepadbg.jpg');
    height: 225px;
    background-repeat: no-repeat;
    list-style-type: none;
}

.navcontainer ul
{
list-style-type: none;
margin-left: 40px;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
color: #000000;
}

.navcontainer a:hover
{color: Maroon;}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}


.floatright{
float:right;
}
.floatleft{
float:left;
}
 .center
{
    text-align: center;
}

 .box
{
    background-color: #C0C0C0;
    border: medium double #800000;
    padding: 0px 15px 15px 15px;
}

.box a 
{
    color:black;
    font-weight:normal;
}
.underline
{
    text-decoration: underline;
}
h4
{
    font-size: 14px;
    margin-bottom: 20px;
    color: #800000;
    font-style: italic;
    font-weight: bold;
}
#full
{
    background-color: #FFFFFF;
}
img
{
border: none;
}
h4
{
    font-size: 14px;
    margin-bottom: 20px;
    color: #800000;
    font-style: italic;
    font-weight: bold;
}
h5
{
    font-size: 12px;
    margin-bottom: 20px;
    color: #800000;
    font-style: italic;
    font-weight: bold;
}
