@charset "UTF-8";
/* CSS Document */

#container {
	position: absolute;
	left: 480px;
	top: 0px;
	height: 704px;
	width: 493px;
	z-index: 1;
}

.leftbg {
background-image:url(images/backgrounbuilding.jpg);
background-repeat:repeat-y;
width:100%;
}

div#tophead {
	background-image: url(images/toptexture.png);
	background-repeat:repeat-y;
}

#background {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 751px;
	width: 504px;
	z-index: 1;
}

#content {
	background-image: url(images/pattern_oldpaper.png);
	background-repeat: repeat-y;
}

.mainbody {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #4D361B;
}

.mainbodyred {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #990000;
}

.menubody {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #4D361B;
}


.menubodyitalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #B96253;
	font-style: italic;
}

.mainbodyevents {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #4D361B;
}

input {
	background-color:#FCF5EB;
	border:2px solid #FCF5EB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B96253;
	}
	
.input {
	background-color:#FCF5EB;
	border:2px solid #FCF5EB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#B96253;
	}
	
a:link {
	color: #4D361B;
	text-decoration: none;
}

a:visited {
	color: #4D361B;
	text-decoration: none;
}
a:hover {
	color: #7D8A66;
	text-decoration: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	color: #7D8A66;
	font-weight: normal;
}

a.green:link {
	color: #7D8A66;
	text-decoration: none;
	line-height: 20px;
}
a.green:visited {
	color: #7D8A66;
	text-decoration: none;
	line-height: 20px;
}
a.green:hover {
	color: #4D361B;
	text-decoration: none;
	line-height: 20px;
}
a.green:active {
	color: #7D8A66;
	line-height: 20px;
}

ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	margin-left: 5px;
	padding-left: 5px;
	}
	
#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(/images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#msgcontent {
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px;
	}
