html, body {height:100%}
body {
	margin: 0;
	padding:0;
	background-color: #336699;
}

/* Content and Footer Positioning */


#outer {
	width: 100%;
	background-color: #336699;
}


#border {
	width: 790px;
	background:  url('images/bg.jpg') repeat-y;
	margin: auto;
}

#content {
	background-color: #EDF3F8;
	width: 755px;
	margin: auto;
	overflow: hidden;
}

#footer {
	width: 790px;
	height: 40px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;	
	margin: 0 auto;
	clear: both;
}


/***************** Footer Navigation *****************/

ul#navlist { margin: 0px 0px 0px 40px; }

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 12px;

}

#navlist a:link, #navlist a:visited, #navlist a:active {
	position: relative;
	top: 5px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-variant:  small-caps;
	font-stretch: expanded;
	text-decoration: none;
}

#navlist a:hover {
	position: relative;
	top: 5px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-variant:  small-caps;
	font-stretch: expanded;
	text-decoration: underline;
}

#credits {
	text-align: center;
	color: #cccccc;
	font-family: arial;
	font-size: 12px;
	font-variant:  small-caps;
	font-stretch: expanded;
}

#credits a:link, #credits a:visited, #credits a:active {
	color: #ffffff;
	text-decoration: none;
}

#credits a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/***************** Homepage Content *****************/

#welcome {
	position: relative;
	top: 4px;
	left: -2px;
	margin: 0;
	float: right;
	background-color: #ED2D38;
	background-image: url('images/redgradient.jpg');
	background-repeat: no-repeat;
	background-position: right;
	width: 514px;
	height: 28px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 17px;
	letter-spacing: 2px;
	text-align: center;
}

#textbox1 {
	width: 514px;
	height: 289px;
	margin: 7px 1px 0px 1px;
	background-color: #ffffff;
	float: right;
	text-align: left;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
}

#textbox1 p {
	padding: 0px 20px 0px 20px;
}

#squadnews {
	position: relative;
	top: 4px;
	left: -2px;
	margin: 0;
	float: right;
	background-color: #F66911;
	background-image: url('images/orangegradient.jpg');
	background-repeat: no-repeat;
	background-position: right;
	width: 514px;
	height: 28px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 17px;
	letter-spacing: 2px;
	text-align: center;
}

#textbox2 {
	width: 514px;
	min-height: 100px;
	margin: 7px 1px 0px 1px;
	background-color: #ffffff;
	float: right;
	text-align: left;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
}

#textbox2 p {
	padding: 0px 20px 0px 20px;
}

#profiles
	{
	margin: 5px;
	width: 500px;
}

#latestnews {
	position: relative;
	top: 4px;
	left: -2px;
	margin: 0;
	float: right;
	background-color: #0451A1;
	background-image: url('images/bluegradient.jpg');
	background-repeat: no-repeat;
	background-position: right;
	width: 737px;
	height: 28px;
	color: #ffffff;
	font-family: tahoma;
	font-size: 17px;
	letter-spacing: 2px;
	text-align: center;
}

#textbox3 {
	width: 737px;
	min-height: 100px;
	margin: 7px 1px 0px 1px;
	background-color: #ffffff;
	float: right;
	text-align: left;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
}

#textbox3 p {
	padding: 0px 20px 0px 20px;
}

#eprofiles
	{
	margin: auto;
	width: 230px;
	float: right;
	padding-right: 5px;
}

#spotlight
	{
	margin: auto;
	width: 230px;
	float: left;
	padding-left: 25px;
}

.phead {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}