/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #003146;
	width: 795px;
}

a:link, a:visited, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}

h2{
 font-size: 114%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #FFFFFF;
}

h4{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h5{
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

ul ul{
}

ul ul ul{
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	width: 767px;
	left: 5px;
	position: absolute;
	top: 5px;
}

#navBar{
	background-color: #491335;
	color: #FFFFFF;
	width: 155px;
	position: absolute;
	top: 90px;
	background-image: url(navbgrd.jpg);
	background-repeat: repeat-y;
	background-position: right;
	left: 5px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
}

#content{
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: absolute;
	width: 772px;
	top: 90px;
	font-size: 10pt;
	background-repeat: repeat-y;
	border-left-color: #ECE9D8;
	border-left-width: 5px;
	padding-left: 183px;
	padding-right: 20px;
	z-index: 0;
	overflow: hidden;
	background-image: url(background.jpg);
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#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 {
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

.relatedLinks h3{
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#content a:link, a:visited{

	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
li {
}
