body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, helvetica, sans-serif;
}
h1,h2,h3,h4{color:#993300}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 1.4em;
	font-weight: bolder;
	text-align: center;
	color:#993300;
}
h3 {
	font-size: 1.2em;
	font-weight: bolder;
	text-align: left;
}
h4 {
	font-size: 1.2em;
	font-weight: bolder;
	text-align: left;
}
td {
	font-family: Arial, helvetica, sans-serif;
	font-size: .9em;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
}
p {
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#L1-mainBackground {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	text-align: center;
	z-index: 0;
	background-color:#ffffff;
	background-image: url(/images/silver_03.gif);	
	background-repeat:repeat-x;
}
#L1-mainSection {
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	background-color: #ffffff;
	z-index: 2;
	text-align: left;
	width: 770px;
	
}
#L2-header {
	height: 182px;
	text-align:center;
	background-color: #ffffff;
	z-index: 2;
	position: relative;
}
#L2-middle {
	background-image: url(/images/side-border.gif);
	background-repeat: repeat-y;
	background-position: top left;
	z-index:2;
	}
#L3-middle2 {
	background-image: url(/images/side-border.gif);
	background-repeat: repeat-y;
	background-position: top right;
	z-index:2;
	}
#L2-footer {
	height:72;
	text-align: center;
	background-image:url(/images/silver_05.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-color: #FFffFF;
	z-index:2;
	
}

#L4-content {
	height:auto;
	width:718px;
	overflow:hidden;
	margin-left:30px;
	background-color: #ffffff;
	
}

.content {
	padding: 8px;
	font-size:1.0em;

}
.content p{
	padding: 8px;
	font-size:1.2em;
	color:#000033;

}
.content li{
	font-size:1.0em;
	color:#000033;
	margin-right:20px;
	padding-bottom:4px;
	}
	
.footer {
	font-size:.7em;
	font-weight: normal;
	color:#FFFFFF;
	text-align:center;
}
.leftCol {
	padding: 3px;
	font-size:1em;
	font-weight:bold;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#appTable {
	padding:10px;
	border-style:groove;
	border-width:medium;
	border-color:#333333;
	}
#appTable td {
	border-width:thin;
	border-style:solid;
	border-color:#666666;
	text-align:right;
	}
.boosterApp {
	padding:10px;
	}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}



