body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
	
form {
	margin:2px;
}

h1 {
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 8px 0px;
	padding:0px;
	color:#666;
	}

h2 {
	font:bold 14px/16px verdana, arial, helvetica, dsds-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#666;
	}
	
.callout{
	margin:0px 250px 15px 185px;
}


h3 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#333;
	}

h4 {
	margin:0px 0px 5px 10px;
	padding:0px;
	font-size:24px;
	font-weight:900;
	color:#000;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	text-align:justify;
	margin:0px 10px 10px 0px;
	padding:0px;	z-index: 10;
	}

b {
	font: bold;
	text-align:justify;
	margin:0px 5px 10px 0px;
	padding:0px;	z-index: 10;}

legend {
	font: bold 14px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 10px 0px 10px;
	padding:5px;	color: #000033;
}

fieldset{
	padding:10px;
	margin:5px;
}
#mainform input{
	color:#333;
	background-color:#eee;
	font-weight: bold;
	border: 1px solid purple;
	margin: 1px;
}

#mainform .req {
	color:#333;
	background-color: #ff9;
	font-weight: bold;
	border: 1px solid red;
	margin: 1px;
}

#mainform select{
	color:#333;
	background-color:#eee;
	font-weight: bold;
	border: 1px solid purple;
	margin: 1px;
}

#buttons{
	margin:20px 0px 20px 0px;
}

.rightalign{
	font:12px/18px verdana, arial, helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	border: 0px;
	vertical-align: middle;	text-align: right;
	margin:5px;
	}

.leftalign{
	font:12px/18px verdana, arial, helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	border: 0px;
	vertical-align: middle;	text-align: left;
	margin:5px;
	}

.contenthead {
	font: bold 18px/22px verdana, arial, helvetica, sans-serif;
	padding:3px;
	margin: 0px -9px 5px -9px;	z-index: 10;
	color: #666;	background-color: #f4ffe5;
	border-top: 1px solid #990000;
	border-bottom: 1px #990000 solid;
	}
.contact{
	font: bold 11px/20px verdana, arial, helvetica, sans-serif;
	color:#333;
	text-align:justify;
	margin: 0px 0px 10px 0px;
	padding:0px;}
	
.header {
	margin: 0px 0px 0px 0px;
	position:relative;
	width:100%;
	padding:2px 2px 6px 5px;
	border-bottom: 2px solid;
	}
	
#breadcrumb h1 {
	font-size:12px;
	font-weight:900;
	margin:0px 0px 0px 0px;
	position: inherit;	text-align: left;}

.footer1 {
	position:relative;
	width:98%;
	padding:2px 2px 2px 2px;
	background-color: white;	border-top: 2px solid;
	border-bottom: 2px solid;
	margin:20px 0px 0px 0px;
	z-index:5;
	}

.footer1 p {
    margin:0px;
	color:black;
	}

.footer2 {
	position:relative;
	width:98%;
	padding:2px 2px 2px 2px;
	background-color: #666;	border-bottom: 2px solid;
	margin:0px;
	z-index:5;
	}

.footer2 p {
    margin:2px;
	color:white;
	}

a {
	color:#09c;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:underline;
	}
