﻿@import url("defaultlayout1.css");

/*--- Hover Images ---*/
a.linkopacity img { 
filter:alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; -khtml-opacity: 0.5;

} 
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0; 	opacity: 1.0;
-khtml-opacity: 1.0;
	
} 
body 
{
	margin:0;
	padding:0;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-size: 0.8em;
	text-align: left;
	background-color: #000000;
}

/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #E61111;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #fff;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}

/* Navigation Styles */
#nav{
	border: 0px solid #FFFFFF;
	margin: 0;
	padding: 0;
}
#nav ul {
	list-style-type: none;
	width: auto;
	height: 32px;
	margin: 0;
	padding: 0;	
}
#nav li {
	float: right;
}
#nav a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	/*border: 0px solid #708090;
	border-right: 2px solid #708090;
	margin-right: 2px;
/*	background-color: #13171B;*/
}
#nav a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #333333; /* #ccc; */
	border-bottom: 1px solid;
	border-bottom-color: #999999;
}
/*
#nav a:visited {
	color: #666666;
}*/

/* Col h Styles */
#left_col h1,h2,h3,h4,h5,h6 {
	color: #708090;
	/*margin: 10px 0 10px 5px;*/
	text-align: center;
}
#centre_col h1,h2,h3,h4,h5,h6 {
	color: #708090;
	margin: 10px 0 10px 5px;
	text-align: center;
}
#right_col h1,h2,h3,h4,h5,h6 {
	color: #708090;
	margin: 10px 0 10px 5px;
	text-align: center;
}

/* 3col Styles */
#left_col p {
	color: #ECECEC;
	margin-left: 15px;
}
#centre_col p {
	color: #ECECEC;
	margin-left: 15px;
}
#right_col p {
color: #ECECEC;
	margin-left: 15px;
}

#left_col img {
	margin: 10px 10px 3px 10px;
	border: 0px;
}
#centre_col img {
	margin: 10px 10px 3px 10px;
	border: 0px;
}
#right_col img {
	margin: 10px 10px 3px 10px;
	border: 0px;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}

/* Link Styles */
a {
	color: #FFFF66;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

