/***********************************************/
/* 3stylesheet.css                             */
/* Use with default.aspx     				    */
/***********************************************/

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

body{
	font-family: Arial,Verdana,sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	text-align: center; /*IMPORTANT-this text-align: center; lines in the CSS must be here to have tables wrapp in the wrapper divs*/
}
td
{
    font-family: Arial,Verdana,sans-serif;
	font-size:12px;
}
a{
	color: #000000;
	text-decoration: underline;
}

a:link{
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

a:visited{
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

a.nav_Main{
	font-size: 18px;
	color:#000000;	
	text-decoration: none;
}
a.nav_Main:visited{
	font-size:18px;
	color:#000000;	
	text-decoration: none;
}
a.nav_Main:hover{
	font-size:18px;
	color: #000000;	
	text-decoration: underline;
	font-weight:bold;
}
a.nav_thumb{
	font-size:12px;
	color:#000000;	
	text-decoration: none;
}
a.nav_thumb:visited{
	font-size:12px;
	color:#000000;	
	text-decoration: none;
}
a.nav_thumb:hover{
	font-size:12px;
	color: #000000;	
	text-decoration: underline;
	font-weight:bold;
}
a.nav_footer{
	font-size:12px;
	color:#000000;	
	text-decoration: underline;
}
a.nav_footer:link{
	font-size:12px;
	color:#000000;
	text-decoration: underline;
}
a.nav_footer:visited{
	color:#000000;	
	text-decoration: underline;
}
a.nav_footer:hover{
	color:#663366;
	text-decoration: underline;
	font-weight:bold;
}
h1{
 font-family: Arial,Verdana,sans-serif;
 font-size: 18px;
 color: #9D080D;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,Verdana,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,Verdana,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,Verdana,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

.subheadline{
 font-size: 14px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}

ul{
 list-style-type: square;
}

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

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

label{
 font-family: Arial,Verdana,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
/***********************************************/
/* fonts		                                */
/***********************************************/
.white_txt{
 font-family: Arial,Verdana,sans-serif;
 font-size: 11px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
}



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

#masthead{
	margin:4px auto;
	width: 750px;
	background-color:#ffffff;
	border-width: 1px;
	border-color:#000000;
	border-style:solid;
}