/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #0b0102;
	color: #ffffff;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
}
p {
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.right {
float: right;
}
.left {
float: left;
}
.align-left {
text-align: left;
}
.align-right {
text-align: right;
}
.align-center {
text-align:center;
}
.justify {
text-align:justify;
}
.hide {
display: none;
}
.clear {
clear: both;
}
.bold {
font-weight:bold;
}
.italic {
font-style:italic;
}
.underline {
border-bottom:1px solid;
}
.highlight {
background:#ffc;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignleft {
float:left;
margin:4px 10px 4px 0;
}
img.alignright {
float:right;
margin:4px 0 4px 10px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
color: #ffffff;
}
a:hover {
color: #ffffff;
}
a:active {
color: #ffffff;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
font: bold 2em "Times New Roman", Times, serif;
}
h2 {
font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Misc.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#outer {
	width: 960px;
}
#header {
	width: 960px;
	height: 152px;
}
#inner {
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 960px;
}
#content {
	background-image: url(../img/background_content.gif);
	background-repeat: repeat-y;
	width: 960px;
}
#navigation {
	width: 143px;
	display: inline;
	float: left;
	margin-left: 40px;
}
#main {
	width: 777px;
	display: inline;
	float: left;
	padding-top: 25px;
}
#spotlight {
	display: inline;
	float: left;
	width: 323px;
	margin-left: 31px;
}
#spotlight img {
	border: 3px solid #cc9f33;
}
#intro {
	display: inline;
	float: left;
	width: 350px;
	margin-left: 37px;
}
#news {
	margin-left: 31px;
}
#footer {
	width: 960px;
	height: 101px;
}




#navigation ul { 
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a {
	display: block;
	padding: 5px 0px 5px 3px;
	width: 140px;
	text-align: center;
}
#navigation a:link, #navigation a:visited {
	color: #EEE;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #730a0d;
	color: #fff;
}

.headline {
	font-size: 13px;
	font-weight: bold;
}

.lg {

	font-size: 14px;
}
.timeslg {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: White;
	font-weight: bold;
	font-style: italic;
}
.timesmedred {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ed1c24;
	font-weight: bold;
	font-style: italic;
}
.reverse {
	color: White;
}
a.reverselink:link          {color: #FFFFFF; text-decoration: underline;}
a.reverselink:visited       {color: #FFFFFF; text-decoration: underline;}
a.reverselink:active        {color: #FFFFFF; text-decoration: underline;}
a.reverselink:hover         {color: #FFFFFF; text-decoration: none;}
a.reverselink:visited:hover {color: #FFFFFF; text-decoration: none;}


div#copyright {
	float: right;
	padding: 10px;
}