html, body {
	background-image: URL("../_images/bgbody.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #D9D9D9;
	font-family: "Arial", "Verdana";
	font-size: 12px;
	color: #333;
}

body {
	padding: 15px 0;
	margin: 0;
}

a {
	font-family: "Arial", "Verdana"; 
	font-size: 12px;
/*	color: #603; */
	color: #633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	width: 1000px;
	border: none;
	text-align: left;
	background-color: transparent;

	padding-bottom: 30px;
}

#areaFooter {
	clear: both;
	width: 880px;
	font-family: "Arial", "Verdana"; 
	font-size: 11px;
	color: #333;
	line-height: 18px;
/*	border-top: 3px solid #900;*/
	border-top: 3px solid #300;
	padding: 4px 10px 4px 10px;
	margin: 0;
	text-align: left;
}

#areaFooter a {
	color: #333;
	text-decoration: none;
	padding: 0;
	margin: 0 2px 0 2px;
}

#areaFooter a:hover, #areaFooter a.actived {
/*	color: #603; */
	color: #633;
	text-decoration: underline;
}

#areaFooter .bFloat {
	float: right; 
	text-align: right;
}

#areaHeader {
	background-image: URL("../_images/bgheader.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	height: 183px;

	padding: 0;
	margin: 0;
} 

#areaHeader .logo img{
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
}

#areaHeader .areaNav {
	width: 900px;

	background-image: URL("../_images/bgmainnav.jpg");
	background-repeat: repeat-x;
	background-position: center center;

	border-right-color: green;

	padding: 0;
	margin: 0;
	display: block;
}
#areaHeader .areaNav a.lastnav {
	background-image: URL("../_images/bgmainnav_last.jpg");
	background-repeat: no-repeat;
	background-position: center right;
	font-family: "Arial", "Verdana"; 
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px 0 14px 0;
	margin: 0;

	float: left;
	width: 225px;

	height: 15px;
	border: none;
}

#areaHeader .areaNav a.lastnav:hover, 
	#areaHeader .areaNav a.lastnav.select {
	background-image: URL("../_images/bgmainnav_last_on.jpg");
	color: #FFF;
}



#areaHeader .areaNav a.firstnav {
	background-image: URL("../_images/bgmainnav_first.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	font-family: "Arial", "Verdana"; 
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px 0 14px 0;
	margin: 0;

	float: left;
	width: 224px;

	height: 15px;
	border-right: 1px solid #ECECEC;
}


#areaHeader .areaNav a.firstnav:hover, 
	#areaHeader .areaNav a.firstnav.selected {
	background-image: URL("../_images/bgmainnav_first_on.jpg");
	color: #FFF;
}


#areaHeader .areaNav a {
	background-image: URL("../_images/bgmainnav.jpg");
	background-repeat: repeat-x;
	background-position: center center;
	font-family: "Arial", "Verdana"; 
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	padding: 13px 0 14px 0;
	margin: 0;

	float: left;
	width: 224px;

	height: 15px;
	border-right: 1px solid #ECECEC;
}

#areaHeader .areaNav a:hover,
	#areaHeader .areaNav a.actived {
	background-image: URL("../_images/bgmainnav_on.jpg");
	background-repeat: repeat-x;
	background-position: center center;

	color: #FFF;
	text-decoration: none;
}



/*
#areaHeader .areaNav a span {
	background-image: URL("../_images/bgmainnav_seperate.gif");
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 1px;
	padding: 0;
	margin: 0;
	width: 2px;

	float: left;
}
*/

.areaContent {
	clear: both;
	display: block;
	padding: 0;
	margin: 30px 50px 0 50px;
/*	background-image: URL("../_images/bgContent.jpg");*/
	background-repeat: repeat-y;
	background-position: left top;
}

#areaMainContent {
	width: 613px;
	padding: 0 33px 0 0;
	margin: 0;
	min-height: 450px;
	_height: 450px;
}

