﻿body
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background: #FFFFFF url( '../images/bgimage.gif' ) repeat top left;
	margin: 0px 0px 0px 0px;
}

#outer
{
	/* outer containing all other div's */
	position: relative;
	width: 100%;
	margin: auto;
}

#header
{
	/* header inside outer, containing logo, menu, etc. */
	height: 120px;
	width: 100%;
	background: #480747;
	border-bottom: solid 1px White;
}
#top_banner
{
	/* The banner sitting centrally*/ /*position: relative;     top: 0px;     left: 200px;*/
	margin: auto;
	width: 760px;
	height: 120px;
	border-left: solid 1px White;
	border-right: solid 1px White;
	border-bottom: solid 1px White;
}
#menu_holder /* Sits below header */
{
	height: 20px;
	width: 100%;
	border-bottom: solid 1px White;
	background: #999999;
}

#menu_bar
{
	/* within menu_holder */ /*position: absolute; 	top: 120px; 	left: 0;*/
	height: 20px;
	width: 760px;
	background-color:  #999999; /*url(../images/menu_bg.png) repeat-x top left;*/
	/*padding: 0px 5px 2px 5px;*/
	margin: auto;
	border-left: solid 1px White;
	border-right: solid 1px White;
	border-bottom: solid 1px White;
}

#menu_list
{
	/* within the menu bar */ /*position: absolute; 	top: 4px; 	left: 55px;*/
	height: 20px;
	width: 650px;
	background: #999999;
	margin: auto;
}

#main_holder
{
	width: 100%;
	height: 100%;
}

#main_content
{
	width: 760px;
	/*height: 400px;*/
	border-bottom: solid 1px White;
	border-right: solid 1px White;
	border-left: solid 1px White;
	/*border: solid 1px white;*/
	margin: auto; /*background: #654565;*/
}

#footer
{
	width: 760px;
	height: 20px;
	border-bottom: solid 1px White;
	border-right: solid 1px White;
	border-left: solid 1px White;
	margin: auto;
	background-color: #777777;
	font-size: 0.6em;
	color: White;
	padding-top: 5px;
}

	

.LeftHandMenu
{
	font-size: 0.8em;
	/*border: solid 1px black;
	width: 120px;
	height: 200px;*/
}
.LeftHandMenuItem
{
	border-bottom: solid 1px White;
}


#navcontainer ul
{
    /*margin-left: 0;*/
    color: White;
    float: left;
    /*width: 100%;*/
    font-size: 0.7em;
	/*  height: 18px;*/
	width: 450px;
	background-color:  #999;
	margin: 0px 0px 0px 200px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
    padding: 0.2em 1em;
    background-color: #999;
    color: White;
    text-decoration: none;
    float: left;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
   	height: 16px;

}

#navcontainer ul li a:hover
{
background-color: #666;
color: #fff;
}

a:link, a:visited
{
	color: Purple;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
