/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	! important;
	background-color:#CCCCCC;
	/*background-image: url(../images/background_green_stripe.gif);*/
}

a{
	color: #666666;
}

a:link{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #2A2A2A;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 175%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: underline;
 color: #333333;
 font-size: 115%;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #333333;
 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: #666666;
}

/************* #globalNav styles **************/

#globalNav{
	padding: 5px 0px 5px 5px;
	/*width: 758px;*/
	width: 920px;
	font-size:110%;
	font-weight:normal;
	border: 1px solid #cccccc;
	background-color: #EBEBEB;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size:110%;
	padding: 0 4px 0 0;
}

/*********** #newsLinks styles ***********/

#newsLinks{
	position:inherit;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

#newsLinks h3{
	padding: 10px 0px 2px 12px;
}

#newsLinks a {
	display: block;
	border-bottom: 1px dotted #cccccc;
	padding: 2px 0px 2px 12px;
}

#newsLinks a:hover{
	background-color: #eeeeee;
	text-decoration: none;
}

#newsLinks ul{
 list-style-type:square;
}


/************** #footerMenu styles **************/

#footerMenu {
	font-size: 100%;
	color: #555555;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	clear: both;
	float: none;
	width: 918px;
	padding: 5px 3px 5px 4px;
}

/************** .footerCopyright styles *****************/

.footerCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-style: normal;
	font-weight: normal;
	color:#666666;
}

.dotline {
	color: #666666;
	border-bottom: 1px dotted #666666;
}


