/* General Styles */

html { 
	/*height:100%; */
	margin: 0; 
	padding: 0; 
	font-family: Arial, Helvetica, sans serif;
	font-size: 9pt; 
	color: #3b3c3f;
}

body
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	color: #373737;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(../images/nausc_background_img.jpg);
	background-repeat:repeat-x;
	height:100%;
	width:100%;
}

a:link {
	color: #6b798e;
	text-decoration: none;
}
a:visited {
	color: #6b798e;;
	text-decoration: none;
}
a:hover {
	color: #3d69b2;
	text-decoration: underline;
}
a:active {
	color: #6b798e;;
	text-decoration: none;
}

img { border:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#1675bc;
	font-size:18px;
	line-height:25px;
	font-weight:bold;
	text-align:left;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#1675bc;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-align:left;

}

h3 {
	color:#a58744;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	margin: 5px 20px 2px 25px;
}

h4 {
	color:#a58744;
	font-size:10px;
	font-weight:bold;
	margin: 5px 20px 2px 18px;	
	padding: 0px 10px 0px 10px;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	text-align:left;
	
}

div.hr {
  	background: url(../images/hr.gif) no-repeat scroll center;
	background-repeat: repeat;
	border: 0;
	width: 97%;
	height: 4px;
	line-height: 6px;
	margin: 10px 2px 2px 2px;
}
div.hr hr {
  display: none;
}

li
{
	font-family: Arial, Helvetica, sans serif;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	padding-right:7px;
	
}
li.news_list
{
	
	list-style-type: square;
	
}
ul
{
	margin:0px;
	list-style-type:disc;
	
}
	
ol
{
	list-style-position:outside;
	
}
