@CHARSET "ISO-8859-1";

html, body {
	margin: 0 0;
	padding: 0;
}

body, input, textarea, th, td, select {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 0.96em;
	letter-spacing: 0.02em;
	color: #333333;
}

body {
	background: #e6e6e6 url(images/page-background.gif) repeat-y scroll center center;
	margin: 20px 0;
}

img {
	border: 0 none;
}

a {
	text-decoration: underline;
	color: #781945;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #9c9a9b;
}

.ribbon {
	height: 50px;
	overflow: hidden;
	text-align: center;
}

.ribbon span {
	color: #FFFFFF;
	font-size: 70%;
	top: 12px;
	position: relative;
}

.ribbon a, .ribbon a:hover, .ribbon a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.ribbon a:active {
	color: #9c9a9b;
}

.ribbon-front {
	background-color: #781945;
	height: 40px;
	width: 781px;
	left: 50%;
	margin-left: -391px;
	position: relative;
}

#ribbon-top .ribbon-front {
	top: -40px;
}

#ribbon-bottom .ribbon-front {
	top: -30px;
}

.ribbon-back {
	background: #781945 url(images/ribbon-background.gif) repeat-y scroll center center;
	height: 40px;
	width: 100%;
	text-align: right;
	position: relative;
}

#ribbon-top .ribbon-back {
	top: 10px;
}

#page {
	width: 740px;
	left: 50%;
	margin: 20px 20px 60px -370px;
	position: relative;
	overflow: hidden;
}

#header {
	background: #FFFFFF url(images/avp-logo.gif) no-repeat scroll 55px top;
	height: 160px;
}

#header h1 {
	display: none;
}

#menu {
	background: #FFFFFF url(images/falling-leaves.gif) repeat-y scroll center top;
	float: left;
	margin: 0 0;
	padding: 0 0;
}

#menu * {
	width: 130px;
}

#menu li {
	list-style: none;
	font-size: 125%;
}

#menu a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	text-decoration: none;
	color: #781945;
}

#menu a:active {
	text-decoration: none;
	color: #9c9a9b;
}

#content {
	margin: 0 20px 0 160px;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	color: #781945;
	font-weight: normal;
}

td {
	padding: 3px 7px;
}

.contactForm { width:308px; } .contactForm p { padding:10px; } .contactForm input { width:240px; } .contactForm textarea { width:281px; height:120px; } .contactForm .submit { width:45px!important; }