/*basic style*/

/* this changes the text format of all those text without tags*/

body { 
	
	font: 7pt verdana, sans-serif, arial;
	margin: 20px; 
	background: #333;
	color: #999;
	text-align: center;
	
}

p { 
	font: 8.5pt verdana, sans-serif, arial, Helvetica; 
	text-align: left;
	margin: 10px 20px 10px;
	color: #fff;
	line-height: 1.6em;
		
}

/* this is the border container*/

#container {
	display: block;
	position: relative;
	width: 750px;
	border: 1px solid #666;
	voice-family: "\"}\"";
	voice-family:inherit;
	right: 0;
	text-align: left;
}

/* this is the top header*/

#headertop {
	position:relative;
	top:0px;
	padding:0;
	background: #333 url(images/header.jpg) repeat fixed top;
	border-bottom: 1px solid #666;
	line-height:10px;	

}

/* this is the banner*/

#banner {
	background: #333 url(images/banner.jpg) no-repeat 0 0;
	padding-top: 120px;
}


/* this is the main navigation*/

#nav {
	position:relative;
	top:0px;
	padding:5 0 5 10;
	background: #666 url(images/menu.jpg) repeat fixed top;
	border-top: 1px solid #666;	
	border-bottom: 1px solid #666;
	line-height:13px;
	voice-family: "\"}\"";
	voice-family:inherit;
	
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

/* this is the subheader*/

#subheader {
	display: block;
	position: relative;
	width: 748px;
	margin: 0px ;padding: 0;
	voice-family: "\"}\"";
	voice-family:inherit;
	right: 0;
	background: #666 url(images/subheader.jpg) repeat fixed top;
	padding: 10 5 5 20;
	
}


/* this is the footer*/

#footer {
	
	position: relative;
	padding:5 0 5 10;
	border-top: 1px solid #666;
	margin: 0px;
	
	
}

/* this formats all the text portion*/

/* this formats all the links*/

#nav a {
	font: 8pt verdana, sans-serif, arial;
	padding: 5 10 5 10	;
	font-weight: normal;
	border-right: 1px solid #333;
	
}

/* Class one for links*/
a.one:link { 
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a.one:visited { 
	color: #cccc99;
	font-weight: normal;
	text-decoration: none;
}

a.one:hover { 
	color: #ff9900;
	font-weight: normal;
	text-decoration: none;
}

a.one:active { 
	color: #ffff00;
	font-weight: normal;
	text-decoration: none;
}

/* Class two for links*/

a.two:link { 
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

a.two:visited { 
	color: #cccc99;
	font-weight: normal;
	text-decoration: none;
}

a.two:hover { 
	color: #ff9900;
	font-weight: normal;
	text-decoration: none;
}

a.two:active { 
	color: #ffff00;
	font-weight: normal;
	text-decoration: none;
}

/* this format the headers*/

h1 { 
	font-size: 100%;
	
	color: #339999;
	margin: 10; padding: 0 0 0 20;
	margin: 0;
		
}

h2 { 
	font-size: 90%;
	
	color: #ffcc33;
	margin: 10; padding: 0 0 0 20;
	margin: 0;
		
}

/* this formats the form*/

label
{
font: 8pt verdana, sans-serif, arial;
padding: 0 0 0 20;
color: #fff;
width: 8em;
float: left;
text-align: left;
margin: 0 20 10px 0
clear: both
}

.input-box
{
color: #000;
background: #fff;
border: #ccc solid 1px;
margin: 0 1em 0px 0
margin-bottom: 10px

}

.submit-button
{
font: 8pt verdana, sans-serif, arial;
color: #fff;
background: #333;
border: #fff solid 1px outset; 
margin-left: 0em;
clear: both
} 


.textbox
{
color: #000;
background: #fff;
border: #ccc solid 1px outset; 
margin-left: 0em;
clear: both
margin-bottom: 10px
}

TD.smalltext {
	font: 7pt verdana, sans-serif, arial;
	margin: 0px; 
	padding:3 0 3 10;
	background: #333;
	color: #999;
	text-align: left;
}
.float {
	float: left;
	margin: 10px;
}
.frame {
	border: 1px silver solid;
	padding: 5px;
}

