/* @import url(skipNS4.css); */

body {
	background-color: #FFF;
	color: FFF;
	font-size: small;
	font-family : Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

td {
	color: C0A686;
}
img {
	border: 0;
}
a {
	color: FFF;
}

a:link {
	color: FFF;
}
a:hover {
	font-style: bold;
}

a:active {
	color: Maroon;
}

a:visited {
	color: #666666;
}

h1 {
	color: #FFF;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	color: #336699;
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	color: #336699;
	font-size: small;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
	color: #336699;
	font-size: x-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

dt {
	margin-top: 10px;
	font-weight: bold;
	color: #6A6A6A;
	font-size: x-small;
}

dd {
	font-size: xx-small;
	color: #6A6A6A;
}

PRE, TT, CODE, KBD, SAMP { font-family: monospace }

/* These are the classes */

.formField {
    background-color: white;
    border: 1px solid silver;
    color: #2f4f4f;
}

.formLabel {
    font-size: xx-small;
    font-weight: bold;
    text-align: right;
}

.formLabel2 {
    font-size: xx-small;
    font-weight: bold;
    text-align: center;
}

.formSubmit {
    font-size: xx-small;
    font-weight: bold;
    font-color: #666666;
	color: #666666;
    border: 1px outset #999999;
    background-color: white;
}

.bestHeadline {
	font-size: 14px;
	text-indent: 0px;
	font-weight: bold;
	color: #8E755E;
}

.best {
	font-size: 12px;
	text-indent: 50px;
}

.postDate {
	font-size: xx-small;
	color: Gray;
}

.searchLabel {
	font-size: xx-small;
}

.searchDesc {
	font-size: xx-small;
	font-weight: bold;
}

.subLinks {
	margin-left: 10px;
}

.tableHeader {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}

.tableInfo {
	color: black;
	font-size: xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.tableInfo a {
	font-size: xx-small;
}

/* These are the site-wide styles for the various DHTML IDs */
			
			/* This is the div for the main window */
			#mainDiv{
				position: absolute;
				left: 0%;
				top: 0px;
				height: 583px;
				width: 816px;
			}

			/*  This is the div for the navigation... */
			#navBar {
				position: absolute; 
				top: 60px; 
				left: 210px;
			}

			/* This is the div for the main content area */
			
			#contentArea {
				position: absolute; 
				top: 110px; 
				left: 280px;
				height: 450px;
				width: 530px;
			}

			/* This is the div for the actual content */
			#contentWindow {
				position: absolute; 
				top: 0px; 
				left: 26px; 
				height: 390px; 
				width: 360px; 
				overflow: auto;
				color: FFF;
			}
			
			#contentWindow2 {
				position: absolute; 
				top: 1px; 
				left: 8px; 
				height: 410px; 
				width: 490px; 
				overflow: auto;
				color: FFF;
			}
			
			#contentInterior {
				position: absolute; 
				top: 10px; 
				left: 125px; 
				height: 360px; 
				width: 370px; 
				font-size: 12px;
				line-height: 18px;
				letter-spacing: 0.01em;
				color: FFF;
				background-color: transparent;
			}
			
			#contentInterior2 {
				position: absolute; 
				top: 15px; 
				left: 30px; 
				height: 350px; 
				width: 400px; 
				font-size: 12px;
				line-height: 18px;
				letter-spacing: 0.01em;
				color: FFF;
				background-color: transparent;
			}
			
			#contentInterior3 {
				position: absolute; 
				top: 30px; 
				left: 50px; 
				height: 350px; 
				width: 400px; 
				font-size: 12px;
				line-height: 18px;
				letter-spacing: 0.01em;
				color: FFF;
				background-color: transparent;
			}
			
			#bio{
    			padding-right: 20px;
    			padding-top: 25px
    			padding-bottom: 10px;
			}

			/*  This is the div for the sidebar */
			#sideBar {
				position: absolute;
				top: 25px;
				left: 552px;
				height: 400px;
				width: 62px;				
				color: #336699;
				background-color: transparent;
				font-size: xx-small;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			}
			
			#sideBar a {
				text-decoration: none;
			}
			
			#sideBar p {
				text-indent : 0px;
				margin: 10px 0px 0px 10px;
			}
			
			/*  These are the divs for the "mock" scrollbar to be implemented with DHTML */
			#NN4SliderTop {
				position: absolute;
				top: 65px;
				left: 320px;
				visibility : hidden;
			}
			
			#NN4Slider {
				position: absolute;
				top: 85px;
				left: 320px;
				visibility: hidden;
			}
			
			#NN4SliderBackground {
				position: absolute;
				top: 85px;
				left: 320px;
				visibility : hidden;
				background-color: Gray;
			}
			
			#NN4SliderBottom {
				position: absolute;
				top: 405px;
				left: 320px;
				visibility: hidden;
			}
			
			#Footer {
				color: silver;
				position: absolute;
				top: 570px;
				left: 25px;
				height: 100px;
				width: 800px;
				font-size: xx-small;
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				margin-bottom : -4px;
			}
			
			#Footer a {
				color: #666;
				letter-spacing : 1px;
			}
			
			/* Fulltext Contextual CSS Directives */
			.fullscreen #contentWindow {
				width: 480px;
				top: 45px;
				height: 340px;
			}
			
			.fullscreen #contentInterior{
				width: 460px;
			}
			
			.fullscreen #sideBar {
				height: 35px;
			}
			
			.fullscreen #NN4SliderTop, .fullscreen #NN4SliderBottom {
				left: 480px;
				z-index : 1;
			}
			
			/* Printer-Friendly Contextual CSS Directives */
			.pf {
				background-color : White;
				color: black;
			} .brown {
	color: #666;
}

