/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	
}

a:link, a:visited, a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.hidden {
	visibility: hidden;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans MT", "Gill Sans MT Condensed";
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: "Gill Sans MT", "Gill Sans MT Condensed";
 font-size: 100%;
 color: black;
}

h2{
 font-size: 80%;
 
}

h3{
	font-size: 70%;
 
}

h4{
 font-size: 40%;

 
}

h5{
 font-size: 100%;
 
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
div.button {
	width:172px;
	height:224px;
	top:0px;
	left: 0px;
	border: 0;
	vertical-align: top;
	background-color: #00FFCC;
}
div.button a  {
	width:172px;
	height:224px;
	display:block;
}
div.button a:link {

}
div.button a:hover {

}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#HeadContainer {
	padding: 0px;
	background-repeat: repeat-x;
	width: auto;
	height: auto;
	margin: 0px;
}



#banner {
	height: 94px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 36px;
	text-indent: 20px;
	width: 950px;
	position: relative;
	margin: 0px;
	border: medium none #000000;
	background-image: url(../images/banner100.gif);
}
#subtitle {
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 50px;
	margin: 0px;
	width: 817px;
	position: absolute;
	height: auto;
	left: 132px;
	top: 54px;
	z-index: 13;
	
}


.bannerimage {
background-image: url(../images/bg_banner.jpg);
background-repeat: no-repeat;
}



.right {
	float: right;
	position: relative;
}
.left {
	float: left;
	position: relative;
}
.lower {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: auto;
	right: auto;
}

	
	/*begin round corner classes */
.bl {
	width: auto;
	background-image: url(../images/LWLT.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.br {
	background-image: url(../images/LWRT.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.tl {
	background-image: url(../images/UPLT.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.tr {
	padding:10px;
	background-image: url(../images/UPRT.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
	/*use this to fix for IE over run of background color at bottom  */
.clear {font-size: 1px; height: 1px}

.PhotoLable {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	color: #FFFFFF;
}
.PhotoLable a:link{color:#00FF00}
.PhotoLable a:visited{color:#663366}
.PhotoLable a:hover{color:#9933CC}

.Sendlinks {
	font-size: x-small;
	font-style: italic;
	color: #000000;
	padding: 15px;
	text-align: center;
}
