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

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

body{
	font-family:"Times New Roman", Times, serif;
	margin-left:auto;
	margin-right:auto;
	line-height:140%;	
	padding: 0px;
	width:779px;
	background-color:#c7b4d7;
	margin-top:0;
}
#container {
	height:850px;
	width:100%;
	background-image:url(images/faux_background.jpg);
	background-repeat:repeat;
}
#container #footer {
	height:40px;
}

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

a:link{
	color: #ffffff;
	text-decoration: none;
}

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

a:hover{
	color: #006699;
	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:"Times New Roman", Times, serif;
 font-size: 120%;
 color: #6a2176;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family:"Times New Roman", Times, serif;
 font-size: 100%;
 color: #ffffff;
 margin: 0px;
 margin-right:10px;
 padding: 0px;
 line-height:120%;}

h5{
 font-family:"Times New Roman", Times, serif;
 font-size: 90%;
 color: #ffffff;
 margin: 10px;
 padding: 0px;
 line-height:120%;
}

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 0px 0px 0px;
	border-bottom: 0px solid #cccccc;
	width: 100%;
}

#navBar{
	float: left;
	width: 19%;
	margin: 0px;
	padding: 0px;
	margin-right:21px;	
	z-index:9;
}

#headlines{
    float:right;
	width: 18%;
	border-left: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	padding-right: 10px;
}

#content{
	float: left;
  width: 55%;
}

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

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


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

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


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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 18px;
	line-height:180%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

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

.otherimg{
	float: right;
	margin-left:15px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/*********** #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-bottom: 0px solid #EEE;}

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


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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #c7b4d7;
	font-size: 100%;
	color:#ffffff;
	line-height:200%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 0px solid #c7b4d7;
	text-decoration:none;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #c7b4d7;
}


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

.relatedLinks{
	position: relative;
	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: 10px 0px 10px;
}

#advert img{
	display: block;
}

#advertright{
	padding: 10px 0px 10px;
}

#advertright img{
	display: block;
}


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

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

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

#footer {
	width:auto;
	height:20px;
	background-image:url(images/purple_pixel.gif);
	background-repeat:repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:60%;
	color:#CCCCCC;
	text-align:right;
	padding:2px 10px 0 0;
}
