#topStriped { 
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
}

#maintab {
	position: fixed;
	z-index: 11;
	top: 50px;
	left: 203px;
}

#navLoc {
	position: fixed;
	z-index: 9;
	top: 85px;
	left: 20px;
        width: 690px;
        height: 35px;
	background-color: #F9F9F9;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#navLoc>a { text-decoration: none;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
#navLoc>a:hover {text-decoration: underline;}
#navLoc>a:active {text-decoration: underline; color: red;}

#navigation {	
	position: fixed;
	z-index: 1;
	width: 160px;
	padding-right:10px;
	padding-top: 0px;	
	top: 110px;
	left: 0px;	
	text-align:right;
	}

#centerDoc {
	position: absolute;	
	width:550px;
	left: 203px;
	top: 120px;	
	text-align:left;
	z-index: 2;	
/*	margin: 0px 0 20px 0px; */ /*top right bottom left*/
	display: block;	
	}
/*	body>#centerDoc{ left: 180px; } */	
	
#bigDoc {
	position: absolute;	
	top: 130px;	
	width:670px;
/*	left: 20px; */
	text-align:left;
	z-index: 1;	
/*	margin: 0px 0 20px 0px; */ /*top right bottom left*/
	display: block;	
	}
        body>#bigDoc{ left: 43px; }
	
#topFrog {
	position: absolute;	
	width:100px;
	height:100px;
	right: 30px;
	top: 8px;	
	text-align:left;
	z-index: 4;	
	margin: 0px 0 20px 0px; /*top right bottom left*/
	display: none;
	/*
	background-image:url(imagesNew/killersites_frog_small.gif);
	background-repeat:no-repeat;
	background-position:center;	*/
	}

#floater {
	float:right;
	display: block;
	z-index: 1;	
	position: relative;
	padding:10px 10px 10px 10px;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	width:140px;
	background-color: #F4F4F4;	
	border:1px dashed #000000;	
}

#footer {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #666666;
        margin-top: 20px;
        margin-bottom: 20px;
}

#footer a:link { 
        font-size: 8pt;
        color: #666666;
        text-decoration: none;
}
#footer a:visited { 
        font-size: 8pt;
        color: #666666;
        text-decoration: none;
}
#footer a:hover { 
        font-size: 8pt;
        color: #666666;
        text-decoration: underline;
}

body {		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #F9F9F9;
	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 0 0 0;
	background-attachment:fixed;
/*	background-image: url("images/killersites_frog_small_tran.gif");
	background-repeat:no-repeat;
	background-position:bottom right; */		
	}
	
/* tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
} */		
#centerDoc p {width:500px;}
#centerDoc tr p {width:90%;}

h1 {
	font-size: 14pt;
	font-weight: normal;
	text-transform:uppercase;
	margin-top:20px;	
}

h2 {	
	font-size: 13pt;
	font-weight: bold;		
	text-transform:uppercase;
/*	color:#008040; */
	margin-top:20px;	
}

h3 {
	font-size: 12pt;	
	font-weight: normal;
/*	color: #555555; */
	margin-top: 15px;
}

h4 {
	font-size: 11pt;	
	font-weight: bold;
	text-transform:uppercase;
	margin-top:30px;
}
	
h5 {
	font-size: 10pt;	
	font-weight: bold;
	text-transform:uppercase;	
	margin-top:30px;
}	

li {
	list-style-type: none;
	line-height: 170%;	
}

input {
	font-size: 10px;
	font-weight: normal;	
}

dt {
	line-height: 50px;	
}

.codeSnippet {
	font-size: 12px;
	font-weight: normal;
	font-style:normal;
	border: 1px dashed #009900;
	padding:5px 5px 5px 5px;
	margin-top:30px;
}

.showBullets li {
	list-style-type: square;
	line-height: 170%;	
}

.showOrderedBullets li {
	list-style-type: decimal;
	line-height: 200%;	
}

.thin {
	font-size: 10px;
	font-weight: normal;
	border: 1px dashed #009900;
	background-color: #FFFFFF;	
}

