/* CSS Document */

<style>

A { text-decoration: none;  } 
A:link {text-decoration: none; }
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: #CC0000;}

h1 {
	color:#44597B;
	font-family:Geneva, Arial, Helvetica;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#print_logo{
	visibility: hidden;
		display:none;
	width: 0px;
	height: 0px;
	}
	
h2 {
	size:18px;
	color:#3A6BA6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	size:18px;
	color:#3A6BA6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	size:10px;
	color:#7497C0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}

body {
	background: #D7DCE5 url(../images/bg.jpg) repeat-y center;
	margin-top:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	size:10px;
	display: block;
	margin-left: auto;
	margin-right: auto; 	/*center the image*/
	font-size: 10px;
	}

form { margin-top:0px; margin-bottom:0px;}

#nav_home {
	background-position: center;
	vertical-align: top;
	height: 90px;
	width: 724px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/subpages_masthead.jpg);
	display: block;
	margin-left: auto;
	margin-right: auto; 	/*center the image*/
	margin-bottom: 5px;
}

#search {
	padding-top:49px;
 	margin-right: 53px; /* 61px */
	margin-left: auto; 

	display: block;
	width: 144px;
	height: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#body_text {
	margin-right:auto;
	margin-left: auto;
	display: block;
	width: 670px;
	visibility: visible;
}

#within_page {
	margin-right:auto;
	margin-left: auto;
	display: block;
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#text_align_right{
text-align:right;
}

#block_text_align_right{
	text-align:right;
	display:block;
}

#block_text_align_left{
	text-align:left;
	display:block;
	margin-right: 215px;
	z-index: 100;
}

#bread_crumbs {
	margin-right:auto;
	margin-left: auto;
	display: block;
	width: 670px;
	size:10px;
	color:#7497C0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#global_footer{
	margin-right:auto;
	margin-left: auto;
	display: block;
	height: 20px;
	width: 724px;
	text-align: center;
	padding-top: 10px;

}


#sitewide_masthead_align {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;
	display: block;
	margin-left: auto;
	margin-right: auto; 	/*center the image*/
	background-image: url(http://www.netburner.com/global/images/sitewide_masthead.gif);
	height: 87px;
	width: 724px;
	margin-bottom: 0px;

}

</style>
