html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
	background-color: #e7e7e7;

	/*background-image: url(images/bg_body.gif);*/
	background-position: 0 auto;
	background-repeat: repeat-x;

}

img{
	border: 0px;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

p{
	padding: 0px 0px 20px 0px;
	line-height: 17px;
}

.bigPara{
	font-size: 15px;
	color: #019f9f;
}

h1{
	padding: 0;
	margin: 0;
	height: 110px;
	width: 340px;
}

h3{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
	padding: 0px 0px 10px 0px;

}
h4{
	font-size: 15px;
	color: #019f9f;
}

h5{
	padding: 0px 0px 10px 0px;
	font-size: 1.1em;
}
h5 span{
        font-weight: normal;
}

a{
	color: #019f9f;
}

a:hover{
	color: #007369;
}

#centeringWrapper{

width: 950px;
margin: 0px auto;

}


#mainHolder{
	float: left;
	width: 950px;
	background-color: #ffffff;
	border-bottom: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
margin-bottom: 10px;
}

#topWrapper
{
	height: 124px;
	width: 100%;

	background-image: url(images/bg_topWrapper.gif);
	background-position: 0px 110px;
	background-repeat: no-repeat;

}

#mainContent{
	float: left;
	display: inline;
	margin: 30px 40px 40px 40px;
	padding: 0px 0px 40px 0px;
	position: relative;
	min-height: 370px;
    	height: auto !important;
   	 height: 370px;
}

#mainContent ul li{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px 0px 0px 10px;
	
	padding: 0px 0px 5px 10px;
}


#flashcontent{
   float: left;
   margin: 11px 0px 20px 11px;
}


#logoHolder
{
	float: left;
	width: 340px;
}

#topNav{
	float: left;
	width: 610px;
	height: 28px;
	background-color: #474747;

}

#topNav a{
	display: block;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 15px 5px 15px;

}


#topNav a:hover{
background-color: #666666;

}

#topNav a.active{
background-color: #00b1bc;

}

#topNav a.active:hover{
background-color: #00b1bc;

}

#topNav ul{

}

#topNav li{
	float: left;
	display: inline;
	
}

#header{
	float: left;
	display: inline;
	margin: 0px 0px 0px 75px;
	background-image: url(images/bg_header.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;	
width: 535px;
height: 82px;
}
#header h2{
	padding: 0;
	margin: 0;
	display: none;
}

.leftContent{
	float: left;
	display: inline;
	width: 540px;
	padding: 0px 70px 0px 0px;
}

.rightContent{
	float: left;
	display: inline;
	width: 258px;
}

.subtitleBox
{
	float: left;
	border: 1px solid #a1a1a1;
	background-color: #dddddd;
	width: 100%;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
}

.subtitleBox div{
	margin: 5px 10px 5px 10px;
}


.bioHolder{
	clear: both;
}

.bioHolder div{
	float: left;
	display: inline;
	padding: 0px 60px 0px 0px;
}

.bioHolder img{
	padding: 0px 0px 0px 0px;
}

.bioHolder p{
	width: 600px;
}

.logoHolder
{
	width: 134px;
}

.promoBox{
  position:absolute; 
  left: 600px; 
  width: 200px; 
  border: 1px solid #a1a1a1; 
  padding: 20px; 
  background-color:#e7e7e7;
}

.divider
{
	clear:both;
	float: left;
	width: 860px;
	margin: 15px 0px 15px 0px;
	border-top: 1px solid #a1a1a1;
	height: 10px;
}


