/* Basics CSS*/

html {overflow: scroll;}

body {
 margin: 0px;
 color: #000;
 background:#1f2f35 url(../images/bg-page.gif) repeat-x fixed;
 padding:0;
 font: 0.86em/1.2 Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	background: #e3d7b9;
 }

#hdr {
 padding-top: 206px;
 background: #fff url(../images/headerlogo.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:180px;
}


#cont {
 float: right;
 width:550px;
 padding: 1.5em;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #993300;
text-decoration: none;
}
#cont a:hover {
text-decoration: underline;
color: #000;
}
#cont li {
	margin-top: 10px;
 }
#cont h2 {
	color: #1f2e35;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

#ftr {
	clear: both;
	color: #d8caa8;
	background:#3b515a url(../images/bg-ftr.gif);
	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: #d8caa8;
text-decoration: none;
}
#ftr a:hover {
text-decoration: none;
color: #f2ebd8;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.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;
}
.hdrNotice {
	color: #993300;
	background: #FFFFFF;
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #26373F;
	font-size: 18px;
	font-weight: bold;
}
.hdrNotice a:link, .hdrNotice a:visited, .hdrNotice a:active {
color: #993300!important;
text-decoration: underline!important;
font-size: 14px;
}
.hdrNotice a:hover {
text-decoration: none!important;
color: #000!important;
font-size: 14px;
}
.hdrNotice2 {
	color: #000;
	background: #FFFFFF;
	display: block;
	margin: 10px;
	padding: 10px;
	border: 1px solid #26373F;
	font-weight: bold;
}
.hdrNotice2 a:link, .hdrNotice2 a:visited, .hdrNotice2 a:active {
color: #993300!important;
text-decoration: underline!important;
}
.hdrNotice2 a:hover {
text-decoration: none!important;
color: #000!important;
}
.txtRed {
	font: italic bold 18px "Times New Roman", Times, serif;
	color: #993300;
}
.txtGreen {
	font: bold 16px "Times New Roman", Times, serif;
	color: #3C525B;
}
.mousetype {
	font-size: 10px;
}
