/* CSS Document */

{
  margin: 0;
  padding: 0;
}

body {
	font: 62.5%/1.6 Tahoma, Geneva, sans-serif;
	margin: 10px 0 0 0;
	background-image: url(images/bg.gif);
}


h1 {
  font-size: 1.7em;
  font-weight: normal;
}

h2 {
  font-size: 1.4em;
  font-weight: normal; 
  
}

body {

}

#wrapper {
  width: 800px; 
  margin: 0 auto; 
  background: url(images/maincontent_rpt.gif) repeat-y;

}

#branding {
  height: 155px;
  background-image: url(images/masthead.jpg);
}

#picture_holder {
  height: 350px;
  background-image: url(images/picture_holder.gif);
}

#mainNav {
  background-image: url(images/menu_bg.gif);
  background-repeat: no-repeat;
  height:37px;
  padding: 5px 0 0 0px;
 
}



/* Page Text Setup */

#page_content {
	background: url(images/maincontent_bg.gif) no-repeat;
	padding: 20px 15px;
}

#page_content h1 {
  padding: 0 15px;
  color: #222240;
  margin: 5px 0 0 0;
}

#page_content h2 {
  padding: 0 15px;
  color: #2A2A4F;
   margin: 0;
   
}

#page_content p {
   padding: 0 15px;
   font-size: 1.2em;
   
}

#page_content a {
   color: #514435;
}

#page_content a:link, #page_content a:visited {
	text-decoration: underline;
}

#page_content a:hover {
	color: #fff;
	text-decoration: none;
}



#base_image {
	background-image:url(images/base.gif);
	height: 190px;
}

#base_text {
	width: 785px;
	margin: 0 auto;
	  padding-top: 48px;
text-align: center;
}

#base_text a {
  font-size: 1.0em;
  text-align: center;
}

#base_text a:link, #base_text a:visited {
  color: #032E61;
  text-decoration: none;
}

#base_text a:hover {
  color: #CCCCCC;
}

#base_text p {
  font-size: 1.1em;
  margin:0;
  padding: 0;

  text-align: center;
}

.access {
  width: 200px;
  background: #BCD3C1;
  padding: 10px 5px;
  float: right;
  font-size:13px;
  text-align:center;
  margin: 0 10px;
}


/* Main Navigation */
