﻿
/* This sets the overall frame for the site */
body {
  margin:0px; 
  padding:0px;
  background: #44A7B4;
  font-family:'Georgia','Andale Mono','Courier New',Courier, monospace;
  font-size:11pt;
  width: 100%; 
  height: 100%;
  text-align: left;
  letter-spacing: 0.5px;    
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:12px; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { 
  color: #7d7d7f;
  line-height:100%; 
  margin: 10px 0px 10px 0px;  
}
h1, h2, h3, h6 { 
  font-weight:normal; 
}
h4, h5 { 
  font-weight:bold; 
}
h1 code, h2 code, h3 code, h4 code { 
  font-size:1em; 
}
h1 { 
  font-size:15px; 
  padding: 15px 0px 0px 0px;  
}
h2 { 
  font-size:14px; 
  padding: 14px 0px 0px 0px;  
}
h3 { 
  font-size:13px; 
  padding: 13px 0px 0px 0px;  
}
h4 { 
  font-size:12px; 
  padding: 12px 0px 0px 0px;  
}
h5 { 
  font-size:11px; 
  padding: 11px 0px 0px 0px;  
}
h6 { 
  font-size:10px;
  padding: 10px 0px 0px 0px;  
}

.pagegroup { margin-top:8px; margin-bottom:2px; }

/* Title field from title tag to head of page */
.pagetitle {
	line-height: 120%;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #993333;
	letter-spacing: 1px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-family: 'Georgia','Andale Mono','Courier New',Courier, monospace;
 }

/* Body text field from tag to body of page */
#textblk {
	margin-top: 12px;
	font-size: 12px;
	line-height: 1.33em;
	color: #535353;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 200%;
	font-family: 'Arial';
	letter-spacing: 0px;
}
/* links in body text field from tag to body of page */
#linktext a { 
  color: #7d7d7f;
}

#linktext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */


/* These affect the lines at the very bottom. */
#textfoot { 
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}


.header_container{
	text-align: center;
	margin: 0px auto;
	padding: 100px 0px 0px 350px;
	width: 590px;
	height: 33px;
	background: url('../images/logo.gif') no-repeat;
	font-size: medium;
	color: #ffffff;
	letter-spacing: 0.6px;
	font-family: Trebuchnet', "Trebuchnet MS", "Tahoma; font-weight: bold";
}
.header_container a{
  color: #ffffff;
 text-decoration:none;  
}

.menu_container_center{
  width: 100%;  
  background: #cecaab;   
}
.menu_container_shadow{
  width: 100%;  
  background: url('../images/shadow.jpg') repeat-x; 
  height: 12px;  
}
.body_container_center{
  width: 100%;  
  background: #ffffff;   
}
.body_container{
  text-align: center;
  margin: 0px;
  /*border: 1px #aa00aa solid;*/
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  min-height: 300px;  
  padding: 10px 0px 0px 0px;  
}
.footer_container {
  text-align: left;
  margin: 0px;
  /*border: 1px #aa00aa solid;*/
  margin-left: auto;
  margin-right: auto;
  width: 910px;
  height: 30px;
  font-size: 10px;
  color: #ffffff;   
  padding: 20px 0px 0px 30px;    
  font-family:'Trebuchnet','Trebuchnet MS','Tahoma';
  font-size:7.5pt;
}

.footer_container  a {
  color: #ffffff;  
  text-decoration:none;  
}
.footer_container  a:hover {
  color: #ffffff;  
  text-decoration:underline;  
}

/* These styles create the dropdown menus. */
#menu_container {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
  position: relative;
  text-align: left;
  border: 0px #440044 solid;
  display: block;
  padding: 15px 0px 16px 0px;
  text-decoration: none;  
  font-size: 14px;
  color: #132667;  
  height: 23px;  
  z-index: 1;  
}
/* change the colour if we're on the link */
#menu_container a.activelink { 
  color: #000000; 
}

#menu_container li {
  list-style: none;
  float: left; 
  margin: 0px;
  padding: 0px;
}
#menu_container li a {
  display: block;
	/*padding: 3px 40px 3px 2px;*/
  margin: 0px 0px 0px 0px;
  padding: 0px 40px 0px 2px;
  color: #FFFFFF;
  text-decoration: none; 
}
#menu_container li ul {
	display: none; 
	width: 20em; /* Width to help Opera out */
	background-color: #cecaab;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu_container li:hover ul, #menu_container li.hover ul {
	display: block;
	position: absolute;
	margin: 0px 1px 0px 1px;
	padding: 1px 1px 1px 1px;
}
#menu_container li:hover li, #menu_container li.hover li {
	float: none; 
}
#menu_container li:hover li a, #menu_container li.hover li a {
	background-color: #cecaab;
	border-bottom: 1px solid #fff;
	margin: 0px 5px 0px 5px;
	padding: 5px 10px 5px 10px;
	color: #132667; 
}
#menu_container li li a:hover {
	background-color: #cecaab; 
}

.body_left_container{
  float: left;
  /*border: 1px pink solid;  */
  margin: 10px 10px 10px 10px;   
  padding: 0px 50px 0px 30px;  
}

.body_right_container{
  float: top;
  /*border: 1px green solid;    */
  margin: 0px 0px 0px 0px;  
  padding: 10px 20px 10px 0px;  
}

 .style1 {
	 border-width: 0px;
 
 }
 .style2 {
	 margin-left: 479px;
	 
}	 
 .hidden {

color:#44A7B4;
font-size: 1px;
}




