/***********************************************/
/* NchantStyles.css                            */
/* October 9, 2006                             */
/* HTML tag styles                             */
/***********************************************/ 


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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ccc;
	width: 650px;
}

#navBar{
	padding: 0px;
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 110px;
	float: left;
	clear: left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-right-width: 0px;
	border-right-style: solid;
}

#content{
	float: left;
	width: 519px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-left: 10px;
	clear: right;
	padding-top: 5px;
	padding-bottom: 10px;
}

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	color: #333333;
	padding: 10px;
	margin-top: 0px;
	font-family: Tahoma,sans-serif;
	font-size: 8pt;
	width: 630px;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with) the bottom border of the navBar in cases where they "touch" */


/***********************************************/
/*Style Divs                                   */
/***********************************************/

/*********** #body styles **********************/

body{
	font-family: Tahama,sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #E2EEDD;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 200%;
	font-weight: bold;
	color: #334d55;
	margin-bottom: 6px;
}

h2{
	font-size: 150%;
	color: #334d55;
	margin-top: 18px;
	margin-bottom: 3px;
}

h3{
	font-size: 100%;
	color: #334d55;
	margin-bottom: 12px;
	margin-top: 8px;
}

h4{
 font-size: 8pt;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
img{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}

ul{
 list-style-type: square;
}

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

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

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/*********** #masthead styles ******************/

#masthead img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#masthead h2{
	font-size: 18px;
	font-style: italic;
	color: #333333;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 35px;
	width: 180px;
	left: 450px;
}


/*********** #navBar styles ********************/

#navBar ul a:link, #navBar ul a:visited {
     display: block;
}

#navBar ul a:hover {
     display: block;
	 text-decoration:underline;
}
	 
#navBar ul {
     list-style: none; 
	 margin: 0; 
	 padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #content styles *******************/

#content p{
	margin-top: 12px;
	margin-bottom: 12px;
}

.redp{
	margin-top: 12px;
	margin-bottom: 12px;
	color: #cc0000;
}
				
/*********** #footer styles ******************/

#footer p{
	text-align: center;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
