/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #333;
 background:#000;
 padding:0;
 font: 0.8em/1.2 Verdana, Arial, Helvetica, sans-serif;
 }

/* a:link, a:visited, a:active {
color: #990000;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #003366;
} */

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 740px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #FFFFFF;
 }

#hdr {
 padding-top: 94px;
 background: #fff url(../images/headerlogo.gif) no-repeat;
 }
 #hdrindex {
 padding-top: 94px;
 background: #fff url(../images/headerlogo-index.gif) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#cont {
	width:700px;
	background: #FFFFFF;
	padding: 5px 20px 20px;
 }
/* #cont a:link, #cont a:visited, #cont a:active {
color: #990000;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #003366;
} */

#cont h2 {
 color: #000;
}
#cont h4 {
 	font-size: 14px;
	font-weight: bold;
	color: #993300;
}

#ftr {
	clear: both;
	color: #fff;
	background:#000;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #fff;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #993300;
}

.imgLeft
{
float:left;
padding: 0 5px 5px 0;
}
.imgLeft2
{
float:left;
padding: 0 100px 5px 0;
}
.imgRight
{
float:right;
padding: 0 0 5px 5px;
}
.imgRight2 {
	float: right;
	margin-right: 100px;
	margin-left: 10px;
	border: 1px solid #000000;
}
.imgRight2noborder {
	float: right;
	margin-right: 100px;
	margin-left: 10px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}

.menu {
	background: transparent center;
	text-align: center;
	margin-right: 50px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.menu A {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 30px;
}
.menu A:hover {
	background-color: transparent;
	color: #003366;
	padding: 0 30px;
}
.menu a.active {
	color: #000066;
}
.menu2 {
	font-size: 15px;
	background: transparent center;
	text-align: center;
	margin-left: 50px;
	margin-top: 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.menu2 A {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	padding: 0 30px;
}
.menu2 A:hover {
	background-color: transparent;
	color: #003366;
	padding: 0 30px;
}
.menu2 a.active2 {
	color: #000066;
}
.menuBackground {
	background: url(../images/bkg_menu.gif) no-repeat center center;
	height: 50px;
	width: 520px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
.txtBlue {
	font-weight: bold;
	color: #0066CC;
}
.txtBigRed {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
.txtBigBlack {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.selected {
	color: #000066;
}
.quotes {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.quotesWide {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.mousetype {
	font-size: 10px;
}
#contPop {
	width:300px;
	background: #FFFFFF;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
 }
#contPopBig {
	width:600px;
	background: #FFFFFF;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
 }
/* #contPop a:link, #contPop a:visited, #contPop a:active {
color: #990000;
text-decoration: underline;
}
#contPop a:hover {
text-decoration: none;
color: #003366;
} */

table {
	text-align: left;
}
.text500 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.boxQuote {
	font: bold 16px Tahoma, Verdana, sans-serif;
	color: #FFF;
	background: #FFC;
	padding: 10px;
	text-align: center;
	border: 1px solid #666;
}
.boxQuote a:link, .boxQuote a:visited, .boxQuote a:active {
	color: #C36;
	text-decoration: underline;
}
.boxQuote a:hover {
text-decoration: none;
color: #000;
}
