body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	z-index: 1;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #DCBD00;
	scrollbar-3dlight-color: #DCBD00;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DCBD00;
	scrollbar-track-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(/images/page_bck.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: top;
}

#header {
	margin: 0 auto;
	width: 902px;
	height: 120px;
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
}

#menu_top{
	width: 902px;
	height:50px;
	background-image: url(/images/menu_bck.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main{
	margin: 0 auto;
	width: 902px;
	bottom:40px;
	min-height: 450px;
	height:auto;
	padding:0;
	background-color: #FFF;
}



#maincontents{
	float: right;
	height: 100%;
	width: 840px;
	padding: 20px;
}
#menu_bottom{
	margin: 0 auto;
	width: 902px;
	height:50px;
	line-height: 50px;
	background-image: url(/images/footer_bck.jpg);
	background-repeat: no-repeat;
}

#footer {
	margin: 0 auto;
	width: 902px;
	height:40px;
	color: #FFFFFF;
	background-image: url(/images/footer_bck.jpg);
	background-repeat: repeat-x;
}
#site_map {
	margin: 0 auto;
	width: 902px;
	height:auto;
	color: #333;
	background-color: f3f3f3;
}
#outside_links{
	margin: 0 auto;
	width: 902px;
	height:auto;
	background-color: f3f3f3;
}
#credits{
	margin: 0 auto;
	width: 902px;
	height:40px;
	line-height:40px;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#credits a:link, #credits a:active, #credits a:visited {
	color: #333;
	text-decoration:none;
}#credits  a:hover{
	color: #666;
	text-decoration:none;
}
.logotextBig{
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	margin:0;
	padding-left:20px;
	text-align: left;
	font-family: Arial, Helvetica-Normal, serif;
}
.logotextSml{
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	padding-left:20px;
	padding-right:20px;
	text-align: left;
	font-family: Arial, Helvetica-Normal, serif;
	line-height: 16px;
}

#textContent{
	margin: 20px;
}
#footertext{
	padding: 5px 20px 5px 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica-Normal, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.break{
	height: 2px;
	width: auto;
}

.mapbrd{
	background-color: #f3f3f3;
	border: 2px solid #FF0000;
	background-position: center;
	text-align: center;
}

.list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}
.listBig{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
	line-height: 18px;
}
.class1 a:link, .class1 a:active, .class1 a:visited {
	font-size: 12px;
	font-style: normal;
	color: #006600;
	text-decoration: none;
}

.class1 a:hover {
	color: #000;
	text-decoration: none;
}
/* clears  */
.clear {clear:both; }
.clear03 {clear:both; height:3px; }
.clear10{clear:both; height:10px; }
.clear-line {clear:both; height:5px; border-bottom:1px solid #CCC; margin-bottom:5px; }
.clear20{clear:both; height:20px; }
.clear30 {clear:both; height:30px; }


#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}

#alertBox {
	position:relative;
	width:300px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#fff;
	background-image:url(alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#90012F;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:12px verdana,arial;
	height:50px;
	padding-left:5px;
        padding-right:4px;
	margin-left:55px;
}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:1px solid #000;
	width:70px;
	font:12px verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#90012F;
	text-decoration:none;
}