a:link {color:#06c;}
a:visited {color: #99F}
a:hover {background-color:#ccc;}

.footer2 a{
	color:blue;
	}	

.header a:hover {background-color:#fff;}
  

/* All the content boxes belong to the content class. */
.content1 {
	position: static; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:650px;
	min-height:200px;
	margin:20px 260px 10px 10px;
	/*border:1px solid black;*/
	padding:0px 10px 5px 10px;	overflow: visible;
	z-index: 12;
	background-color: #fbfff4;
}


.content2 {
	position: static; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	height: auto;
	min-height: 140px;
	overflow: visible;
	min-width:650px;
	margin:10px 260px 35px 10px;
	border-bottom:1px solid black;
	background-color: #fff;
	padding:10px;
	overflow: visible;
	z-index:3;}

.content3 {
	position: static; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	height: auto;
	min-height: 140px;
	overflow: visible;
	min-width:650px;
	margin:10px 260px 35px 10px;
	border-bottom:1px solid black;
	background-color: #fff;
	padding:10px;
	overflow: visible;
	z-index:3;
	}

.hide{display: none;
}
.disclaimer{
font:10px/12px verdana, arial, helvetica, sans-serif;
}

#headimg {
	float:left;
	border: 1px solid black;
	margin:2px 5px 3px 5px;
	z-index:10;
}

#headimgnoborder {
	float:left;
	border: 0px;
	margin:2px 5px 3px 5px;
	z-index:10;
}

#headimg2 {
	float:right;
	border: 1px solid black;
	margin:5px 5px 3px 5px;
	z-index:10;
}

#navAlpha {
	position:absolute;
	width:240px;
	min-width:240px;
	top:157px;
	right:20px;
	background-color: #eafff3;
	padding:2px;
	z-index:2;
	border: 0px #66ffcc solid;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:160px;}

#navAlpha H1{
	font:bold 14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:2px;
	color:#900;
	background-color: #6fc;
	border-bottom:1px black solid;
	}

#navAlpha p{
font:verdana, arial, helvetica, sans-serif;
text-align: left;
}

#navAlpha a{
	font-weight:600;
	}

#search {
	position: absolute;
	width:170px;
	top:35px;
	right: 258px;
	border: 2px solid #ddd;
	background-color: #666;
	padding:5px 5px 0px 5px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#producthelp {
	position: absolute;
	width:220px;
	top:35px;
	right: 20px;
	border: 2px solid #ddd;
	background-color: #666;
	padding:5px 5px 0px 5px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#topnavlist{
	position: absolute;
	top:5px;	right: 0px;}

#topnavlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#search {
	position: absolute;
	width:170px;
	top:35px;
	right: 258px;
	border: 2px solid #ddd;
	background-color: #666;
	padding:5px 5px 0px 5px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#producthelp {
	position: absolute;
	width:220px;
	top:35px;
	right: 20px;
	border: 2px solid #ddd;
	background-color: #666;
	padding:5px 5px 0px 5px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#hackersafe {
	position:absolute;
	width:240px;
	height:18px;
	top:122px;
	right:20px;
	border: 0px;
	margin-bottom:0px;
	z-index:10;
	text-align:right;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;}

#navKappa {
	position:absolute;
	width:235px;
	height:18px;
	top:145px;
	right:20px;
	border: 0px;
	background-color: #ff9;
	padding:5px;
	margin-bottom:0px;
	z-index:1;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;}
/* Again, "be nice to Opera 5". */
body>#navKappa {width:235px;}

#navKappa p{
	font:11/13px #000;
	margin-top:-5px;
	margin-bottom:0px;
	text-align:left;
	line-height:13px;
}

	
.chatbutton {
	position:static;
	text-align:right;
	right:20px;
	bottom: 10px;
	padding:2px;
	margin:0px 25px -30px 0px;
}

.chatbutton a:hover{
	background-color:#fff;
}

.hide{display: none;
}
.disclaimer{
font:10px/12px verdana, arial, helvetica, sans-serif;
}

.wanted{
	font: bold 14px, Verdana, Helvetica, Arial, sans-serif;
	color: #900;
	margin:0px 0px 5px 0px;
	clear:left;
}

.buttons{text-align: center;
}

.validate{
display: none;
}

.addthis {
	position:absolute;
	top:102px;
	left:78px;
	text-align:left;
	margin:0px 0px 20px 0px;	z-index: 50;
	}

.left {
	float:left;
}

.currentNeed {
width:550px;
height: auto;
padding: 3px;
border: 2px solid #000000;
background-color:#FFFF00;
}

#sendtofriend{
	position:absolute;
	top:120px;
	right:135px;
	text-align:left;
	margin:0px 0px 20px 0px;	z-index: 50;
	}