/* Basics CSS*/

html {overflow: scroll;}

#outer {
	width: 760px;
	margin: 0 auto;
	padding:25px;
	background: #ffffff;
	border: 1px solid #CCC;
 }

body {
	margin: 0px;
	color: #000;
	background:#fff;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
 }


a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
text-decoration: underline;
color: #F11515;
}

h1 {font-size: 1.8em;
	font-style: normal;
	color: #C03;
}

h2 {font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #777;
}


.clearGray {
	clear: both;
	background: #AAAAAA;
	height: 1px;
}

#nav {
 float:left;
 width:130px;
 padding: 1em;
}


#cont {
	float: right;
	width:560px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-left: 1px solid #CCC;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #F11515;
text-decoration: none;
}
#cont a:hover {
text-decoration: underline;
color: #F11515;
}
#cont h2 {
 color: #F11515;
}

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

.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;
}
.txtNormalBlk {
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.centerTxt {
	text-align: center;
}
