@charset "UTF-8";


body {

	border: 0px;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #464646;
}


a:link {
	text-decoration: none;
	color: #3293c6;	
}
a:visited{
	text-decoration: none;
	color: #3293c6;
}
a:hover {
	text-decoration: underline;
	color: #3293c6;
}
a:active {
	text-decoration: none;
	color: #3293c6;
}

#framecontent a:link {
	text-decoration: none;
	color: #515050;	
}
#framecontent a:visited{
	text-decoration: none;
	color: #515050;
}
#framecontent a:hover {
	text-decoration: underline;
	color: #005f8b;
}
#framecontent a:active {
	text-decoration: none;
	color: #515050;
}

#maincontent a:link {
	text-decoration: none;
	color:#3293c6;
}
#maincontent a:visited{
	text-decoration: none;
	color:#3293c6;
}
#maincontent a:hover {
	text-decoration: underline;
	color:#3293c6;
	
}

#maincontent a:active {
	text-decoration: none;
	color:#3293c6;
}


#framecontent{
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	/* padding-top: 60px; */
	width: 265px; /*Width of frame div*/
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #515050;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
}

#maincontent{
	position: fixed;
	top: 0px; 
	left: 275px; /*Set left value to WidthOfFrameDiv*/
	right: 0px;
	bottom: 0px;
	overflow: auto; 
}

.description{ 
	width:540px;
	margin-top:0px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}

.frameinnertube{
	margin-left: 25px; 
}

.maininnertube{
	margin:0px; 
	padding-top: 118px;
}

* html body{ /*IE6 hack*/
	padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

.brandingName{
	padding-top: 19px;
	padding-bottom: 15px; 
}

.leftNavHeader{
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
	width: 220px;
}

.leftNav{
	font-size: 12px;
	line-height: 17px;
	padding-top: 11px;
	color: #464646;
}

.doubleLineNav{
	padding-bottom: 17px;
}

.singleLineNav{
	padding-top: 12px;
}

.doubleLineMain{
	padding-bottom: 27px;
}

.pageHeading{
	color: #464646;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	padding-bottom: 20px;
	padding-top: 5px;
	width: 680px;
	line-height: 50px;
}

.pageBlurb{
	width: 205px;
	float: right;
}

.secondarySection{
	padding-bottom: 29px;
	width: 700px;
}

.aboutSection{
	padding-bottom: 29px;
	width: 495px;
}


.mainSection{
	padding-bottom: 29px;
	width: 700px;
}

.credits{
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.aboutText{
	color: #464646;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
}

.projectHeader{
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-bottom: 18px;
}

.imgLarge{
	padding-top: 20px;
}

.mainImg{ 
	width: 495px;
	float: left;
	padding-bottom: 20px;
}

.singleLine{
	padding-bottom: 10px;
	padding-top: 7px;
}

.label{
	padding-bottom: 8px;
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.leftColumn{
	width: 290px;
	margin-right: 20px;
	float: left;
}

.rightColumn{
	width: 310px;
	float: right;
}

.twoColum{
	width: 640px;
}

.labelTwo{
	color: #222222;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.anchorLink{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.bottomLine{
	padding-top: 35px;
	padding-bottom: 50px;
}

.selectedState{
	color: #005F8B;
	font-weight:bold;
}

/* .imgthumb{
	margin-right: 17px;
} */

/*.printthumb{
	margin-right: 4px;
} */

.printthumb img{
border: 1px solid #cccccc;
margin-right: 2px;
} 

.printthumb:hover img{
border: 1px solid #005f8b;
margin-right: 2px;
}


.cv{
	color: #464646;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	width: 495px;
}

.imgthumb img{
border: 1px solid #ffffff;
margin-right: 10px;
} 

.imgthumb:hover img{
border: 1px solid #005f8b;
margin-right: 10px;
}

.inthumb img{
border: 1px solid #ffffff;
} 

.inthumb:hover img{
border: 1px solid #005f8b;
}

