/*************************************************************
*                         page layout                        *
*************************************************************/

* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	background:#fff url('css/images/bg.gif') repeat-x;
	margin:20px;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border-top-color: #000000;
}

#page {
	width:750px;
	background:transparent;
	margin:3 auto;
	height:100%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #FFFAF0;
	border-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border:1px solid #00000;
	border-bottom: 1px solid #000;
}

/*************************************************************
*                  this controls the header                  *
*************************************************************/

#header {
	background: url('images/header2.gif')no-repeat;
	border:1px solid #00000;
	width:750px;
	height:100px;
	text-align:center;
	border-top: 1px solid #000;	
}


#branding {
	background:url('images/header2.gif') no-repeat;
	text-align:left;
	padding:20px;
	font-family:Times New Roman, Times, serif;
	font-size:20px;
	color:#fff;
}


input.textarea {
	padding:5px;
	border:solid 0 #fff;
	background: transparent url("images/search.gif") no-repeat; 
	font-size: 10px;
	font-weight: bold; 
	font-size: 12px; 
	color: #999;
	width:200px;
	height:20px;
}

/*************************************************************
*                  this is all the content                   *
*************************************************************/

#content {
	background:#fff;
	height:50px;
	margin:5px 0 0 0;
	padding:1px 0 10px 0;
	width:750px;
	font-size:10px;
}

#main{
	float:right;
	width:565px;
	background:#fff;
	text-align:left;
	padding:5px;
	border-top:5px solid #8470FF;
	border:5px solid #8470FF;
	background-color: #FFFFFF;
	color: #0000FF;
}

#mainabout{
	float:right;
	width:565px;
	background:#fff;
	text-align:left;
	padding:5px;
	border-top:5px solid #DDA0DD;
	border:5px solid #DDA0DD;
	background-color: #FFFFFF;
	color: #0000FF;
}

#mainfor{
	float:right;
	width:565px;
	background:#fff;
	text-align:left;
	padding:5px;
	border-top:5px solid #F4A460;
	border:5px solid #F4A460;
	background-color: #FFFFFF;
	color: #0000FF;
}

#mainuse{
	float:right;
	width:565px;
	background:#fff;
	text-align:left;
	padding:5px;
	border-top:5px solid #CD5C5C;
	border:5px solid #CD5C5C;
	background-color: #FFFFFF;
	color: #0000FF;
}

#mainfaq{
	float:right;
	width:565px;
	background:#fff;
	text-align:left;
	padding:5px;
	border-top:5px solid #32CD32;
	border:5px solid #32CD32;
	background-color: #FFFFFF;
	color: #0000FF;
}

#sub{
	float:right;
	width:555px;
	background:#fff;
	text-align:left;
	margin:5px 0px 0 15px;
	padding:5px;
	border-left:3px solid #333;
	border:5px dashed #e4e4e4;
}

/*************************************************************
*               this is the navigation stuff                 *
*************************************************************/
#local {
	float:center;
	background:url('images/local3.gif') no-repeat;
	width: 750px;
	color: #00000;
	font-weight: bold; 
	padding:3px;
	height:52px;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}

#local ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	color:#ccc;
}

 #local ul li { 
	display: inline;
} 

#local a {
	display:inline;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	
	text-decoration: none;
	font-size:12px;
}

#local a:hover {
	color: #fbb63d;
	padding-top: 3px;
	padding-bottom: 13px;
	padding-left: 3px;		
	padding-right: 3px;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}

#nav { 
	float:left;
	width:100px;
	margin:0 5px 0 0;
	background:#fbb63d;
	border:1px solid #fffff;
}

.wrapper {
	width:150px;
	background:#CCCCFF;
	text-align:left;
	color: #0000FF;

	
}

#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	background:#F5F5DC;
	color:#ccc;
}

#nav a {
	display:block;
	padding: 3px 3px 3px 3px;
	width:150px;
	
	
	border-bottom: 1px solid #000;
	
}

#nav a:hover {
	background-color: #fff;
	color: red;
}

/*************************************************************
*                           footer                           *
*************************************************************/

#footer {
	position:fixed;
	bottom:0;
	width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	text-align:center;
	font-size:100%;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	color:#000;
}


#footer p {
	color:#000;
}

#footer a{
	text-decoration:none;
	color:#000;
}

/*************************************************************
*                           misc                             *
*************************************************************/
a {text-decoration:none;}
a:link { color: #000;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none; color: #DC143C;}
a:active {text-decoration:none;}

hr {
	border:0;
	display:none;
}

h1 {
	font-size:18px;
	color:purple;
	font-weight:900;
}

h3 {
	font-size:16px;
	color:black;
	font-weight:700;
}

h2 {
	font-size: 12px;
	text-align:left;
	color:#000;
	font-weight:bold;
}

h5 {
	font-size: 14px;
	text-align:center;
	color:purple;
}

h4 {
	margin: 0 0 10px 0;
	font-size:12px;
	font-weight:bold;
}

h9 {
	margin: 0 0 10px 0;
	font-size:12px;
	left: auto;
	width: auto;
	height: auto;
	color: #191970;
}

img {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
}
.style5 {
	color: #FFFFE0;
}

