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

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

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
	font-style: normal;
}

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

a:hover{
	color: #006699;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #000000;
	margin: 0px;
	padding: 6px 0px 0px;
	text-align: justify;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #006699;
	margin: 0px;
	padding: 2px 0px 0px;
	text-indent: 5px;
}

h3{
	font-family: JoeBecker;
	font-size: 100%;
	color: #003399;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: justify;
}

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{
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 975px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	margin: 0px;
}

#navBar{
	float: left;
	width: 125px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-repeat: repeat;
	border: 0px none;
	height: 810px;
	background-color: #CCCCCC;
}

#headlines{
	float:right;
	width: 175px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 1px;
	white-space: pre;
	padding-left: 5px;
}

#content{
	float: left;
	width: 660px;
	background-image: none;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
	vertical-align: top;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: thick doble #0000CC;
	color: #000099;
	position: absolute;
	left: 230px;
	top: 81px;
	font-family: TriathlonDB;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	border-top-style: doble;
	border-right-style: doble;
	border-left-style: doble;
	width: 501px;
	overflow: visible;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	color: #0000CC;
}

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

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px;
	font-size: 10px;
	font-family: Tahoma;
	color: #000000;
	font-weight: normal;
	line-height: normal;
}

.feature h3{
	padding: 5px 0px 0px;
	text-align: left;
	font-family: JoeBecker;
	font-size: 18px;
	color: #0033CC;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


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

#siteInfo{
	clear: none;
	border: medium solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 20px;
	width: 950px;
	float: none;
}

#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: 0px none;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px none;
	font-size: 90%;
	color: #0033CC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

#sectionLinks h3{
	padding: 2px 0px 1px 2px;
	color: #0033CC;
}

#sectionLinks a {
	display: block;
	border-top: 0px none;
	padding: 0px;
	color: #0033CC;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	color: #0033CC;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

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

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

#advert img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-image: none;
	line-height: normal;
	white-space: normal;
	text-align: center;
}

#headlines p{
	padding: 0px 0px 0px 3px;
	font-family: TriathlonDB;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	margin-left: 3px;
}
#content2 {
	float: left;
	width: 850px;
	background-image: none;
	background-repeat:  repeat-y;
}
.feature2 h3 {
	padding: 1px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0033CC;
	text-indent: 0px;
}
