/* CSS Document */
body {
  text-align: center;
  background: #000000;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #849DAA;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
}

a img {
	border:none;
	}

img {
	margin:0px;
	padding:0px;
	}

a:link, a:visited {
   color: #C9D7E2;
   text-decoration: none;
}

a:hover, a:active {
   color: #EA9903;
   text-decoration: none;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 1024px;
  text-align: left;
  background: #000000 url('border_right.gif') right repeat-y;
  
}
/*  background: #000000 url('right_border.gif') right repeat-y; 
  background: #000000 url('border_right.gif') right repeat-y;
*/

#content_wrapper {
	background-color: #6D5F57;	
}

#left_side {
  width:1024px;
  background-color: #6D5F57;
}

#menuContainer {
  float:left;
  width: 210px;
  background-color: #6D5F57;
}

#logoContainer {
	width: 210px;
	text-align: center;
	margin-top: 2px;
	}
	
.contentBlurb
{ float: left; width: 496px; }

.contentExtras
{ float: left; width: 280px; text-align: center; }



#copyright {
	clear: both;
	font-size: 8pt;
	line-height: 1.5em;
	letter-spacing: 0px;
	height: 70px;
	left: 0px;
	overflow: auto;
	/*width: 200px;*/
	}
  
#right_side {
  float:right;
  width:814px;
  background: #000000 url('border_right.gif') right repeat-y;
}

#right_side h1 {
   font-size: 11pt;
   margin-top: 16px;
   margin-bottom: 1em;
   padding-bottom: 1px;
   line-height: 2em;
   font-weight: bold;
   color: #C9D7E2;
   letter-spacing: 2px;
   margin-left: 10px;
}

#right_side p {
   margin-left: 10px;   
}

#header {
   text-align: left;
   background-image: url(title_main.jpg);
   background-repeat: no-repeat;
   background-position: top left;
   height: 70px;
   width: 725px;
   margin: 0;
   padding: 0;
}

/* Menu structure */
a.menu {
   font-size: 10pt;
   padding-top: 10px;
   letter-spacing: 1px;
}

a.menu2 {
   font-size: 10pt;
   letter-spacing: 1px;
}

a.menu3 {
   font-size: 10pt;
   letter-spacing: 0px;
}

#menu {
   margin-top: 32px;
   margin-left: 8px;
   /* background-color:#00CCFF;  this will change the background of the menu items*/
}

#menu div {
   margin-top: 1em;   
}

#menu div div {
   margin-bottom: 1em;
   margin-top: 0em;
   margin-left: 15px;
   line-height: 1.3em;
}

#menu div div div {
   margin-bottom: 0.2em;
   margin-top: 0em;
   margin-left: 15px;
   line-height: 1em;
}

#menu div.visible {
   display: block;
}

#menu div.invisible {
   display: none;
}
/* End menu structure */

.spacer {
  margin: 0px;
  padding: 0px;
  height: 0px;
  clear: both;
  font-size: 0px;
}

