body {
	font-family: Verdana, Geneva, san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#daf4d5;
	
} 

#wrap {
	min-height:100%;
	width: 775px;
	margin:auto;
	position:relative;
	background-color:#ffffff;
	background-image: url(images/nav-bg2.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#header {
	background-color:#ffffff;
	background-image: url(images/putnam-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
}

#tools {
	width: 775px;
	height: 40px;
	background-color: #94B7DE;
}
#ads	{
	width: 132px;
	height:475px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
	}
	
	#ads img {
	padding: 5px;
	}
	
.tools-links {
	padding-left: 320px;
	vertical-align: baseline;
	}
	
#left {
	float:left;
	position: relative;
	width: 175px;
	height: 600px;
	text-align:left;
	background-color:#94B7DE;
	font-size: 10px;
	/*padding-left: 10px;*/
	/*padding-top: 10px;*/
	color: #003399;
}

#main {
	
	position: relative;
	background-color:#FFFFFF;
	margin-left: 175px;
	margin-right: 10px;
	width: 550px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;

}

#story {
width: 460px;
height: auto;

}

* html #main {
height: 1px;
}

/* ---------------------- TEXT STYLES ------------------------------------------------------------ */

h1 {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #5083B4;
}

h2 {
	font-family: Verdana, Geneva, san-serif; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: normal; 
	color: #5083B4;
}

.large-bold-blk {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


/* ---------------------- LINK STYLES ------------------------------------------------------------ */

a:link {  
font-family: Verdana, Geneva, san-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #003366; 
text-decoration: underline
}

a:hover {  
font-family: Verdana, Geneva, san-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #000033; 
text-decoration: none
}

a:active {  
font-family: Verdana, Geneva, san-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #FF0000; 
text-decoration: underline
}

a:visited {  
font-family: Verdana, Geneva, san-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
color: #0066CC
}

/* ---------------------- FORM STYLING ------------------------------------------------------------ */
input.button {
	color:#daf4d5;
	background-color:#425E99;

	border:1px solid #daf4d5;
}

.typein {
	vertical-align: middle;
	padding-bottom: 10px;
	background-color:#c2dff1;
}

input
        {
	color: #003366;
	font-family: Verdana, Geneva, san-serif;
	font-size: 10px;
	background-color: #daf4d5;
	border: double 3px #003366;
	margin-left: 10px;
	margin-top: 10px;
		}
		
/* --- New Form Input Added --- */		
#typein { }

#typein input
        {
	color: #003366;
	font-family: Verdana, Geneva, san-serif;
	font-size: 10px;
	background-color: #daf4d5;
	border: double 3px #003366;
	margin-left: 10px;
	margin-top: 10px;
		}
		
#typein textarea
        {
	color: #003366;
	font-family: Verdana, Geneva, san-serif;
	font-size: 10px;
	background-color: #daf4d5;
	border: double 3px #003366;
	/*margin-left: 10px;
	margin-top: 10px;*/
		}
		
#typein select
        {
	color: #003366;
	font-family: Verdana, Geneva, san-serif;
	font-size: 10px;
	background-color: #daf4d5;
	border: double 3px #003366;
	/*margin-left: 10px;
	margin-top: 10px;*/
		}				

		
		

#footer {
	background-color:#C4DEC0;
	clear:both;
	font-family: Verdana, Geneva, san-serif;
	font-size: 10px;
	color: #003366;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 35px;
	width: 775px;
    }
/*NAVIGATION COLUMN STYLE*/

#navlist {
width: 175px;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 10px;
}

#navlist li {
margin: 0;
padding: 2px 0px 2px 0px;
}

#navlist a {
display: block;
padding: 2px 2px 2px 2px;
background-color: none;
}

#navlist a:link, #navlist a:visited {
color: #425E99;
text-decoration: none;
font-weight: bold;
}

#navlist a:hover, #navlist a:active {
background-color: #425E99;
color: #FFFFFF;
}

#dropmenudiv{
position:absolute;
background-color: #425E99;
border:none;
border-bottom-width: 0;
font: Verdana, Geneva, san-serif;
font:line-height:18px;
z-index: 1;

}
 
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
padding: 1px 0;
color:#FFFFFF;
text-decoration: none;
font-weight: bold;
}
 
#dropmenudiv a:hover{ /*hover background color*/
background-color: #94b7de;
color:#425E99;
z-index:100;
}

#pscroller1{
width: 122px;
height: 150px;
border: 1px solid;
border-color:#97AB94;
padding: 5px;
background-color:#C4DEC0;
}


.someclass{ //class to apply to your scroller(s) if desired
}
