body
{
	background-color: #B0C4DE;
}

div
{
	font: 12px/14px Arial, Helvetica, Sans-Serif;
}


/*Outline Stuff*/
#outline
{
	margin: 20px auto 0px auto;
	padding: 1px 10px 0px 10px;
	width: 708px;
	height: auto;
	background-color: #88F;
}

#outline a:link, #outline a:visited, #outline a:hover, #outline a:active
{
	text-decoration: none;
	font-weight: bold;
}

/*Header Stuff*/
#header
{
	margin-top: 10px;
	width: 708px;
	height: 101px;
	background-color: White;
	background: url("icon/SA_Header1.gif") transparent no-repeat;
}

/*Inner Stuff*/
#inner
{
	margin-top: 10px;
	margin-left: 1px;
	width: 708px;
	height: auto;
	padding-bottom: 1px;
	background-color: White;
}

/*Navigation Stuff*/
#navigation
{
	width: auto;
	height: 23px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

#navigation ul
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	position: relative;
	top: 5px;
}

#navigation li
{
	margin-left: 20px;
	background-color: #f7f7f7;
	list-style: none;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 20px;
	color: #33F;
	letter-spacing: -1px;
	text-align: center;
	float: left;
}

#current_tab
{
	width: 95px;
	height: 23px;
	display: block;
	background: url("icon/current_tab.gif") transparent no-repeat;
	border: 0px;
	border-bottom: 5px solid #ffffff;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited
{
	width: 95px;
	height: 22px;
	display: block;
	border: 1px solid #bdc3bd;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	color: #bdc3bd;
	text-decoration: none;
	letter-spacing: -1px;
}

#navigation a:hover, #navigation a:active
{
	color: #33F;
}

/*Content Stuff*/
#content
{
	width: 670px;
	height: auto;
	margin: 5px;
	padding: 10px;
	background-color: #fffbf7;
	border: 1px solid #bdc3bd;
	clear: both;
}

#content a:link, #content a:visited
{
	color:Maroon;
	font-style: italic;
}

#content a:hover, #content a:active
{
	text-decoration: underline;
}
