/*====================================================================================================*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #ececec;
}
.container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/css/containerbg.gif);
	background-repeat: repeat-y;
}
.header {
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
}
/*====================================================================================================*/
.topmenu {
	height: 25px;
	line-height: 25px;
	background-color: #999999;
	color: #ffffff;
	text-indent: 5px;
	border-bottom: 5px solid #ffffff;
}
.topmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.topmenu ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
.topmenu ul li a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
/*====================================================================================================*/
.leftmenu {
	float: left;
	width: 160px;
	margin-left: 5px;
	padding: 5px;
}
.leftmenu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.leftmenu ul li a {
	display: block;
	line-height: 25px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/css/menulinkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.leftmenu ul li a:hover {
	color: #000080;
}
/*====================================================================================================*/
.main {
	float: left;
	margin-left: 5px;
	width: 585px;
}
.main h1 {
	font-size: small;
}
/*====================================================================================================*/
.footer {
	clear: both;
	padding: 5px;
	text-align: center;
	margin-top: 4px;
	background-color: #e5e5e5;
	border: 5px solid #ffffff;
	color: #999999;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #000080;
}
/*====================================================================================================*/
.column {
	width: 290px;
	float: left;
}
.right {
	margin-left: 5px;
}
/*====================================================================================================*/
.contactform label {
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.contactform input, .contactform textarea {
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}
.contactform #xSubmit {
	display: block;
	clear: both;
}
.error {
	color: #FF0000;
}
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/
/*====================================================================================================*/




















