/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

img{
	position:absolute;
	border: 0;
	margin:0px;
	padding:0px;
}

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

h1, h2, h3, h4, h5 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #334d55;
}
h2{
 font-size: 114%;
 color: #006699;
}
h3{
 font-size: 105%;
 color: #FF6600;
}
h4 { 
font-size:105%;
color:#334d55;
}
h5{
 font-size: 95%;
 color: #334d55;
}

ul {	
	list-style-position: outside;
	padding: 0px 0px 0px 13px;
	margin: 3px 0px 5px 5px;
}
li {
	padding: 5px 0px 5px 0px;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Header Divs                                 */
/***********************************************/

div.spacer { clear: both; }

#hdrOver{
	position:relative;
	width: 960px;
	margin:10px 0px 0px 0px;
	height: 25px;
	border-bottom: 1px solid #cccccc;
}
#hdrOver div.hTitle{
	float:left;
	width:10%;
	padding: 5px 0px 5px 10px;
	font-weight:bold;
	color: #ff6600;
}
#hdrOver div.hText{
	float:right;
	width:48%;
	text-align:right;
	padding: 5px 0px 5px 0px;
	font-style:italic;
	color:#334d55;
}
#hdrUnder {
	position:relative;
	width: 960px;
	margin:10px 0px 0px 0px;
	clear:both;
}
#hdrUnder div.hTitle{
	float:left;
	width:465px;
	height:30px;
	padding-left:10px;
}
#hdrUnder div.hPointer{
	float:left;
}
/*#hdrUnder img{
	width:32px;
}
*/
/***********************************************/
/* Thumbnail Divs                              */
/***********************************************/
/* box is only to detect mouseout from images */
#picBox {
	position:relative;
	height:116px;
	width:980px;
	clip:rect(10px 970px 106px 10px);
}
#picSet {
	position:absolute;
	left:10px;
	top:10px;
	height:96px;
	width:960px;
	overflow:hidden;
}
div.thumb{
	float:left;
	width:96px;
	height: 96px;
}
#photoContainer{
	padding-left:10px;
	float:left;
	width:960px;
	height:600px;
}
#photoBox{
	float:left;
	width:600px;
	height:600px;
	padding:10px;
	border: solid thin #336699;
}
#textBox{
	float:right;
	width:28%;
	height:600px;
	padding:10px;
	border: solid thin #336699;
}
#invisiPic{
	visibility:hidden;
	display:none;
	width:96px;
	height:96px;
}
/***********************************************/
/* Photo and Text Divs                         */
/***********************************************/

