/* CSS Document */

html {
		margin:0;
		padding:0;
		color:#000;
	}
	body {
	min-width:640px;
	background-color: #B7BCC7;
	}
	
	
	#wrap {
	background:#9593A4;
	margin:0 auto;
	width:100%;
	}
	
	#header a {
	height:170px;
	background-image: url(../images/netaHeader.gif);
	background-repeat:no-repeat;
	display: block;
	}
	
	#header a span {
	display: none;
	}
	
	#mastDivider {
	height:10px;
	background-color:#000033;
	background-repeat:inherit;
	}
	
	#main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 3% 0 0;
	font-weight: normal;
	letter-spacing: -0.04em;
	}
	#main h1 {
	padding:1px 1px 1px 10px;
	font-size:26px;
	color:#ffff99;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	background-color: #660000;
	border-top-color: #CCCCCC;
	border-top-style: inset;
    }
	
	#main h2 {
	padding:1px 10px 1px 10px;
	font-size:18px;
	color:#FFFF99;
	background-color: #660000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	border-top: thin;
	border-top-style: solid;
	border-top-color: ffffcc;
	}
	
	#main h3 {
		padding:0 10px;
		font-size:14px;
		color:#000000;
    }
	
	#main h4 {
		padding:0 10px;
		font-size:13px;
    }
	
	#main h5 { /* this is a white header for use with the zenbox*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	}
	
	#main p {
		padding:0 10px;
    }
	
	#main a {
	color:#000066;
	text-decoration: none;
	}
	
	#main a:hover {
	color:#000066;
	text-decoration: underline blink;
	}
	
	#newsgram_main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	float:left;
	min-width:640px;
	width: 640px;
	margin: 0;
	padding: 0 3% 0 0;
	font-weight: normal;
	letter-spacing: -0.04em;
	}
	
	#newsgram_main h1 {
	padding:1px 1px 1px 10px;
	font-size:26px;
	color:#ffff99;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	background-color: #660000;
	border-top-color: #CCCCCC;
	border-top-style: inset;
    }
	
	#newsgram_main h2 {
	padding:1px 10px 1px 10px;
	font-size:18px;
	color:#FFFF99;
	background-color: #660000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	border-top: thin;
	border-top-style: solid;
	border-top-color: ffffcc;
	}
	
	#newsgram_main h3 {
		padding:0 10px;
		font-size:14px;
		color:#000000;
    }
	
	#newsgram_main h4 {
		padding:0 10px;
		font-size:13px;
    }
	
	#newsgram_main h5 { /* this is a white header for use with the zenbox*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	}
	
	#newsgram_main p {
		padding:0 10px;
    }
	
	#newsgram_main a {
	color:#000066;
	text-decoration: none;
	}
	
	#newsgram_main a:hover {
	color:#000066;
	text-decoration: underline blink;
	}
	

	#sidebar {
	margin: 4px 79% 0 0;
	padding: 0px;
	background-color: #000033;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 10px;
	font-weight: bold;
	}
	#sidebar ul {
		margin-bottom:0;
		
    }

	.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 5px;
	letter-spacing: 0.04em;
	/*background-color: #32325B;*/
	clip: rect(auto,auto,auto,auto);
	}
	
	.navLink a {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	/*clip: rect(auto,auto,auto,auto);
	padding-left: 5px;*/ 
	}

	.navLink p {
	line-height: 10px;
	}
	
	#sidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
	text-indent: 0px;
	letter-spacing: 0.05em;
	/*background-color: #000033;
	background-image:url(/images/bgOverButton.gif);
	background-repeat:no-repeat;
	background-position:inherit;
	/*clip: rect(auto,auto,auto,auto);
	padding: 0px 5px 0px 0px;*/
	width: 180px;
}
    #sidebar h3 {
	padding:0 10px 0 0;
	background-image:url(/images/buttonBG.gif);
	background-repeat:repeat-x;
	background-position:inherit;
	font-size: 14px;
	font-weight: 600;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: -0.01em;
	line-height:normal;
    }
	
   #sidebar p {
	 padding:0 10px 0 0;
	 }
	 
	#zenbox {
	border:2px dotted #00002D;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#000033;
	float:right;
	width:160px;
	padding:0px 0px 0px 0px;
	}
	
	#zenbox h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:20px;
	font-weight:bolder;
	}
	
	#zenbox a {
	color:#000066;
	font-size:14px;
	font-weight:bold;
	}
	

	
	
	#footer {
	background:#000033;
	clear:both;
	border-top-color: #666666;
	border-top-style: double;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
	
	
	/*Image Styles*/
	
	/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 20px; /*position where enlarged image should offset horizontally */

}
	
	</style>
