@charset "utf-8";
body  {
	margin: 0;
	text-align: center;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #003366;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(../images_08/backgrounds/v2-tile_blue.jpg);
}
#wrapper {
	width: 775px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(../images_08/backgrounds/temple_main.jpg);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
#header {
	margin-bottom: 12px;
	height: 400px;
}
#logo {
	background: url(../logo.gif) no-repeat;
	height: 71px;
	padding-bottom: 12px;
}
td img {display: block;}
a {
	color: #333366;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	background-color: #fff8eb;
	border-bottom: 1px solid #ffc676;
	font-weight: bolder;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 5px;
}
#leftColumn {
	float: left;
	width: 360px;
	padding-left: 5px;
	list-style-position: inside;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006666;
}
#rightColumn {
	float: right;
	width: 300px;
	list-style-image: none;
	list-style-position: inside;
	clear: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
	padding-left: 5px;
	font-size: 10px;
}
h2 {
	margin-top: 1.75em;
	margin-bottom: 0.75em;
	padding-bottom: 2px;
	color: #99FF33;
	font-size: 1.3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.5;
	color: #FFFF99;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	zoom: 1;
}
