#header {
	height: 212px;
	width: 1000px;
}
#wrapper {
	border: 1px solid #000;
	background-color: #FFF;
	position: relative;
	margin: auto;
	width: 1000px;
}
#leftBar {
	width: 177px;
	margin-top: 15px;
	margin-left: 35px;
	float: left;
}
#content_page {
	float: left;
	width: 448px;
	margin-top: 15px;
	margin-left: 35px;
}
#rightBar {
	width: 230px;
	margin-top: 15px;
	margin-left: 35px;
	float: left;
}
#footer {
	height: 50px;
	width: 1000px;
	clear: both;
	background-image: url(images/footer.gif);
	font-size: 0.9em;
	font-weight: bold;
	font-variant: normal;
	color: #FFF;
	background-color: #000099;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	padding-top: 0px;
}
#inside_footer {
	height: 25px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 16px;
}
.border_photo {
	border: 1px solid #000;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.1em;
	color: #000;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #cc0001;
	font-variant: small-caps;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0001;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #010066;
}
.CenterIt {
	text-align: center;
}
#rightBar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #010066;
}
a:link {
	color: #010066;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #cc0001;
	text-decoration: underline;
}
a:active {
	color: #996665;
	text-decoration: underline;
}
.darkBlue {
	color: #010066;
	font-variant: small-caps;
	font-weight: bold;
}
table {
	font-size: .9em;
}
.white_text {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFF;
}

