/* Basics CSS*/

html, body { height: 100.1%; }

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
 margin: 0px;
 color: #000;
 background:#fff;
 padding:0;
 font: 1em/1.3 Arial, Helvetica, sans-serif;
 }

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

h1 {
 font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #C00 !important;
}

#outer {
	width: 961px;
	margin: 0 auto;
	background: transparent;
 }

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

#cont {
	width:921px;
	padding: 20px;
	background: transparent url(../images/75p_colorless.png);
 }
#cont a:link, #cont a:visited, #cont a:active {
	color: #C00;
	text-decoration: none;
}
#cont a:hover {
text-decoration: underline;
color: #000;
}
#cont h2 {
 color: #23552d;
}
#cont h3 {
 color: #23552d;
}
#cont ul {
	list-style: url(../images/dot-clover.gif);
}

#ftr {
	clear: both;
	color: #000;
	background:transparent url(../images/1-green01.png);
	font-size: 0.8em;
	text-align: center;
	height: 40px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #000;
text-decoration: none;
}
#ftr a:hover {
text-decoration: underline;
color: #000;
}

.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;
}
.slideRight {
	float: right;
	width: 300px;
	margin-right: 30px;
}
.clear {
	clear: both;
}
.boxQuote {
	background: transparent;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #060;
	margin-bottom: 20px;
}
/*blockquote p
    {
	padding: 0px 50px 0px 0px;
	background: url(../images/quote_down.png) bottom right no-repeat;
}

blockquote
    {
	padding: 0px 0px 40px 50px;
	background: url(../images/quote_up.png) top left no-repeat;
}*/
.boxQuote blockquote {
	background: transparent url(../images/quote_up.png) no-repeat left top;
}
.boxQuote blockquote div {
	padding: 0 52px;
	background: transparent url(../images/quote_down.png) no-repeat right bottom;
}
.boxHighlight {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	background: #b5ddb7;
	text-align: center;
	width: 440px;
	margin-left: 30px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #000;
}
.boxHighlightCenter {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	background: #b5ddb7;
	text-align: center;
	width: 440px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #000;
	margin-right: auto;
}
.boxCenter {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #039;
	text-align: center;
	width: 440px;
	margin-left: 30px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
}
.hdrRed {
	color: #C00;
	border-bottom: 1px solid #C00;
	text-indent: 15px;
	background: url(../images/dot-clover.gif) no-repeat left center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.txtRed {
	color: #C00;
	font-weight: bold;
}
.mousetype {
	font-size: 0.8em;
}
.boxScroll {
	height: 150px;
	overflow: auto;
	font-size: 0.7em;
	background: #FFF0FF;
}
.center {
	text-align: center;
}

