body {
	background-image:  url(../images/parchment_paper_grungy.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #f3f1e8;
	font-size: 100%;
	color: #10272D;
	background-position: 0px 120px;
}
p {
	margin-top: .5em;
	margin-bottom: .5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #10272D;
	font-size: 1.35em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #10272D;
	font-size: 1.12em;
}
#banner {
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	background-color: #336666;
}
#bannerimage {
	float: right;
	z-index: 5;
	top: 0px;
	position: relative;
}
#content {
	font-size: 0.82em;
	line-height: 1.55em;
	padding: 1.5em;
}
#column {
	background-image: url(../images/columntile.png);
	width: 200px;
}
#columnMenu {
	text-align: center;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 2em;
}
#columnContent {
	font-size: 0.68em;
	line-height: 1.45em;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer {
	height: 25px;
	background-color: #d2dddd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #10272D;
	text-align: center;
	vertical-align: middle;
	font-size: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10272D;
}

/* FOOTER FONTS */
#footer p {
	font-size: 10px;
	color: #10272D;
	margin: 10px 0 0 0;
}
#menu {
	background-image: url(../images/alcatraz01_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 580px;
	width: 200px;
	padding-top: 2em;
	font-weight: bold;
	font-size: .92em;
	background-color: #336666;
}
#navbar {
	text-align: right;
	background-color: #336666;
	background-image: url(../images/alcatraz01_03.jpg);
	background-repeat: repeat-y;
	background-position: right;
	letter-spacing: 0.2em;
	word-spacing: 5em;
	font-size: 11px;
	color: #d2dddd;
	height: 20px;
	padding-right: 20px;
	width: auto;
}
#columnMenu a:link, #columnMenu a:visited {
	color: #10272D;
	text-decoration: none;
}
#columnMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar a:link, #navbar a:visited {
	color: #d2dddd;
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#menu a:link,#menu a:visited {
	color: #d2dddd;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link, a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: underline;
}
.marginLt10 {
	margin-left: 10px;
}
.marginRt10 {
	margin-right: 10px;
}
}
.borderBrown {
	border: 2px solid #10272D;
}
.borderBrownRt {
	border: 2px solid #10272D;
	margin-left: 10px;
	float: right;
}
.borderBrownLt {
	border: 2px solid #10272D;
	margin-right: 10px;
	float: left;
}
.borderTable {
	border: 1px solid #346667;

