/*DOC-LEVEL*/
body
{
	table-layout: fixed;
	margin: 0px 0px 0px 0px;
}

table
{
	border-style: solid;
	border-width: 0px;
	border-color: white;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

img
{
	border-width: 0px;
}

object
{
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #30A012;
}
/*END DOC-LEVEL*/

/*QUOTATION FADER*/
#fader
{
	font-family: Verdana, Tahoma, Tw Cen MT;
	font-size: 55%;
	text-align: center;
	position: absolute;
	left: 480px;
	/*left: 62%;*/
	/*right: 1%;*/
	top: 5px;
	width: 290px;
	height: 60px;
	border-style: solid;
	border-width: 1px;
	border-color: #30A012;
	padding: 2px;
	background-color: #E75E0B;
}
/*END QUOTATION FADER*/

/*DIVS*/
#SiteMapLinks
{
	font-family: Verdana, Tahoma;
	font-size: 8.5pt;
	color: white;
	position: absolute;
	left: 153px;
	top: 200px;
}

.LocationBlock
{
	width: 100%;
	height: 15px;
}

.Citation
{
	font-family: Verdana, Tahoma;
	font-size: 8.5pt;
	color: white;
	width: auto;
}

.CitationDark
{
	font-family: Verdana, Tahoma;
	font-size: 70%;
	color: #000000;
}

.Footer
{
	font-family: Verdana, Tahoma;
	font-size: 8.5pt;
	color: white;
	width: auto;
	text-align: center;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: white;
}

.Exclamation
{
	color: #E75E0B;
	font-weight: bold;
}
/*END DIVS*/

/*LINKS*/
a.TextLink
{
	font-family: Verdana, Tahoma;
	font-size: 8.5pt;
	color: #E75E0B;
	text-decoration: none;
}

a.TextLink:hover
{
	color: #FF9900;
}

a.BoldLink
{
	font-family: Verdana, Tahoma;
	color: #30A012;
	text-decoration: none;
	font-weight: bold;
}

a.BoldLink:hover
{
	color: #4FC130;
}
/*END LINKS*/	

/*NAVBAR/SIDEBAR*/
.SideBarCell
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#SideBar
{
	border-style: solid;
	border-width: 0px;
	border-color: white;
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
	padding: 0px;
}

.NavBar
{
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
	text-align: right;
	color: White;		
	background-color: #E75E0B;
	border: solid 1px White;
	border-color: #006600;
	padding: 2px 2px 2px;
	width: 120px;
	vertical-align: top;
}

.NavBar:hover
{
	background-color: Coral;
	border: solid 1px #006600;
} 
/*END NAVBAR*/

/*TABLES*/
table.BottomSquare
{
	padding: 0px 0px 0px 5px;
	border-style: solid;
	border-width: 1px 0px 1px 1px;
	border-color: #CCCCCC;
}

td.BottomSquareRow
{
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #CCCCCC;
}
/*END TABLES*/

/*IMAGES*/
img.Pics
{
	border-style: solid;
	border-width: 0px;
	border-color: #30A012;
}

img.SplashImage
{
	border-style: solid;
	border-width: 1px 0px 0px 1px;
	border-color: #30A012;
	position: absolute;
	left: 125px;
	top: 112px;
}

img.BulletHeader
{
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #E75E0B;
}
/*END IMAGES*/



