/* background to the #Frame page */
body {
	font-size:0.8em;
	font-family:"Microsoft Sans Serif",sans-serif;
	background-color:#000;
}

h1 {
	font-family:"Microsoft Sans Serif",sans-serif;
	color:white;
	font-size:1.4em;
	background-color:#0000CC;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

h2 {
	font-family:"Microsoft Sans Serif",sans-serif;
	color:black;
	font-size:1.2em;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}

h3 {
	font-family:"Microsoft Sans Serif",sans-serif;
	color: white;
	font-size:1em;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;	
}

h4 {
	font-family:"Microsoft Sans Serif",sans-serif;
	color:black;
	font-size:0.7em;
}
h5{ 	
	font-family:"Jivetalk",sans-serif;
	color:#00008B;
	font-size:1.2em;
	background-color:yellow;
	width:95%;
	margin-top:5px;
	margin-left:7px;
	text-align: center;
}

p { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1em;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
	}
	
/* Main Frame that the every page is nested in */
#frame {
	margin-left:auto; 
	margin-right:auto; 
	width:900px; 
	height:1000px; 
	border:0.1em solid gray;
	background-color:#FFF;
}
/* Top Banner */
#banner {
	background-color:white;
	float:left;
	color:black;
	padding:1%;
	margin:0em;
	width:98%; 
	height:100px;
	border-bottom:0.3em solid gray;
}
/* logo placing setting for main logo included in #banner*/
img.logo {
	float:right;
}
	/*        V3        */

*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #0e69be;
	border-size: 1px;
	border-width: 1px;

	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #0e69be;
	display: block;
	background: url(Images/v3.jpg);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #0e69be;
	background: url(Images/v3.jpg) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #0e69be;
	background: url(Images/v3.jpg) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}	
/* Main Menu - Set to left of page */
#NmMenu { 	
	font-family:"Jivetalk",sans-serif;
	color:#00008B;
	font-size:1.2em;
	background-color:#FFF;
	width:160px;
	text-align: center;
	float:left;
}


/*Rounded Corners for Each DIV*/
.topleft {
background-image: url(Images/corners/topleft-corner.gif);
width: 12px;
height: 12px;
font-size: 0;
float: left;
}
.topright {
background-image: url(Images/corners/topright-corner.gif);
width: 12px;
height: 12px;
font-size: 0;
float: right;
}
.bottomleft {
background-image: url(Images/corners/bottomleft-corner.gif);
width: 12px;
height: 12px;
font-size: 0;
float: left;
}
.bottomright {
background-image: url(Images/corners/bottomright-corner.gif);
width: 12px;
height: 12px;
font-size: 0;
float: right;
}
/* All content is placed in here */
#content {
	margin-right:7px;
	margin-top:5px;
	width:74%;
	background-color:#999;
	color:black;
	font-size:1.1em;
	float:right;
	text-align:center;
}
/* Main Footer on each page */
#footer {
	margin-top:5px;
	margin-left:7px;
	margin-bottom:5px;
	margin-right:7px;
	float:right;
	width:99%;
	height:80px;
	background-color:blue;
	color:black;
	text-align: center;
}
/* search box - not completed function as yet, link to message only */

#search_box {
	width:150px;
	margin:0em;
	margin-top:0.3em;
	height:40px;
	padding-left:0.3em;
	padding-right:0.3em;
	background-color:#66CCCC;
	border-bottom:0.3em solid gray;
	text-align: center;
	float:left;
}


