body {
	font-family: Verdana;
	font-size: 11px;
	text-align: center; 
	background: #4F4F4F;
	/*** ie hack on windows ***/
}


#header	{
	width: 860px;
	height: 130px;
	background-image: url('/images/uspheader_new.jpg');
}


#navbar ul	{
	/*** this defines the indent of the entire list ***/
	margin-left: 0px;
	padding-left: 15px;
}

#navbar li {
	/*** this defines the bullet type ***/
	list-style-type: none;
}

#navbar a {
	text-decoration: none;
	font-weight: bold;
	color: orangered;
}

#navbar a:hover {
	color: darkred;
}

#teambar ul	{
	/*** this defines the indent of the entire list ***/
	margin-left: 0px;
	padding-left: 20px;
	background: url('/images/paper.jpg') no-repeat center;
}

#teambar li {
	/*** this defines the bullet type ***/
	list-style-type: none;
}

#teambar a {
	text-decoration: none;
	font-weight: bold;
	color: orangered;
}

#teambar a:hover {
	color: darkred;
}

#donate{
	padding-left: 45px;
	width: 80px;
	
	
}

#container	{
	width: 860px;
	margin: 20 auto; /*** centers the design ***/
	background: white;
	border: 1px solid white;
	text-align: left;
}


#main {
	padding: 10px;
}

#content {
	margin-left: 180px;
	width: 460px;
	margin-top: 61px;
	border-left: 1px dotted #c0c0c0;
	padding-left: 10px;
	min-height: 900px;
}

#menu {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 30px;
}

#teambar	{
	width: 170px;
	postion: absolute;
	top:500px;
	left:10px;
	padding-top:15px;
	float: left;
}

#navbar{
	width: 150px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('/images/paper.jpg');
	background-repeat: no-repeat;
}

/*- Menu Tabs --------------------------- */

#Aminiflexsub {
	width: 100%;
	float: left;
	font-size: 12px; /* could be specified at a higher level */
	margin: 0;
	padding: none;
	border-bottom: 1px solid #333;
	}

#Aminiflexsub li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#Aminiflexsub a:link, #Aminiflexsub a:visited {
	float: left;
	font-size: 85%;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #999;
	}

#Aminiflexsub a.active:link, #Aminiflexsub a.active:visited, #Aminiflexsub a:hover {
	border-bottom: 1px solid #333;
	color: #333;
	}
	
	
/*globalnav*/

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#0071BC;
	text-decoration:none;
	margin:0;
	padding:0.25em 1em;
	border-right:1px solid #58A4D6;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	color:white;
	background:#58A4D6;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}


#subglobalnav {
	position:relative;
	float:right;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#subglobalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#subglobalnav A {
	display:block;
	color:#F26521;
	text-decoration:none;
	margin:0;
	padding:0.25em 1em;
	border-right:1px solid #F5E084;
}

#subglobalnav A:hover,
#subglobalnav A:active,
#subglobalnav A.here:link,
#subglobalnav A.here:visited {
	color:white;
	background:#F5E084;
}

#subglobalnav A.here:link,
#subglobalnav A.here:visited {
	position:relative;
	z-index:102;
}


.banner{
	width: 760px;
	height: 40px;
}

.boxed{
	padding-left: 25px;
	border-top: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
}

.paper{
	background-image: url('/images/paper.jpg');
	background-repeat: no-repeat;
	width: 140px;
	padding: 10px 10px 5px 15px;
	margin-left: -10px;
}

.centered {
	text-align: center;
}

.right{
	text-align: right;
}

.small	{
	font-size: 10px;
}

.uppercase	{
	text-transform: uppercase;
}

.bold	{
	font-weight: bold;
}

.spread	{
	letter-spacing: 2px;
}

.flush{
	margin-left: 0px;
}

.indent{
	margin-left: 15px;
}

.italics	{
	font-style: italic;
}

.the_input {
	text-align: left;
	width: 125px;
	font-size: 10px;
	font-weight: bold;
	color: black;
}


.input_stuff {
    font-family: Verdana;
    width: 75%;
}

.vertical_padding	{
	height: 30px;
}

.gray {
	text-decoration: none;
	font-weight: bold;
	color: grey;
}

.shift_right	{
	padding-left: 5px;
}