
/*REDIFINED TAGS*/
.body,td,p,li,div,span,h1,h2,h3{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td{
	font-size: 12px;
}

h1,h2,h3,h4{ 
	font-size: 20px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

body {
	background-color: White;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	max-width: 1100px;
	min-width: 850px;
}

.formErrors
{
	color: Red;
}

.thinBorder{
	border: 1px solid Black;
}

/*TOP NAVIGATION BAR*/

#topNav{
	width: 100%;
	background-color: #999966;
}

.topNavDivider{ 
	color: #5B603B;
	font-weight: bold;
}
.topNav {
   font-size: 12px;
	font-weight: bold;
	color: White;	
	text-decoration : none;
	padding-left: 0px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 4px;
}
.topNav A:Link{
	color: White;
	text-decoration : none;
}
.topNav  A:Visited{
	color : White; 
	text-decoration : none; 
}
.topNav A:Active{
	color : White; 
	text-decoration : none; 
}
.topNav A:Hover{
	color : #000066;
	text-decoration : none; 
}

.topNavSelected {
   font-size: 12px;
   font-weight: bold;
	color: #000066;
	background-color: #E9EED8;
}
.topNavSelected A:Link{
   color: #000066;
	text-decoration : none;
}
.topNavSelected  A:Visited{ 
   color: #000066;
	text-decoration : none; 
}
.topNavSelected A:Active{
   color: #000066;
	text-decoration : none; 
}
.topNavSelected A:Hover{
   color: #000066;
	text-decoration : underline; 
}



/*TOP SUB-NAVIGATION BAR*/
.topSubNavDivider{ 
	color: #5B603B;
}
#topSubNavFrame{
	border-bottom: 1px solid #CAD3AE;
}
#topSubNav{
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	background-color: #E9EED8;  
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
}
#topSubNav A:Link{
	color: #000066;
	text-decoration : none;
}
#topSubNav  A:Visited{
	color : #000066;
	text-decoration : none; 
}
#topSubNav A:Active{
	color : #000066;
	text-decoration : none;
}
#topSubNav A:Hover{
	color : #000066;
	text-decoration : underline;
}



/*SIDE NAVIGATION*/
.siteNavBackColor{
	background-color: #999966;
}

#sideNav td{ 
   font-size: xx-small;
	font-weight: bold;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #000066;
	border-top: 1px solid #000066;
}
#sideNav A:Link{
	color: #000066;
	text-decoration : none; 
}
#sideNav  A:Visited{
	color: #000066;
	text-decoration : none; 
}
#sideNav A:Active{
	color: #000066;
	text-decoration : none; 
}


/*SECTION NAVIGATION*/
#sectionNav td{	
	background-color: #E9EED8;
	color: #000066;
}
#sectionNav A:Link{
	color: #000066;
	text-decoration : none;
}
#sectionNav  A:Visited{
	color : #000066;
	text-decoration : none; 
}
#sectionNav A:Active{
	color : #000066;
	text-decoration : none;
}
#sectionNav A:Hover{
	color : #000066;
	text-decoration : underline;
}
#sectionNav ul{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 24px;
}

/* CONTENT BODY*/
.contentColor{
	/*background-color: White;*/
	background-color: #F0F1E7;
}
.contentFooter{  
	background-color: #F0F1E7;
	padding-bottom: 8px;
}
#contentBodyFrame{
	/*border: 1px dotted Silver;*/
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 16px;
	margin-bottom: 16px;
}

/*
#contentBodyFrame td{ 
 text-align: left;
}
*/

.contentFooter{
	background-color: #F0F1E7;
	padding-bottom: 8px;
}

/*TYPE SIZES*/
.Type-Small{
	font-size: small;
}
.Type-X-Small{
	font-size: x-small;
}
.Type-XX-Small{
	font-size: xx-small;
}
.Type-Large{
	font-size: 1.50em;
}
.Type-Cutline{
	font-size: 9px;
}
.typeMorePhotos{
	font-size: 1.50em;
}

#bookletName{
display: none;
}
