/***********************************************/
/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #272727;
	line-height: 1.166;
	padding: 5px;
	background-color: #FFFFFF;
	background-image: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

a{
	color: #006699;
	text-decoration: underline;
}

a:link{
	color: #000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

a:visited{
	color: #FF0000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

a:hover{
	color: #0000FF;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: "Times New Roman", Times, serif;
 font-size: small;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 940px;
	float: left;
	padding: 0px;
	left: 24px;
	top: 10px;
	margin: 0px;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
	height: 139px;
	position: absolute;
}

#navBar{
	float: left;
	width: 135px;
	padding: 5px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	height: 645px;
	position: absolute;
	top: 199px;
	left: 24px;
	border: 1px dotted #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}



#content{
	float: left;
	width: 767px;
	margin: 0px;
	clear: none;
	height: 645px;
	background-color:#FFFFFF;
	position: absolute;
	left: 189px;
	top: 196px;
	border: 0px none #272727;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	border-bottom: 1px solid #CCC;
	color: #000000;
	left: 21px;
	top: 161px;
	position: absolute;
	width: 950px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: small;
	padding: 0 4px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#globalNav a:hover{
	color: #0000FF;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
#globalNav a:visited{
	font-size: small;
	padding: 0 4px 0 0;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: small;
	padding: 2px 0px 0 10px;
	background-color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
}


/************** .feature styles ***************/


.feature{
	font-size: medium;
	height: 75px;
	width: 755px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-style: normal;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}





/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #000000;
	padding: 10px;
	float: left;
	margin: 0px;
	border: 1px none #cccccc;
	position: absolute;
	bottom: auto;
	left: 26px;
	top: 867px;
	font-family: "Times New Roman", Times, serif;
	background-color: #CCCCCC;
	height: 12px;
	width: 928px;
	font-style: normal;
	font-weight: bold;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}





/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}



#Layer1 {
	position:absolute;
	width:168px;
	height:145px;
	z-index:1;
	left: 84px;
	top: 3px;
}
.style7 {color: #000000}

}
.style13 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: medium;
}
.style15 {
	color: #0000FF;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.style17 {font-family: "Times New Roman", Times, serif; font-size: medium; }
.style18 {font-family: "Times New Roman", Times, serif; font-size: small; }
.style19 {font-size: large}
.style20 {
	font-size: large;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
.style22 {color: #3273B5}
.style23 {
	font-size: small;
	color: #FFFFFF;
}
.style24 {
	color: #0000FF;
	font-size: x-large;
}
.style25 {
	font-size: xx-large;
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.style26 {
	color: #0000FF;
}

.style27 {
	font-size: xx-large;
}
.style30 {
	font-style: italic;
	color: #0000FF;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
}