.tableBottomSpace {
	margin-bottom:25px;	
}

.linkBuddy {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: blue;
 font-weight: bold;
 text-decoration:underline;
}

a.littleLink {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8px;
 color: blue;
 font-weight: normal;
 text-decoration:underline;
}


/* USED FOR THE WEBSITE REVIEW SECTION*/
.customHeading {
margin-bottom:20px;
text-transform: uppercase;
color:#006633;
}

.paragraphWrapper {
margin-bottom:40px;
}

.titleBar {margin-bottom:30px;}
/* USED FOR THE WEBSITE REVIEW SECTION*/

/*  LINK CODE  */
	
a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 color: black;
 font-weight: normal;
}

a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: blue;
 font-weight: normal;
}
a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: red;
 font-weight: normal;
}
a:active {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
}

li a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12px;
 color: black;
 font-weight: normal;
}
li a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: blue;
 font-weight: normal;
}
li a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: green;
 font-weight: normal;
}
li a:active {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: normal;
}


#Subpartners li a:link, #partners li a:link {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 9px;
 color: #999999;
 font-weight: normal;
}
#Subpartners li a:visited, #partners li a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #999999;
 font-weight: normal;
}
#Subpartners li a:hover, #partners li a:hover {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: green;
 font-weight: normal;
}
#partners li a:active {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-weight: normal;
}


/*NAVIGATION MENU CSS CODE*/

#nav {
margin: 0px; margin-left:10px; margin-top:5px; 
}
#navigation>#nav { margin-left:-5px;} /*IE Windows hack*/

#nav li{
list-style:none; 
margin: 1px; 
width: 130px; 
padding-top: 20px;
/* border-bottom: 1px solid #aaaaaa; border-right: 0px; border-left: 0px; */
border-bottom: 1px dashed #555555; border-right: 0px; border-left: 0px;
/* background-color: #EEEEEE; */
text-align:right;
font-size:10pt; 
}
#nav li a{
text-decoration:none; display:block; width: 13.5em; padding-right:5px;
}
#nav>li a{ width:10.3em; padding-right:2px;}

#nav a:visited{color: black;
}

#nav a:hover{
background-color: #CFDFFD; color: #0000FF;
}
.topMenuItem {border-top: 1px solid #CCCCCC;}



/* DECIDED THAT THE MENU SHOULD BE APPLIED TO MULTIPLE ITEMS*/

.nav {
margin: 0px; margin-left:10px; margin-top:1px; 
}
#navigation>.nav { margin-left:-5px;} /*IE Windows hack*/

.nav li{
list-style:none; 
margin: 1px; 
width: 144px; 
border-bottom: 1px dashed #CCCCCC; border-right: 1px dashed #CCCCCC; border-left: 1px dashed #CCCCCC;
background-color: #EEEEEE;
text-align:right; 
font-size:10px;
}
.nav li a{
text-decoration:none; color: black; display:block; width: 15.5em; padding-right:5px;
}
.nav>li a{ width:15.3em; padding-right:1px;}

.nav a:hover{
background-color: #CFDFFD; color: #0000FF;
}

.nav a:visited{color: black;
}

.basictab{
/* position: absolute; */
padding: 2px 0;
margin-left: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
/* border-bottom: 1px solid gray; */
list-style-type: none;
margin-bottom: 0;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 2px 7px;
margin-right: 2px;
border: 1px dashed black;
/* border-bottom: none; */
background-color: white;
color: black;
}


.basictab li a:visited{
color: black;
}

.basictab li a:hover{
background-color: #cfdffd;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 2px;
background-color: #cfdffd;
color: black;
}


.submenustyle{
padding: 2px 1px;
border: 1px solid black;
border-top-width: 0;
width: auto;
display: none;
/* filter: alpha(opacity=0); */
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px dashed black;
padding: 1px 5px;
text-decoration: none;
}

.submenustyle a:hover{
background-color: #ebffff;
}
