/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkg.gif);
	line-height: 17px;
}
p {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3{
	font-size: 12px;
	margin: 0px;
	text-align: left;
	padding: 5px 0px 0px;
	font-weight: bold;
}

h4{
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	font-style: italic;
}

h5{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 0px;
	padding: 10px 0px 5px;
	font-size: 13px;
}
h6 {
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 11px;
}

ul{
	list-style-type: square;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 13px;
	line-height: 18px;
	list-style-image: url(images/arrow2.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

#navBar{
	padding: 0px;
	width: 125px;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #006699;
}

#content{
	margin: 0;
	padding: 0;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	white-space: nowrap;
	padding-right: 10px;
	background-image: url(images/banner-bkg.jpg);
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
}

#globalNav a {
	color: #666666;
	font-size: 13px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 12px;
	color: #999999;
	padding: 5px 10px 0px 20px;
	line-height: 16px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	margin: 2px;
	background-color: #000000;
	font-weight: bold;
}
/* 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: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#siteInfo a:hover {
	text-decoration: underline;
	color: #FFCC33;
	background-color: #0099FF;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	width: 125px;
}
#sectionLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#sectionLinks ul a:link, #sectionLinks ul a:visited {
	display: block;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #FFFFFF;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px 5px 5px 8px;
}

#sectionLinks a:hover{
	text-decoration: none;
	background-color: #0066CC;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sectionLinks li {
}


/*********** #sectionLinks styles ***********/


blockquote {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	line-height: 24px;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
