/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS			  */
/**************************************************/

body {
		font-family:Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #233344;
		background-image: url(fw/pagebg.gif);
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		}

/**************************************************/
/*	SPLASHPAGE DIVS 			          */
/**************************************************/

.splashStripe{
	margin-top:100px;
	width:100%;
	height:271px;
	background-image: url(fw/splash_tile_right.jpg);
	padding:0px;
	}
.splashContainer {
	margin: 0px auto 0px auto;
	padding:0px;
	}

.splashLeft{
	width:168px;
	background-image: url(fw/splash_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

.splashCenter{
	width:101px;
	height:271px;
	padding:0px;
	margin:0px;
	}
	
.splashCenter td{
	margin:0px;
	padding:0px;
	}
	
.splashRight{
	width:220px;
	background-image: url(fw/splash_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}	

/**************************************************/
/*	LAYOUT DIVS 			          */
/**************************************************/
.siteContainer{
		margin: 0px auto 0px auto;
		}


.leftSide {		
		width:126px;
		background-image: url(fw/tile_left.gif);
		vertical-align:top;
		}

.rightSide{
		width:644px;
		text-align:center;
		background-image: url(fw/tile_content.gif);
		vertical-align:top;
		}

.contentBox{
		width:570px!important;
		width:590px;
		margin-top:25px;
		text-align:left;
		vertical-align:top;
		margin-bottom:25px;
		margin-left: 20px!important;
		margin-left: 0px;
		}
		
.bottom{
		width:770px;
		height:45px!important;
		height:38px;
		text-align:right;
		background-image: url(fw/bottomFull.gif);
		padding-top: 5px!important;
		padding-top: 15px;
		margin: 0px auto 0px auto;
		}

.imageLeft{
		float: Left;
	 	padding-right: 15px;
	 	padding-bottom: 15px;
		}

.imageRight{
		float: Right;
	 	padding-left: 15px;
	 	padding-bottom: 15px;
		}	
/**************************************************/
/*	NAV DIVS 			          */
/**************************************************/

.bottom li{
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	}

.bottom li a:link, .bottom a:visited{
	font-size: 12px;
	color: #7FB8D5;
	text-decoration:none;
	}

.bottom li a:hover{
	color: #FFFFFF;
	}

.splashCenter ul{
	margin: 0px;
	padding: 0px;
	cursor: default;
	list-style-type: none;
	list-style: none;
	}

.splashCenter li{
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}


/**************************************************/
/*	WEBMARK 			          */
/**************************************************/
.webmark{
	padding:5px;
	width:770px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
}

