@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color:#b0b0b0;

	}

p{
margin-top:0;
}

.main{
width:100%;
background-image:url(images/mainBG.png);
background-repeat:repeat-y;
background-position:center;
}

.mainbanner {
width:100%;
background-image:url(images/bannerBG.png);
background-repeat:repeat-x;
background-position:top;
}


.header {
width:965px;
height:172px;
margin:0 auto;
}

.content {
width:965px;
margin:0 auto;
}

.banner2 {
width:965px;
height:22px;
margin:0px;
padding:0px;
}

.flashcontainer {
width:612px;
height:338px;
margin: 0px 0 0 10px;
}


.bodytext {
width:603px;
padding-left:20px;
padding-top:15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:18px;
color:#424242;
}

.guest {
margin: 0px 0px 10px 8px;
padding-top: 53px;
width:274px;
background-image:url(images/guest.png);
background-repeat:no-repeat;
background-position:top;
}

.navigation {
}

.homelink{
	width:138px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-left:30px;
	padding:18px 30px 8px;
	color:#4e6a4a;
	text-decoration:none;
	cursor:pointer;
}

.homelink:hover{
	color:#779773;
}

.toplink{
	width:138px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin-left:30px;
	padding:8px 30px;
	color:#4e6a4a;
	cursor:pointer;
	text-decoration:none;
}

.toplink:hover{
	color:#779773;
}

.login{
margin: 22px 0px 20px 8px;
padding-top: 63px;
width:274px;
background-image:url(images/login.png);
background-repeat:no-repeat;
background-position:top;
}
	
.userpword {
margin-left:27px;
padding-bottom:5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#4e6a4a;
}

.fieldbox {
width:95px;
padding-bottom:1px;
}

.textfieldbox {
width:95px;
font-size:14px;
}

.submitarea{
	margin-top:3px;
	padding-left:112px;
}

.submit {
background-image:url(images/LOGIN1.png);
background-repeat:no-repeat;
width:97px;
height:32px;
cursor:pointer;
}

.submit:hover {
background-image:url(images/LOGIN2.png);
cursor:pointer;
width:97px;
height:32px;
}

.submitbutton {
width:97px;
height:32px;
}

.registration {
	width:210px;
	margin-top:3px;
	margin-right:6px;
	color: #4e6a4a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	text-align:right;
}

.style1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
color:#4e6a4a;
margin: 5px auto;
}

.footer {
background-image:url(images/footer.jpg);
background-position:center;
background-repeat:no-repeat;
height:75px;
}

.bottomlogo {
width:88px;
height:89px;
background-image:url(images/footerLogo.png);
}
