/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif; /* background-color: #f0f0ff; */
	color: #666666;
	margin: 0px 0 0 0;
	padding: 0px;
	background-image: images/back_diamond.gif;
	background: url(images/back_diamond.gif);
	font-size: 9pt;
}

P{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0;
	margin-bottom: 1em;
}

a{
	color: #00008B;
	text-decoration: underline;
}

a:link{
	color: #00008B;
	text-decoration: underline;
}

a:visited{
	color: Gray;
	text-decoration: underline;
}

a:hover{
	color: #FF8C00;
	text-decoration: underline;
}

h1{
	font-family: Arial,sans-serif;
	font-size: 130%;
	color: #00008B;
	margin: 0px;
	padding: 2px;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #00008B;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 102%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

ul{
	padding: 2px;
	padding-top: 2px;
	list-style: disc;
}

ul ul{
 list-style-type: disc;
}

hr {
	width: 80%;
	color: #4682B4;
	border-width: thin;
	background-image: url(images/blue_lin.gif);
}


ul ul ul{
 list-style-type: none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
	background: transparent;
	padding-left: 0px;
	padding-right: 0px;
}

#navBar{
	float: left;
	width: 136px;
	margin: 0px 0px;
	padding: 2px;
	background-color: #DCDCDC;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: bold 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333399;
}

#content{
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font: 9pt;
	margin-left: 30px;
	padding-right: 30px;
	text-align: left;
	margin-right: 30px;
	margin-top: 5px;
	padding-left: 30px;
}

#content #navbottom {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	float: left;
}

