/* HIDE LAYOUT FROM NS4 & EARLIER BROWSERS -------------------------------------------------------------------*/
@import "layout.css";

* {
	font-family: inherit;
}

body {
	margin: 0;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 0.7em;
	background: #970a2d;
	color: #6d6e71;
}

code{
	font-family: "Courier New", Courier, monospace;
}

a{
	text-decoration: underline;
	outline: none;
	color: #cd1141;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	outline: none;
	color: #b2b2b2;
}

h1.logo{ 
	font-size: 1em; 
	background: url('images/h1.jpg') no-repeat top left;
	height: 132px;
	width: 210px;
	text-indent: -30000px;
}

h1.logo a{
	display: block;
	width: 210px;
	height: 132px;
}

h2{
	color: #cd1141;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding-top: 7px;
	float: left;
	padding-bottom: 1px;
	margin: 0px;
	margin-bottom: 4px;
	border-bottom: 1px solid #6d6e71;
	width: 659px;
	clear: both;
}

h2.welcome{
	color: #cd1141;
	font-weight: bold;
	text-align: left;
	font-size: 3.2em;
	padding-top: 18px;
	padding-bottom: 8px;
	margin: 0px;
	margin-bottom: 14px;
	border-bottom: 1px solid #cd1141;
}

h3{
	color: #cc1543;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
	padding-top: 7px;
	float: left;
	padding-bottom: 1px;
	margin: 0px;
	margin-bottom: 10px;
	width: 659px;
	clear: both;
}

h3.box{ 
	font-size: 1.5em; 
	font-weight: bold;
	color: #cd1141;
	text-align: left;
	background: url(images/boxtop.jpg) no-repeat top left; 
	padding: 16px 22px 7px 22px;
	width: 268px;
}

h4{ 
	font-size: 1.1em; 
	float: left;
	clear: both;
	width: 659px;
	text-align: left;
}

h5{ 
	font-size: 1.1em; 
	float: left;
	clear: both;
	width: 659px;
	text-align: left;
	color: #cc1141;
	font-weight: bold;
}
	
h6{ font-size: 1em; }

p{ 
	font-size: 1.1em;
	text-align: left;
	padding-bottom: 15px;
	float: left;
	clear: left;
	line-height: 1.5em;
}

p.first{
	padding-top: 15px;
}

hr{
	color: #cc1543;
	height: 3px;
	width: 200px;
	border: 0px;
	background-color: #cc1543;
	margin: 0px;
	text-align: left;
	padding: 0px;
	clear: both;
	float: left;
	line-height: 1px;
	font-size: 1px;
}

ul.news{
	clear: left;
	float: left;
	list-style-position: inside;
	width: 650px;
}

ul.news li{
	padding: 0px 0px 15px 0px;
	text-align: left;
	font-size: 1.1em;
	float: left;
	clear: left;
	width: 650px;
}
