body
{
	
	/*font-family: Verdana, Geneva, Arial, sans-serif;*/	
	font-family:Arial, Verdana, sans-serif;
	/*text-shadow: 1px 1px 1px #D4D1D1;*/
	background-image: url('../images/seattle4.jpg');
	color: white;
	list-style: disc;
}


.WhoUsesLink 
{
	color:white;
	text-decoration:none;
	font-size: 12;
	border-width:0px;
}

a
{
	color:white;
	text-decoration:none;
	/*font-size: 12;*/
}
a:hover
{
	color:white;
	text-decoration:underline;
	/*font-size: 12;*/
}



h1
{
	font-size: 12;
	color: #FF3307;
	
}
h2
{
	font-size: 12;
	color: white;
	
}
h3
{
	font-size: 24;
	color: white;
}
h4
{
	font-size: 30;
	color: white;
}
#ht
{
display: none;
}

table
{
	font-size: 12;
	vertical-align: top;
}
.NavLinks 
{
	font-size: 12;
	vertical-align: middle;
	background-color: #0D0D0D;
	color: white;
	height: 20px;

}
.NavLinks a
{
	font-size: 14;
	color: white;
	font-weight: bold;
	text-decoration:none;
}
.NavLinks a:hover
{
	font-size: 14;
	color: white;
	font-weight: bold;
	text-decoration:underline;
}



textarea
{
	border:1px solid #5A7B95;
	padding:3px;
	font-family:inherit;
	font-size:100%;
	font-weight:inherit;
	width: 100%;
	height: 100%;
	overflow:auto;
}


input[type=text]
{
	border:1px solid #5A7B95;
	padding:3px;
	font-family:inherit;
	font-size:100%;
	font-weight:inherit;
	width: 100%;
	height: 100%;
	overflow:auto;
}
input[type=password]
{
	border:1px solid #5A7B95;
	padding:3px;
	font-family:inherit;
	font-size:100%;
	font-weight:inherit;
	width: 100%;
	height: 100%;
	overflow:auto;
}




/****front page websites****/
.inner_box {
		position: relative;
		float: left;
		/*width: 50px; 
		height: 50px;*/ 
		margin: 5px 5px 5px 5px;
		text-align: left;
		z-index: 0;

}

.outer_box {
		/*position: relative; 
		top: 200px;*/
		width: 100%;
		z-index: -997;
		//height: 1%;
}

.outer_box:after {
		content: '.'; 
		display: block; 
		clear: both; 
		visibility: hidden; 
		height: 0; 
		line-height: 0;
		z-index: -999;
}
/******************************/


#contentarea
{
	z-index: -999;
	background-image: url('images/shadow_thumb.png'); 
	background-repeat:repeat;
	padding:15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
