/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

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

body{
	font-family: verdana;
	color: #333333;
	line-height: 1.0;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #DEB887;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #8B0000;
}

h2{
 font-size: 114%;
 color: #8B0000;
}

h3{
 font-size: 100%;
 color: #8B0000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

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

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

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


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


#content{
  	font-family: Verdana;
	font-size: 13;
	}

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

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

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

.on{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-color: #ffffff;
}
.over{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-color: #ffffff;
}

.off{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 80%;
	background-color: #A9A9A9;
}


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

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