/* Main Content Area */

body {
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2c364c;
	margin-top: 0px;
	text-align: center;
}

.content {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/75p_white.png');
	}
	/* IE ignores css styles with [attributes], so it will skip the following. */
	.content[class] {
	  background-image:url(/images/75p_white.png);
	}
	
.content-test {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	}


td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

.breadcrumb {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #af2a14;
	font-weight: bold;
	text-transform:uppercase;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #af2a14;
	font-weight: bold;
}

.newshead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #993300;
	text-align: center;
	height: 20px;
}

.head-image {
	padding-bottom: -10px;
	margin-bottom: -20px;
	line-height: 0px;
}

.leftimage {
	margin-right: 10px;
	margin-bottom: 10px;
}

.rightimage {
	margin-left: 10px;
	margin-bottom: 10px;
}

a:link {
	text-decoration: underline;
	color: #AF2A14;
	position: relative;
}
	
a:active {
	text-decoration: underline;
	color: #AF2A14;
	position: relative;
}

a:visited {
	text-decoration: underline;
	color: #AF2A14;
	position: relative;
}
	
a:hover {
	text-decoration: none;
	position: relative;
}

input,iframe {
	position: relative;
}


/* Main Page Sidebar */

.sidebar {
	padding: 30 10 0 -10;
	background-image: url('images/sidebar-bg.jpg');
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
	float: right;
	width: 225px;
	margin-left: 10px;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-top:10px;
	padding-bottom:0px;
}

@media print {
	.sidebar { display: none; }
}

.sidebar ul {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top:0px;
	list-style:none;
}

.sidebar li {
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: -13px;
	color: #ffffff;
	list-style:none;
}

.sidebar a:link {
	text-decoration: underline;
	color: #ffffff;
	}
	
.sidebar a:active {
	text-decoration: underline;
	color: #ffffff;
	}

.sidebar a:visited {
	text-decoration: underline;
	color: #ffffff;
	}
	
.sidebar a:hover {
	text-decoration: none;
	}


/* Bottom Navigation */

.botnav {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	align: center;
}
	
.botnav a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
	
.botnav a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.botnav a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
	
.botnav a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/* Photo Sidebar */

.sidebarphotos {
	background-color: #2c364c;
	position: relative;
	text-align: center;
	float: right;
	width: 220px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	font-family: georgia, serif;
	font-size: 11px;
	color: #ffffff;
}

.sidebarphotos a:link {
	text-decoration: underline;
	color: #F6AC17;
	}
	
.sidebarphotos a:active {
	text-decoration: underline;
	color: #F6AC17;
	}

.sidebarphotos a:visited {
	text-decoration: underline;
	color: #F6AC17;
	}
	
.sidebarphotos a:hover {
	text-decoration: none;
	}

.submenu {
	width: 725px;
	height: 15px;
	vertical-align: top;
	text-align: center;
	background-color: #2b110d;
	}

.submenu a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	}
	
.submenu a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	}

.submenu a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	}
	
.submenu a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: #7b201b;
	}

ul,li {
	margin-left:0px;
	padding-left:0px;
	}