body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;
	color:#810118;
        background: transparent;
	background-image: url("/images/RoseC4.gif");
	background-repeat:repeat;
}

a {
	color: #810118;
/*	text-decoration: underline; */
}

a:hover {
	color: #0000FF;
	text-decoration: none;
}

img {
	border:0;
}

#container {
        text-align:center;
	margin-bottom:50px;
	width:100%;
}

#holder {
	width:825px;
	margin:0px auto 0px auto;
	text-align:left;
        border: solid rgb(165,42,42);
} 

#header h1 {
	display:none;
} 

#header {
background-image:url("/images/design-header-green.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	width:825px;
	height:200px;
}

#menu { 
        width:825px;
}

#menuholder {
        padding:25px;
	height:25px;
        text-align:center;
      background-image:url("/images/design-line-burgundy.jpg");
	background-position:bottom center;
	background-repeat:no-repeat;
        background-color: #ffffcc; /*lt yellow*/
	color: #fff;
}

#menuholder li {
	background-color: transparent;
        font-weight:bold;
	font-size:100%;
	color: #810118;
       }

.menulist {
	width:825px;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #fff;
	background-color: #009966;
}

.menulist a.highlighted {
	color: #fff;
	background-color: #009966;
}

.current-page { 
	font-weight:bold;
	background-color:transparent;
}

#content {
	clear:both;
	width:825px;
}

#contentholder {
	padding:20px;
	line-height:1.4em;
        background-color: #ffffcc;
	/*color: #810118;*/
}

h1 {
	margin:0;
	font-size:160%;
	color:#810118;
}

/* FAQ data from Oasis */
.faqholder {
	border-color: #810118;
}
.faqholder legend {
	color:#810118;
}
.faqholder a {
	color:#810118;
	font-weight:bold;
	font-size:.9em;
}


#footer {
	background-image:url("/images/design-line-burgundy.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	height:50px;
        background-color: #ffffcc;
	border:1px solid #fff;
}

#tmenu {
	margin:20px auto 40px auto;
	text-align:center;
	font-size:95%;
}

#tmenu a {
	color:#810118;
	text-decoration:none;
}

#tmenu a:hover {
	text-decoration:underline;
}

span.tmenu {
	padding:0px 20px 0px 20px;
}

fieldset {
	border:0;
	text-align:left;
}

legend {
	font-weight:bold;
	display:none;
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0px 2px 0px;
}

.txtbox {
	width:90%;
	padding:2px;
	background-color:#FCFFD9;
	font-size:105%;
}

.FormLt1 {
	margin-top:10px;
	font-weight:bold;
	cursor:pointer;
	font-size:105%;
}

.required {
	color:red;
}
