body {
    margin: 0px;
    padding: 0px;
    text-align: center;
	background-color: #1c2022;
	color: #99A7B1;
	font: verdana 0.8em;

}

h2 {
	font-family: verdana;
	font-size: 1em;
	padding: 0.5em 0;
	margin: 0;
}

h3 {
	font-family: verdana;
	font-size: 0.8em;
	padding: 0.5em 0;
	margin: 0; 
	font-weight: bold;
}

h3.testimonial
{
   text-decoration: underline;
}
h3.bio_divider {
 	border-top: 1px solid #99A7B1;
}

h4 {

}

ul {
	padding: 0;
	margin-left: 1em;
}

.active {
	font-weight: bold;
	text-decoration: none;
}

p
{
	font: 0.8em verdana;
	padding: 0 0 10 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #99A7B1;	
}

a:hover {
	text-decoration: none;
}


#footer a
{
	font: 0.8em verdana;
	text-decoration: underline;
	color: #99A7B1;	
}

#footer a:hover
{
	text-decoration: none;
}


/*
==================================================

Page containers

==================================================
*/



#outer {
  	width: 760px;
    border-left: solid 1px #97b4cb;
    border-right: solid 1px #97b4cb;
    margin: 0px auto;
    padding-bottom: 10px;
    border-bottom: solid 1px #97b4cb;
    background-image: url('/images/bg_menu.gif');
    background-position: top center;
    background-repeat: no-repeat;

}

#main {
    width: 664px;
    margin: 20px auto;
    text-align: left;

}

#main_temp {
    width: 664px;
    text-align: left;
    margin:0px auto;
    padding-top: 30px;

}

#boxtop { 
  	width: 664px;
	margin: 0;
	padding: 10px;
  	background: url(../images/bg_box_top.gif) no-repeat top left; 
}

#navcontainer {
	margin: 0;
	padding: 0;
}

#content {

margin: 10px 10px;

}


#left
{
	width: 45%;
	float: left;
	padding-left: 2em;
	
}

#right
{
	width: 43%;
	float: right;
	margin-right: 1em;
}

#footer 
{
	padding-top: 40px;
	clear: both;
}

#footer_temp 
{
	clear: both;
	border-bottom: 30px solid black;
}


#flashcontent {
  	width: 640px;
  	text-align:center;
  	margin: 0px auto;
  	clear: both;
  	border: 2px solid white;
  	padding: 0px;	 
}



#navcontainer ul
{
padding: 0.5em 0;
margin: 0;
list-style-type: none;
background: url(../images/bg_box_bottom.gif) no-repeat bottom left; 
color: White;
width: 100%;
font-family: verdana,arial, helvetica, sans-serif;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
background-color: #3B4348;
color: #97b4cb;
padding:  0 1em;
border-right: 2px solid #999;
font-size: 0.8em;
font-weight: bold;
letter-spacing: 0.05em;
}

#navcontainer ul li a.active
{ color: white; }

#navcontainer ul li a:hover
{
text-decoration: none;
color: #fff;
}

#navcontainer ul li a#last
{
	border: none;
}


#footer ul
{
padding: 0.5em 0;
margin: 0;
list-style-type: none;
width: 100%;
font-family: arial, helvetica, sans-serif;
text-align: center;
}

#footer ul li { display: inline; }


#footer ul li a
{
padding:  0 1em;
border-right: 1px solid #99A7B1 ;
font-size: 0.7em;
}
#footer ul li a#last { border: none;}

#footer p
{
	text-align: center;
	font-size: 0.7em;
}



#right ul li, #left ul li {
  	margin-left: 2em;
  	font-family: verdana;
  	font-size: 0.8em;
}

#left ul a, #right ul li {
	font: 0.8em verdana;
}


