body{
	background-color : #ffffff;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.9em;
	font-weight : normal;
	text-align: center;
	color:#404040;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size : 1.6em;
	color: #a0376e;
}

h2{
	font-size : 1.2em;
	font-style: italic;
	color: #101010;
	margin-bottom: 10px;
}

p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

a {
	color: #a0376e;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

a:hover {
	text-decoration: underline;
}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

acronym {
	cursor:pointer;
}

hr {
	padding: 0px;
	margin: 0px;
	clear: both;
	color: #036cae;
	background-color: #036cae;
}

.contactform {
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.contactinput, textarea, select {
	border: 1px solid #c2c2c2;
	font-family : Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 1em;
	padding: 2px;
}

.contactinput {
	width: 290px;
}

textarea {
	width: 290px;
	height: 75px;
}

.button {
	width: auto;
	cursor: pointer;
	background-color: #a0376e;
	color: #ffffff;
}

.container {
	width: 770px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

.styleswitch {
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

.styleswitch img {
	position: relative;
	top: 3px;
}

.leftcolumn {
	clear: both;
	float: left;
	width: 253px;
	text-align: left;
	font-size: 11px;
}

.leftcolumn img {
	margin-bottom: 5px;
}

.rightcolumn {
	float: right;
	width: 480px;
	text-align: left;
	padding-bottom: 10px;
}

.rightcolumn ul {
	list-style-image: url(../images/list.gif);
	margin: 5px 0px 5px 22px;
	padding: 0px;
}

.rightcolumn li {
	padding-bottom: 5px;
}

.content {
	float: left;
	width: 290px;
	position: relative;
	top: -20px;
}

.nav {
	margin-top: 20px;
	float: right;
	width: 158px;
}

.nav a {
	display: block;
	text-indent: 15px;
	color: #404040;
	font-weight: bold;
	width: 158px;
	height: 2em;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding-top: 2px;
}

.nav a:hover, #on {
	text-decoration: none;
	color: #a0376e;
}

.subnav {
	position: relative;
	top: -3px;
}

.subnav a {
	display: block;
	width: 156px;
	border: 1px solid #a0376e;
	background-color: #ffffff;
	color: #a0376e;
	background-image: none;
	padding: 0px;
	margin-top: 3px;
	overflow: auto;
	height: auto;
	text-indent: 5px;
}

.subnav a:hover, #subnavon {
	display: block;
	width: 156px;
	border: 1px solid #a0376e;
	background-color: #a0376e;
	color: #ffffff;
}

.address {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}
	
.footer {
	clear: both;
	width: 100%;
	font-size: 0.75em;
}

.logo {
	margin-bottom: 20px;
}

.error {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}.searchinput {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
}
