/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

.gallerytable td {
padding-left: 0px; 
padding-right: 0px; 
padding-top: 10px; 
padding-bottom: 10px;
}

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333;
	font-size: 11px;
	line-height: 1.5em;	
	margin: 0px;	
}

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

.style1 {
	font-size: 10px;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin:auto;
	width:770px;
	}

#pageDiv{
	text-align: center;
	}
	
#pageDiv div{
	text-align: justify;
	}

#content{
    float:center;
	width: 770px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	text-align: center;
	margin: 30px 0px 0px 0px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 770px;
	text-align: center;
	margin:20px 0px;
	
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

#globalNav a {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 4px; 
}


/************** .feature styles ***************/

.feature{
	width:770px;
	margin-bottom:10px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .news styles ***************/

.news{
	width:250px;
	height:130px;
	padding: 15px;
	background-color:#f3f3f3;
	float:right;

}

.news h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.news img{
	float: left;
	padding: 0px 10px 0px 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */



/************** .picture styles *****************/

.picture{
	clear: both;
	padding: 10px 10px 10px 10px;
	font-size: 11px;
	width: 700px;
}

.picture p{
	padding: 0px 0px 0px 0px;
}



/************* #siteInfo styles ***************/

#siteInfo{
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	font-size: 10px;
	color: #999999;
	padding: 10px 10px 10px 10px;
	margin: 20px 0px;
	width: 750px;
	font-weight:normal
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 0px 0px 0px 0px;
	vertical-align: middle;
}
