/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background: #354D65;
	font-size: 12px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:link{
	color: #0000CC;
	text-decoration: underline;
}

a:visited{
	text-decoration: underline;
	color: #0033FF;
}

a:hover{
	color: #0099FF;
	text-decoration: underline;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 0px;
	padding: 4px 4px 4px 8px;
	text-align: left;
	font-weight: bold;
	background: no-repeat;
	line-height: 20px;
	text-transform: uppercase;
}

h2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	text-align: left;
	font-weight: lighter;
}

h3{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	text-align: right;
	font-weight: bold;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	left: 0px;
	right: 0px;
	line-height: 13px;
	text-align: left;
}

h5{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #F58A22;
	line-height: 16px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#box{
	margin: auto;
	width: 96%;
	padding: 0px;
	height: 400px;
}

