html, body {
	height: 100%;
	}

html {
	overflow-y: scroll !important;
	}
	
body {
	cursor: default;
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #000000;
	background-image: url(/st/images/grayGrid.gif);
	background-position: 0 0;
	}

div, p, form {
	padding: 0;
	margin: 0;
	float: none;
	}

div {
	border-width: 0;
	text-align: left;
	}
	
table, td {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-spacing: 1px;
	border-collapse: collapse;
	}
	
#layoutContainer {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

.layoutPadding {
	clear: both;
	height: 5px;
	overflow: hidden;
	}	

#etchLineOuter {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	border-style: solid;
	border-width: 1px;
	border-style: solid;
    }

#etchLineInner {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	border-color: #FFFFFF #999999 #999999 #FFFFFF;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
    }

#layoutContentEdge {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	border-style: solid;
	border-width: 1px;
	background: #FFFFFF;
	background-image: url(/st/images/splash/footer.gif);
	background-repeat: no-repeat;
	background-position: 350px bottom;
    }
    
#layoutContent {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 750px;
	overflow: hidden;
	background-image: url(/st/images/splash/sidebar_bkgr.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
    }
    
#layoutHeader {
	position: relative;
	top: 0;
	left: 0;
	float: right;
	clear: right;
	width: 652px;
	height: 80px;
	border-bottom: 1px solid #000000;
	overflow: hidden;
	background-image: url(/st/images/splash/globe_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
    }    

#bannerText, #dropShadow {
	position: absolute;
	overflow: hidden;
	font-size: 200%;
	letter-spacing: -0.1em;
	}

#bannerText {
	top: 40px;
	left: 105px;
	width: 645px;
	height: 40px;
	color: #FFFFFF;
	}

#dropShadow {
	top: 42px;
	left: 107px;
	width: 643px;
	height: 38px;
	color: #000000;
	}

#layoutSidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 97px;
	height: 700px;
	background-image: url(/st/images/splash/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
    }    
    
#layoutSidebar2 {
	position: absolute;
	top: 350px;
	left: 0;
	width: 97px;
	height: 350px;
	background-image: url(/st/images/splash/sidebar2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
    }    
    
#layoutSidebarPlaceholder {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 97px;
	height: 700px;
    }
    
#layoutContentBody {
	position: relative;
	float: right;
	clear: right;
	top: 0;
	left: 0;
	width: 652px;
	background-image: url(/st/images/splash/content_shadow.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
    }
    
#layoutContentBody h1 {
	text-indent: -9999px;
	display: none;
    }
    
#layoutContentBody p {
	padding: 1.0em 10px 2.0em 10px;
	font-size: 89%;
	line-height: 1.25em;
    }
    

#layoutContentBody a {
	color: #446D8C;
	text-decoration: none;
	border-bottom: 1px dotted #A1B6C5;
    }

#layoutContentBody a:hover, #layoutContentBody a.labelHover {
	color: #C40000;
	text-decoration: none;
	border-bottom: 1px solid #C40000;
    }

#layoutContentBody a:active, #layoutContentBody a.labelActive {
	color: #B3848A;
	text-decoration: none;
	border-bottom: 1px dotted #B3848A;
    }

#layoutContentBody li {
	padding-bottom: 2.0em;
	padding-right: 10px;
	font-size: 89%;
	line-height: 1.25em;
    }
    
#layoutContentFooter {
	position: relative;
	float: right;
	clear: right;
	top: 0;
	left: 0;
	width: 652px;
	font-size: 89%;
	color: #666666;
	text-align: center;
	margin-bottom: 90px;
    }
    
.navButtonLeft {
	position: absolute;
	top: 40px;
	left: 27px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	}

.navButtonRight {
	position: absolute;
	top: 176px;
	left: 676px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	}

.navButtonLeft a ,
.navButtonRight a {
	display: block;
	border: 1px none #000000;
	position: relative;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	overflow: hidden;
	background-image: url(/st/images/navButton.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.navButtonLeft a:hover, .navButtonLeft a.buttonHover, 
.navButtonRight a:hover, .navButtonRight a.buttonHover {
	background-position: 0 -44px;
	}

.navButtonLeft a:active, .navButtonLeft a.buttonActive, 
.navButtonRight a:active, .navButtonRight a.buttonActive {
	background-position: 0 -88px;
	}