* {
	margin: 0 auto;
}

body {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	background: #eee;
	min-width: 800px;
}

.textfield {
	outline-color: #A71266;	
	color: #A71266;
	height: 15px;
	overflow: auto;
}

.textarea {
	outline-color: #A71266;	
	color: #A71266;
	overflow: auto;
}


img {
	border: none;
}

hr {
	background: url(../images/hr.png) repeat-x;
	border: none;
	height: 2px;
	float:left;
}

a {
	color: #561A48;
}

a:hover {
	color: #88004D;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	width: 833px;
	background: url(../images/wrapperback.png) repeat-y;
}

#menu {	
	width: 801px;
	height: 60px;
	background: #561A48 url(../images/menuactiveback.png) repeat-x;
}

#menu li {
	list-style: none;
	display: inline;
}

#menu ul { 
	list-style-type: none; 
	list-style-image: none; 
	float: left;  
	padding: 0px 0px 0px 0px; 
}

#menu a {
	float:left;
	display: block;
	text-decoration: none;
	color: #fff;
	background: url(../images/menuactiveback.png) repeat-x;
	padding: 20px 30px 20px 30px; 
	text-shadow: 1px 1px 1px #000;
}

#menu a:hover {
	background: url(../images/menuhoverback.png) repeat-x;

}

#menu a:active {
	background: url(../images/menupressed.png) repeat-x;
	outline: none;
	padding: 21px 30px 20px 30px; 
}

#menu .active a {
	background: url(../images/menupressed.png) repeat-x;
	outline: none;
	padding: 21px 30px 20px 30px; 
}

#buttonpurple {
	background: url(../images/button_purple.png) no-repeat;
	text-align: center;
	border: none;
	width: 110px;
	height: 35px;
	color: #fff;
}

#buttonpurple:hover {
	background: url(../images/button_purple_hover.png) no-repeat;
}

#buttonpurple:active {
	background: url(../images/button_purple_active.png) no-repeat;
}


#headerfoto img {
	width: 801px;
}

#header {
	background: #fff url(../images/headertop.png) no-repeat;
	height: 205px;
	width: 801px;
	border-bottom: 1px solid #666666;
}

#content {
	background: #fff;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	width: 780px;
}

h1 {
	color: #5F0E43;
	font-weight: bold;
	font-size: 17pt;
}


#rightsidebar {
	float:right;
	-webkit-border-radius:10px;
	width: 300px;
	padding: 10px;
	background: #F2F2F2;
	border: 1px solid #D9D9D9;
}

#rightsidebar:hover {
	border: 1px solid #9F9F9F;
}

#rightsidebarwarning {
	width: 280px;
	padding: 10px;
	background: #FFF97E;
	border: 1px dotted #707070;
}

#footer {
	background: #590C3F;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #EFEFEF;
	color: #fff;
	width: 791px;
	text-align: center;
	font-size: 7pt;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footershadow {
	background: #eeeeee url(../images/footerimage.png) no-repeat;
	height: 55px;
	width: 835px;
	margin: 0 auto;
}
