/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	left: 15px;
}

a{
	color: #006699;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link{
	color: #CC0000;
	text-decoration: underline;
}

a:visited{
	color: #006600;
	text-decoration: none;
}

a:hover{
	color: #990066;
	text-decoration: underline;
}

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: Geneva, Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #334d55;
 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: disc;
	line-height: normal;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: disc;
}

label{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	width: 100%;
	border-bottom: medium solid #CCCCCC;
}

#flashbuttons{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding: 5px;
}

#navBar{
	float: left;
	width: 167px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	border: 0px none;
}

#headlines{
	float:right;
	width: 20%;
	border: 0px none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #003399;
}

#content{
	float: left;
	width: 50%;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	line-height: normal;
	padding: 10px 10px 10px 25px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 70%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: medium none;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	line-height: normal;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px none #EEE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	line-height: normal;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	border: none;
}


/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 105%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/*Styles*/


.style1 {
font-weight: bold
}

.style2 {
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style3 {
font-size: 80%
}

.style4 {
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
}

.style5 {
color: #CC0000
}

.style6 {
	color: #FF0000;
	font-weight: bold;
}

.style7 {
	font-size: 70%;
}

.style8 {
     font:-size:  105%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CC0033;
}
