/* Basics CSS*/

html {overflow: scroll;}


body {
	margin: 0px;
	color: #AAAAAA;
	background:#ffffff;
	padding:0;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
 }

/* Menu color */
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}
/* Hovering over the menu */
a:hover {
	text-decoration: underline;
	color: #F11515;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

/* Controls menu and body area */
#outer {
	width: 750px;
	margin: 0 auto;
	background: #ffffff;
 }

/* Controls overall header area */
#hdr {
	padding-top: 10px;
/*	background: #ffffff url(../images/logo.png) no-repeat left center;
 */
 }

#hdrleftdiv {
	float: left;
	width: 400px;
	font-size: 20px;
	color: #AAAAAA;
	background: #FFF;
	height: 20px;
	padding-bottom: 15px;
}

#hdrrightdiv {
	float: right;
	width: 200px;
	font-size: 20px;
	color: #AAAAAA;
	background: #FFF;
	height: 20px;
	padding-bottom: 15px;
}

/* Top line that separates header and menu/body */
.clearGray {
	clear: both;
	background: #AAAAAA;
	height: 1px;
}

/* Menu location and dimensions */
#nav {
	float:left;
	width:120px;
	padding: 1em;
}

/* Content and vertical line between menu and body */
#cont {
	float: right;
	width:560px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFFFFF;
 }

#cont a:link, #cont a:visited, #cont a:active {
	color: #000000;
	text-decoration: underline;
	font-size: 14px;
}

#cont a:hover {
	text-decoration: underline;
	color: #F11515;
}

#cont h2 {
	color: #000000;
}

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

.txtBigOrange {
	font-size: 26px;
	font-weight: bold;
	color: #ff7800;
	text-align: left;
}

.centerTxt {
	text-align: center;
}
