/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-image:url(images/main_bg.jpg);
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #0099CC;
	text-decoration: none;
	border: 0px;
	font-size: 110%;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}
/* overrides decoration from previous rule for hovered links */

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: #990000;
}

h2{
 font-size: 120%;
 color: #990000;
}

h3{
 font-size: 140%;
 color: #333333;
}

h4{
 font-size: 100%;
 color: #006699;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

.contentText{
font-size:14px;
color:#000000;
float: left;
font-family:Arial, Helvetica, sans-serif;
}

.contentTextIMG{
font-size:14px;
color:#000000;
float: right;
font-family:Arial, Helvetica, sans-serif;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	font-style: normal;
	text-align: left;
	border: 0px;
	border-left: 1px solid #000;
	width:150px;
	background-color:#333333;
	height:100%;
	font-weight: normal;
}



#navcontain{
	width:auto;
}

#content{
	width: 100%;
	background-color: #FFFFFF;
	height:100%;
}

#top_content{
	width: 98%;
	background-color:#FFFFFF;
	margin: 7px 8px 5px 5px;
	padding: 4px;
}

#mainheader{
	text-align:center;
	border-bottom: 2px solid #000;
	width:800px;
	}

#container{
	width: 800px;
	margin: 0 auto;
	padding: 0px 0px 0px 20px;
}

#containerbig{
	width: 820px;
	margin: 0 auto;
	padding: 0 20px 0 0px;
	text-align:center;
	background-color:#666666;
}

#footer{
	width: 100%;
	background-color:#FFFFFF;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #000;
}


/*********** #sectionLinks styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.jpg);
	font-size: 90%;
	left: 0px;
	top: 1px;
	border-bottom: 1px solid #cccccc;
}



#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	border-bottom: 1px solid #fff;
}

#sectionLinks a:visited{
	border-bottom: 1px solid #fff;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #FFF;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


.headline {
}
.unnamed1 {
	line-height: normal;
	font-weight: normal;
}

/*****************IMAGE HOVER*****************/

/*DO NOT CHANGE*/
.smallpic{
position: relative;
z-index: 0;
}

/*DO NOT CHANGE*/
.smallpic:hover{
background-color: transparent;
z-index: 70;
}

/*coding for big pic*/
.smallpic span{
position: absolute;
background-color:#CCFF99;
padding: 7px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

/*coding for enlarged picture*/
.smallpic span img{
border-width: 0;
padding: 5px;
}

/*coding for big pic on hover*/
.smallpic:hover span{ 
visibility: visible;
top: -200px;
left: 60px;

}
