html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0px;
	background-color: #FFC;
}

body {
	background-color:#fff;
	color: 000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	margin: 0 5px 0 0; 
	padding: 5px; 
	text-align: center; 
}
p {font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

h3 {font-size: 14px;
}

a, a:link {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #900;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color:#900;
  text-decoration: underline;
}

a:focus {
  color: #b92200;
}

a:active {
  color: #900;
}

#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; 
	text-align: left;
	width: 1000px;
}
#outerWrapper #header {
	background-color: #900;
	height:160px; 
	font-size: 18px;
	font-weight: bold;
	line-height: 15px; 
	text-align: center;
	border: medium solid #FFC;
	color: #FFC;
	margin: 0px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-color: #FFC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #FFFFCC; 
	float: right; 
	width: 200px;
	margin-top: 20px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 3px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #FFFFCC;
	float: left;
	width: 200px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-left: 3px;
	text-align: center;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 2px;
	height: 1000px;
}

#outerWrapper #contentWrapper #content {
	background-color: #FFFFCC;
	padding: 10px; 
	margin-top: 5px;
	margin-right:5px;
	margin-left: 5px;
	}
#outerWrapper #footer {
	background-color: #FFFFCC; 
	padding: 10px;
	text-align: center;
	border-top-width: 0px;
	border-top-style: solid;
}

#outerWrapper #header #header p img {
	float: right;
	padding-right: 15px;
}

.photoleft {
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.photoright {
	float: right;
	z-index: 100;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 5px;
}
.scrolltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	border: thin double #900;
	height: 20px;
	width: 99%;
	color: #000;
	padding-top: 5px;
}
.btmtbl {
	position: fixed;
	height: 150px;
	width: 150px;
	text-align: center;
	white-space: normal;
	margin-left: 145px;
}

