/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
#master {
	position: relative;
	width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #006600;
	text-align: left;
}
#header {
	position: absolute;
	height:100px;
	width: 530px;
	top: 0px;
	right: 0px;
	left: 166px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
#bodywrap {
	margin-top: 134px;
	position: absolute;
	padding: 2px;
	left: 166px;
	width: 532px;
}
/* navigation */

.menuline {
	border-top:1px #000000 solid;
	width: 532px;
	top:110px;
	left:168px;
}
.menu {
	height: 25px;
	width: 534px;
	position:absolute;
	top:111px;
	left:168px;
	z-index:50;
}
.cssnav {
	position:relative;
	float: left;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(../imgs/midbutton_down.jpg) no-repeat;
	width: 100px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	letter-spacing:1px;
	font-weight:bold;
	width: 100px;
	height: 25px;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
	color: #ffffff;
}
.cssnav img {
	width: 100px;
	height: 25px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.cssnav a:hover img {
	visibility:hidden
}
.cssnav span {
	position: absolute;
	left: 6px;
	top: 5px;
	text-align: center;
	width: 88px;
	cursor: pointer;
}
/* navigation end 1*/
.cssnavend1 {
	position:relative;
	float: left;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(../imgs/endbutton_down.jpg) no-repeat;
	width: 112px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}
.cssnavend1 a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	letter-spacing:1px;
	font-weight:bold;
	width: 112px;
	height: 25px;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnavend1 a:hover {
	color: #ffffff;
}
.cssnavend1 img {
	width: 112px;
	height: 25px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.cssnavend1 a:hover img {
	visibility:hidden
}
.cssnavend1 span {
	position: absolute;
	left: 8px;
	top: 5px;
	text-align: center;
	width: 88px;
	cursor: pointer;
}
/* navigation end 2*/
.cssnavend2 {
	position:relative;
	float: left;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(../imgs/endbutton_down.jpg) no-repeat;
	width: 112px;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.cssnavend2 a {
	display: block;
	color: #ffffff;
	letter-spacing:1px;
	font-size: 12px;
	font-weight:bold;
	width: 112px;
	height: 25px;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnavend2 a:hover {
	color: #ffffff;
}
.cssnavend2 img {
	width: 112px;
	height: 25px;
	border: 0;
}
* html a:hover {
	visibility:visible
}
.cssnavend2 a:hover img {
	visibility:hidden
}
.cssnavend2 span {
	position: absolute;
	left: 8px;
	top: 5px;
	text-align: center;
	width: 88px;
	cursor: pointer;
}
#maincol {
	padding: 0px;
	z-index:1;
	background-image: url(../imgs/bodyback.jpg);
	background-repeat: repeat-y;
	background-position: 1px 0px;
}
#maincoltext {
	margin-top:10px;
	padding-bottom:10px;
	font-size:80%;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
}

#maincol a {
	color:#AD2C2C;
	text-decoration:none;
}
#maincol a:hover {
	color:#AD2C2C;
	text-decoration:underline;
}


#footer {
	width:100%;
	height:99px;
	clear: both;
	text-align: center;
	font-size:10px;
	color: #FFFFFF;
	background-image:url(../imgs/subfooter.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
}
#footer p {
	background-image:url(../imgs/footer.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin-top:0px;
	padding-top:8px;
	padding-bottom:0px;
	margin-bottom:0px;
}
div#footer a:link {
	color:#ffffff;
	text-decoration:none;
}
div#footer a:visited {
	color:#ffffff;
}
div#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.copyright {
	font-weight:bold;
	color:#AD2C2C;
}
