/* Basics CSS*/

body {
 margin: 2px 0;
 color: #333;
 background:#F5F5F5;
 padding:0;
 font: 0.9em/1.2 Arial, Helvetica, sans-serif;
 }

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


h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 650px;
	margin: 0 auto;
	background: #fff url(../images/bg.gif) repeat-y;
	border: 1px solid #000000;
 }

#hdr {
	padding-top: 125px;
	background: #926aae url(../images/top.gif) no-repeat;
	height: 30px;
 }

#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;
 }

.info {
	float:left;
	width:130px;
	padding: 1em;
	padding-bottom: 30px;
	font-size: 12px;
}
.info a:link, .info a:visited, .info a:active {
color: #000;
text-decoration: underline;
}
.info a:hover {
text-decoration: none;
color: #562d91;
}

#cont {
 float: right;
 width:440px;
 padding: 1.5em;
 }
#cont h2 {
 color: #562d91;
}
#cont a:link, #cont a:visited, #cont a:active {
color: #000;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #562d91;
}

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

#leftImg
{
float:left;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}
.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;
}
.txtBigBlack {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	background: transparent;
}
.tblGrey {
	font-size: .75em;
	font-weight: bold;
	background: #F5F5F5;
	border: 1px solid #926AAE;
}
.tblNotice {
	background: #F5F5F5;
	border: 1px solid #926AAE;
	padding: 15px;
}