

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}


/* Header */

input.searchbox {
	background: url(http://www.nacap.com/images/search-bg.jpg);
	border: 1px solid #000;
	width: 140px; 
	height: 21px; 
	padding-left: 6px; 
	vertical-align: top;	
}

img.searchBtn {
	margin-left: -3px;
	vertical-alig: top;	
	cursor: pointer;
	cursor: hand;
}

a.header {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

a.header:hover {
	text-decoration: underline;
}


/* Top Menu */

#mainMenu a {
	font-family: Arial;
	font-size: 15px;
	color: #333333;
	text-decoration: none;	
	letter-spacing: 0px;	
	text-transform: lowercase;
}

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

#mainMenu a.active {
	font-weight: bold;
	color: #3774a9;
}

#mainMenu a.active:hover {
	text-decoration: none;
}


/* Arrow */
div.menuArrow
{
	position: relative;
	top: -14px;
	left: 100px;	
	z-index: 1;
}


/* Submenu */

#subMenuRow td {
	background-color: #FFFFFF;
	height: 49px;
	background: url(http://www.nacap.com/images/v2/submenu-bg.gif);	
	background-position: bottom; 			
}

#subMenuContainer a {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;	
	letter-spacing: 0px;	
	text-transform:lowercase;
	margin-right: 15px;
}

#subMenuContainer a:hover {
	color: #3774a9;	
}

#subMenuContainer a.active {
	color: #3774a9;
	font-weight: bold;
}


/* footer */

td.footer {
	height: 33px;
	background: url(http://www.nacap.com/images/v2/bg-bot.gif);
	text-align:center;
	padding-top: 9px;
}

.footer a {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;		
	margin-right: 15px;
}

.footer a:hover {
	text-decoration: underline;			
}


/* containers */

.container {
	background-color: #FFFFFF;
	padding: 8px;
	vertical-align: top;
}

div.container {	
	margin-bottom: 20px;
}

#container h1 {
	font-size: 20px;
}



/* news container */
#newsContainer h1 {
	border-bottom: 1px solid #3774a9;
	padding-bottom: 10px;
	margin-bottom: 8px;
	font-size: 20px;
}

#newsContainer a {
	text-decoration: none;	
	font-weight: bold;
}

#newsContainer div {
	border-bottom: 1px solid #3774a9;
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-top: 3px;
}


/* linkcontainers */
#linkContainer {
	padding: 14px;
}

#linkContainer a.active {
	font-weight: bold;
	color: #3774a9;
}

#linkContainer a {
	text-decoration: none;
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 22px;	
}

#linkContainer a:hover {	
	color: #3774a9;
}

#linkContainer div {
	padding-left: 15px;
}


/* overlib */

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index: 1000;	
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80); /* IE patch */
}


