* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #c0c0c0;

}

ul { list-style: none inside; }
p { font-size: 2.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a img { border: none; }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

a { 
	text-decoration: none; 
	outline: none;
	color: #335588;
	}
	a:hover {
		text-decoration: underline;
	}
	
h1{
	color: #335588;
}

.headerLogo h2{
	color: #fff;
}

#thetable{
	width: 300px;
	font-style: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c0c0c0;
}

#reportTable {
	width: 900px;

	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 1px;
	border-color: #c0c0c0;
	border-style: outset;
	border-width: 1px;
	
}
#reportTable td {

	font-style: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding: 5px;
	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 1px;
	border-color: #c0c0c0;
	border-style: dotted;
	border-width: 1px;
	
}
	

#page-wrap {
	min-width: 960px; max-width: 960px;
	margin: 0 auto; padding: 0 10px;
	width:expression(document.body.clientWidth < 961? "960px" : document.body.clientWidth > 1261? "960px" : "auto");
}

#top-bar {
	background: #1b5790; /* Digg Blue */
	min-height: 55px;
	padding: 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	height: 55px;
	}
	#right-side {
		float: right;
		padding-top: 5px;
		}
		#right-side img {
			border: 1px solid white;
			vertical-align: middle;
		}
		#right-side a {
			color: white;
			border-left: 1px solid white;
			height: 10px;
			padding-left: 10px;
			}
			#right-side a.first {
				border: none;
				padding: 0;
			}
			form#main-search {
				display: inline;
				position: relative;
				padding-right: 10px;
				}
				form#main-search label {
					display: none;
				}
				#search-button {
					position: absolute;
					right: 0px;
					top: -6px;
				}
				
#zone-bar {
	background: #b2d281;

	width: 100%;
	/* padding: 5px 10px 0 10px; */
	}
	
.userInput
{
font-family: Tahoma, Geneva, Sans-Serif;
font-size: 16px;
background-color: #ffffff;
width: 350px;
height: 30px;
padding: 3px;
border: 1px solid #e1e1e1;
}

.userText
{
font-family: Tahoma, Geneva, Sans-Serif;
font-size: 16px;
background-color: #ffffff;
width: 350px;
height: 150px;
padding: 3px;
border: 1px solid #e1e1e1;
}
	
#profileTable {
	color: #666666;
}
	
#picText {
	width: 250px;
	font-style: normal;
	color: #666666;
	padding: 3px;
	border: 1px solid #e1e1e1;
}

#bioText {
	width: 400px;
	font-style: normal;
	color: #666666;
	padding: 3px;
	border: 0px solid #e1e1e1;
}

#main-content {
	background: white;
	padding: 15px;
	min-height: 550px;
}

#feature-content {
	margin-bottom: 18px;
	}
	#feature-left {
		width: 50%;
		float: left;
		padding-right: 10px;
		}
		#feature-left p {
			font-size: 1.2em;
			line-height: 1.5em;
			margin-top: 8px;
		}
	#feature-right {
		float: right;
		width: 35%;
		}
		#feature-right p {
			font-size: 1.2em;
			line-height: 1.5em;
		}
		.feature-mini {
			float: left;
			width: 0%;
			margin-right: 2%;
		}
		
/* menu styles */
#jsddm
{	margin: 0;
	padding: 0
	width: 960px;
	background: #b2d281;
	min-height: 24px;
	padding: 0px 0px 0px 0px;
}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #b2d281;
		padding: 5px 12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 70px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #24313C}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #A9C251;
				color: #24313C}
			
			#jsddm li ul li a:hover
			{	background: #8EA344}
		
#footer {
	background: #1b5790;
	padding: 5px;
	color: white;
	font-size: 12px;
	}
	#footer a {
		color: white;
	}
/*
#url1 { color: #c0c0c0; }
#url2 { color: #c0c0c0; }
#url3 { color: #c0c0c0; }
*/
.example     { color: #c0c0c0; }
#not-example { color: #000000; }