body {
	behavior: url(csshover.htc);
	font-size:8px;
	font-family:Arial, Helvetica, sans-serif;
}

p a {
	
	text-decoration:underline;

}
a{
	
	text-decoration:none;
	}
p a:hover{	text-decoration: none;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}


ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 0px 0px;
	background:#000066;
	color:#FFFFFF;
}

ul#nav li a:hover{
	background:#888;
	color:#fff;
	}

ul#nav li {
	float: left;
	position: relative;
	width: 98px;
	text-align: center;
	margin-right:0px;
	border:1px solid #ccc;

}

ul#nav li.current a{
	background:#ddd;
	}

ul#nav li.current a:hover{
	background:#888;
	}

li.menudrop ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 2px 0 2px 0;
	margin-left:-1px;

}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px;
}

ul#nav li ul.sub li a{
	font-weight: normal;	
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

.background {	
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

a {
	text-decoration: none;
}

a:hover {
	color: #FF0000;	
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.topmenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

.unnamed1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-style: dashed;
}
.section {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #000066;
	width: 75%;
	font-size: 18px;
}
.deck {
	font-family: Helvetica, Arial;
	font-size: 11pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.titlestyle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #000066;
	text-transform: none;
}
.author {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-transform: uppercase;
	font-weight: normal;
}
.webtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;

}
.blogtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: blue;
}
.blogtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.dottedvertical {
	border-right-width: 1px;
	border-right-style: dotted;
}
.line3side {
	border: 1px solid;
}
.moreboxhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 1px;
	color: #FFFFFF;
}
.blogtext2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.menudrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;	
}
.blogindexfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 14pt;
	font-style: normal;
}
.archivesection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	background-color: #CCCCCC;
	width: 100%;
}

.scrapeintro {
	font-family: serif, Times, "Times New Roman", Tahoma;
	font-size: 11pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.scrapetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 17pt;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3a6b6b;
	text-decoration: none;
}
.scrapebody {
	font-family: Helvetica, Arial;
	font-size: 11pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: white;
			z-index:1001;
			-moz-opacity: 0.0;
			opacity:.0;
			filter: alpha(opacity=0);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 250px;
			left: 25%;	
			right: 35%;		
			width: 576px;
			height: 376px;
			padding: 0px;
			border: 0px solid black;
			background-color: black;
			z-index:1002;
			overflow: auto;
		}