.areaKicker {
	width: 223px;
	padding: 0 0 35px 31px;
	margin: 0 0 0 646px;
	float: right;
	display: block;
	position: absolute;
/*	background-image: URL("../_images/bgkicker.jpg");
	background-repeat: repeat-y;*/
	background-position: left top;
	background-image: URL("../_images/vshadow.png");
	_background-image: URL("../_images/vshadow.jpg");
	background-repeat: no-repeat;
}

.areaKicker hr {
	border: none;
	border-top: 1px dotted #333;
	background-color: #FFF;
	color: #FFC;
	padding: 0;
	margin: 0;
}


a.btMore {
	background-image: URL("../_images/bg_button.jpg");
	width: 109px;
	background-repeat: no-repeat;
/*	background-color: #603; */
	background-color: #633;
	border: none;
	color: #FFF;
	font-size: 11px;
	padding: 0 0 1px 0;
	margin: 0;
	text-align: center;
	display: block;
	text-decoration: none;
}

a.btMore:hover {
	text-decoration: none;
}

.lrgfont {
	font-size: 15px;
	font-weight: bold;
/*	color: #603; */
	color: #633;
	text-transform: uppercase;
}

p {
	font-size: 12px;
	line-height: 18px;
	color: #333;

	padding: 4px 0;
	margin: 0;
}

h1 {
	background-image: URL("../_images/bg_h1.jpg");
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0 8px 0;
	padding: 3px 0 5px 10px;
}

h3 {
/*	color: #603; */
	color: #633;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: URL("../_images/bg_h3line.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 7px 0;
	margin: 0 0 3px 0;
}

h3 span {
	background-image: URL("../_images/bg_h3arrow.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 10px;
	margin: 0;
}


ul {
	padding: 0;
	margin: 4px 0 4px 15px;
	
    list-style: none;
	font-size: 12px;
	color: #630;


}

li {
	background-image: URL("../_images/bullet_arrow.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 15px;
	margin: 0;

	line-height: 18px;

	
}

.bTop_Beige, .bTop_Grey {
	background-image: URL("../_images/bTop_beige.jpg");
	background-repeat: no-repeat;
	height:5px; 
	font-size:1px
}

.bTop_Grey {
	background-image: URL("../_images/bTop_grey.jpg");
}

.bBottom_Beige, .bBottom_Grey {
	background-image: URL("../_images/bBottom_beige.jpg");
	background-repeat: no-repeat;
	height:5px; 
	font-size:1px
}

.bBottom_Grey {
	background-image: URL("../_images/bBottom_grey.jpg");
}

.bBeige, .bGrey {
	width: 201px;
	background-image: URL("../_images/b_beige.jpg");
	background-repeat: repeat-y;
	border: none;
	background-color: #DFD6BC;
	padding: 5px 11px;
	margin: 0;
}

.bGrey {
/*	background-image: URL("../_images/b_grey.jpg");
	background-color: #CDCDCD;*/
	background-image: URL("../_images/bg_grey.jpg");
	background-color: #CDCDCD;
}


.bBeige p, .bGrey p {
	padding: 2px 0;
	margin: 0;
	line-height: 16px;
}

.bBeige p, .bGrey p img {
	margin: 0 5px 8px 0px;
}

blockquote {
	float: left;
	padding: 5px 15px 0 0;
	margin: 0;
	display: block;
	width: 200px;

	font-weight: bold;
	font-size: 12px;
	color: #630;
	line-height: 15px;
}

.redstar {
	color: #900;
}

.md5 {
	margin-left: 13px;
	font-size: 14px;
	font-weight: bold;
/*	color: #603; */
	color: #633;
}

.button_submit {
	background-image: URL("../_images/bg_button_submit.jpg");
	background-repeat: repeat-x;
	border: 1px solid #999;
	width: 58px;
	height: 21px;
	padding: 1px 0 3px 0;
	margin: 17px 0 0 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana", "Arial";
}




