/* CSS for xhtml tags */

body {
	background-color: #AA1F1F;
	margin: 0px;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #AA1F1F;
	text-align: left;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-align: left;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background-color: #AA1F1F;
	width: 250px;
	padding: 5px;
}
.hstyle1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	background-color: #3E3D5C;
	padding: 5px;
}
p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #313131;
	font-size: 14px;
	font-weight: normal;
}
.pstyle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #313131;
	font-size: 14px;
	font-weight: normal;
}
ul {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-style: normal;
	color: #313131;
	font-size: 14px;
}
ul.normal_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-style: normal;
	color: #313131;
	font-size: 14px;
}
ol {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
	font-style: normal;
	color: #313131;
	font-size: 14px;
}
input {	
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}
textarea {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
legend {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #AA1F1F;
	font-size: 14px;
	font-weight: bold;
}
fieldset {
	color: #AA1F1F;
}
hr	{
	border-style: dashed;
	border-color: #AA1F1F;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 1px;
	width: 100%;
}

/* CSS for formatting */

.format_banner {
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.format_menu {
	background-color: #3E3D5C;
	height: 35px;
}
.format_content {
	background-color: #FEFCFC;
	background-image: url('bgrnd_images/bgrnd.jpg');
	background-repeat: repeat;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 3px;
}
.min_height {
	min-height: 500px;
}
.format_content_2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 150%;	
	background-color: #ffffff;
	border-style: solid;
	border-top-color: #cccccc;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-width: 1px;
}
.format_footer {
	background-color: #3E3D5C;
	height: 35px;
}

/* CSS for main page content */

/* Anchor */

a:link {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #AA1F1F;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #AA1F1F;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a.menu:link {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.menu:visited {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.menu:hover {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a.footer_menu:link {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footer_menu:visited {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.footer_menu:hover {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a.logo:link {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.logo:visited {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.logo:hover {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

/* Additional styles */

.banner_text {
	margin-left: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.footer_text {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.date {
	margin-left: 5px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 11px;
	color: #5B5656;
	font-weight: normal;
	border-style: solid;
	border-color: #FFFFFF;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.img0 {
	border-style: solid;
	border-color: #AA1F1F;
	border-width: 0px;
}
.img1 {
	background-color: #AA1F1F;
	border-style: solid;
	border-color: #3E3D5C;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}
.pipe {
	color: #ffffff;
}
.highlight {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #AA1F1F;
	line-height: 150%;
}
.contact_form {
	width: 85%;
}
.bgrnd {
	background-color: #FFFFFF;
}
.cell {
	background-color: #AA1F1F;
}

