/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	scrollbar-3dlight-color:#660000;
    scrollbar-arrow-color:#EDD595;
    scrollbar-track-color:#EDD595;
    scrollbar-darkshadow-color:#660000;
    scrollbar-face-color:#793503;
    scrollbar-highlight-color:#793503;
    scrollbar-shadow-color:#793503
}
body{
	font-family: Arial,sans-serif;
	color: #000066;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#TxtBody {
	background-repeat: no-repeat;
	background-image: url(/images/bkgrnds/BkgrndYel.jpg);
}


a:link {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:visited:hover {
	color: #660000;
	text-decoration: none;
}
a:active {
	color: #660000;
	text-decoration: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
.titles {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	border-top-style: solid;
	margin-bottom: 15px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#content{
  float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/***********************************************/
/* Left Navigation Menu                        */
/***********************************************/		
		
#SideMenu li{
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 6px;
}
#SideMenu li a:link{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
#SideMenu li a:hover{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
#SideMenu li a:visited{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
#SideMenu li a:visited:hover{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
#SideMenu li a:active{
	list-style-type: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

/************* #siteInfo styles ***************/

#MainTxt {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	list-style-type: square;
	list-style-image: none;
	height: 400px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
}
#MainTxt li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	color: #333333;
	margin-left: 0px;
	list-style-type: square;
	
}
#MainTxt ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	color: #000099;
	margin-left: 40px;
	
}

#TxtBody ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #8E562D;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;	text-decoration: none;
}
