.MainContainer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(/Portals/_default/Skins/SSA/../images/fish_bgr.jpg) no-repeat left 180px;
	font-size: 80%;
}

.MainTable
{
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
}

.HomeHeader
{
	background-color: #FC0;
	background-image: url(/Portals/_default/Skins/SSA/ssa_splash_logo.gif);
	background-repeat: no-repeat;
}

.HomeContentPane
{
	padding-right: 20px;
	padding-left: 20px;
	min-height: 210px;
	_height: 250px;
	background-color: #fc0;
}


/* content is the main central column */
.ContentPanel
{
	padding-left: 15%;
	padding-top: 25px;
	min-height: 470px;
	background-image: url(/Portals/_default/Skins/SSA/fish_bgr.jpg);
	background-position: left 35px;
	background-repeat: no-repeat;
}
.ContentPane
{
	width: 90%;
}

/* right column contains the latest news box */

.RightPane
{
	margin: 0;
	margin-left: 0;
	padding: 10px;
	padding-top: 15px;
	width: 220px;
}



.Header
{
	background-image: url(/Portals/_default/Skins/SSA/ssa_logo.gif);
	background-repeat: no-repeat;
	background-color: #069;
	height: 113px;
	padding-top: 32px;
}

.Header .Address, .Header .Address A
{
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 5px;
	font-size: 90%;
}
.Header .Address A
{
	font-size: 100%;
}

.BottomPane TD, .BottomPane A, .BottomPane A:visited
{
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}

.BottomPane A:Hover
{
	color: #FCCE00;
	text-decoration: none;
}


.MenuBar
{
	background-color: #FCCE00;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	height: 25px;
}
.UserBar
{
	background-color: #FCCE00;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-right: 2px;
}

.User, A.User, A.User:visited, A.User:link, A.User:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-size: 80%;
}
A.User:hover
{
	color: #fff;
	background-color: #069;
}
/* Main Menu */
.RadMenu_Main .rmItem
{
	background-color: #FCCE00;
	border-right: solid 2px #ffffff;
	margin-top: 5px;
	margin-left: 0;
}
.RadMenu_Main .rmText
{
	padding-right: 0 !important;
}
.RadMenu_Main .rmLink:Visited, .RadMenu_Main .rmLink:Link, .RadMenu_Main .rmLink:Active, .RadMenu_Main .rmLink:Hover
{
	color: #000000;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
}
.RadMenu_Main .rmLink:Hover
{
	color: #fff;
	font-weight: bold;
	background-color: #069;
	text-decoration: none;
}

.RadMenu_Main .rmVertical
{
	background-color: #FCCE00;
	border: solid 1px #fff;
}
.RadMenu_Main .rmVertical .rmItem
{
	border-right: none;
	border-bottom: solid 1px #fff;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
	margin-top: 0;
}
.RadMenu_Main .rmVertical .rmLast
{
	border-bottom: none;
}
.RadMenu_Main .rmVertical .rmLink
{
	padding-left: 0;
	padding-right: 0;
}
.RadMenu_Main .rmVertical .rmText
{
	padding-left: 10px !important;
}


.Footer
{
	background-color: #069;
	font-size: 90%;
	color: #cccccc;
}
.FooterInfo
{
	font-size: 80%;
}
.Footer a:link,
.Footer a:visited,
.Footer a:active,
.Footer a:hover
{
	color: #fff;
	text-decoration: none;
}
.Footer a:hover
{
	color: #f00;
}

.FooterLeft
{
	text-align: left;
	padding-left: 2px;
	white-space: nowrap;
}
.FooterMiddle
{
	text-align: center;
}
.FooterRight
{
	text-align: right;
	padding-right: 2px;
	white-space: nowrap;
}

@media print
{
	*
	{
		font-size: 8pt;
		font-family: Arial, Helvetica, Sans-Serif;
	}

	.NoPrint
	{
		display: none;
	}
}


