@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.9em;
	font-family: Baskerville;
	font-size:0.6em;
	text-align: justify;
	background: url(../images/background.jpg) no-repeat;
	margin: 0;
	
}
ol, ul {
	list-style: circle;
	margin-left: 20px;
	margin-top: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
	font-size: 2.7em;
	letter-spacing: -1px;
	color: #9a141b;
	margin: 5px 0px 20px 0px;
}
h2 {
	font-size: 1.7em;
	letter-spacing: -1px;
	color: #9a141b;
	margin: 10px 0px 10px 0px;
}
h3 {
	font-size: 2.0em;
	letter-spacing: -1px;
	color: #9a141b;
	margin: 5px 0px 20px 0px;
}
h5 {
	font-size: 2em;
	letter-spacing: -1px;
	color: #9a141b;
	margin: 5px 0px 5px 0px;
}
.heading {
	font-size: 1.5em;
	letter-spacing: -1px;
	color: #9a141b;
}
#wrapper {
	width: 100%;
	height: auto;
}
#header {
	width: 100%;
	height: 80px;
}
#leftHeader {
	width: 508px;
	height: 80px;
	float: left;
}
#rightHeader {
	width: 508px;
	height: 80px;
	float: right;
}
#container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contentPane {
	width: 1020px;
	height: 740px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
}
#leftContentPane {
	width: 300px;
	height: 600px;
	float: left;
	margin: 30px 20px 0px 0px;
}
#textPane {
	width: 440px;
	height: 740px;
	overflow: auto;
	float: left;
	margin: 25px 0px 20px 0px;
	padding-right: 10px;
	background-color: #FFF;
}
#subRightContentPane {
	width: 700px;
	min-height: 600px;
	float: right;
	margin-top: 20px;
}
#smallImgLinksBox {
	width: 250px;
	height: auto;
	float: right;
}
#latestNewsPane {
	width: 265px;
	height: 270px;
	margin: 10px 10px 0px 5px;
}
#latestNewsPane p {
	font-size: 1.2em;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}
#latestNewsPane a {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #9a141b;
	text-decoration: none;
}
#latestNewsPane a:hover {
	text-decoration: underline;
}
#rightContentPane {
	width: 680px;
	height: 600px;
	float: right;
	margin-top: 20px;
}
#rightContentPaneHome {
	width: 680px;
	height: 600px;
	float: right;
	margin-top: 80px;
}
#homeImgLinkPane {
	width: 680px;
	height: 600px;
}
#menuContainer {
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	width: 820px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	padding: 0px 80px 0px 20px;
}
#menu ul {
	margin: 0;
	padding: 0px 0 0 4px;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: inline;
	text-align: center;
}
#menu a {
	display: block;
	display: inline;
	text-align: center;
	height: 20px;
	text-decoration: none;
	color: #000;
	margin: 0 0px;
	padding: 0px 4px;
	font-size: 1.3em;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: none;
	color: #9a141b;
}
.img {
	width: auto;
	height: auto;
	float: left;
	padding: 8px;
}
.dottedLine {
	border-bottom: 1px dotted #9a141b;
	margin-top: 10px;
}
.dottedLineSmall {
	border-bottom: 1px dotted #9a141b;
	width: 130px;
}
.red {
	color: #9a141b;
}
#footer {
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-top: 20px;
	color:#000;
	text-align:center;
}
.discContainer {
	margin: 10px 0px 10px 0px;
	width: 420px;
	height: auto;
	float: left;
	text-align: left;
}
.discContainerImg {
	width: 96px;
	height: auto;
	float: left;
	padding-right: 10px;
	font-size: 0.8em;
}
.discContainerText {
	width: 300px;
	height: auto;
	float: left;
	margin: 5px;
}
.discContainerText h4 {
	color: #9a141b;
	font-size: 1em;
}
.strikethrough {
	text-decoration:line-through;
	}
