
a {
	color: #8A1244;
	text-decoration: none;
	font-weight: bold;
}

a:hover {text-decoration: underline;}
 
.fakelink {
	color: #8A1244;
	text-decoration: underline;
	cursor: pointer;
}

body {
	background-color: #E6E6C2;
	background-image: url('images/background.gif');
}

.title {
	display: block;
	background-color: #87133C;
	width: 800px;
	height: 100px;
	vertical-align: top;
	border: 2px solid #580824;
}
	
.header {
	font-weight: bold;
	color: #8A1244;
	font-family: Verdana;
	size: 12px;
}

.input, .textarea {
	background-color: #D7D0C8;
	border: 1px solid #580824;
}

.submit {
	background-color: #87133C;
	border: 1px solid #580824;
	color: #FFFFFF;
}

.main, .text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.testimonial_text {
	text-align: center;
	color: #8A1244;
	font-style: italic;
	font-family: Verdana;
	font-size: 12px;
}

.checkmark_desc {
	display: block; 
	position: relative; 
	left: 22; 
	top: -16; 
	padding-right: 32px;
}

.process {
	display: block; 
	position: relative; 
	left: 20px;
	float: right;
}

#portrait{
	display: block;
	position: relative;
	float: right;
	width: 218px;
	height: 309px;
}

#testimonial {
	background-image: url('images/testimonial_pane.gif');
	background-repeat: no-repeat;
	width: 285px;
	height: 400px;
}

#menu {
	display: block;
	width: 800px;
}

#menu a {
	display: block;
	background-color: #FFFFFF;
	width:  100%;
	border: 2px solid #87133C;
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
}

#menu a:hover {
	background-color: #87133C;
	border: 2px solid #2D0316;
	color: #FFFFFF;
}

#menu a:active {
	background-color: #87133C;
	border: 2px solid #2D0316;
}

.txtTitle {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #8A1244;
}

.txtSubTitle {
	font-family: Verdana;
	font-size: 12px;
	color: #8A1244;
}

div#window {
	font-family: Verdana;
	width: 100%;
	margin: 5px;
	font-size: 12px;
	color: #000;
	background: #93415A;
	border-bottom: #E6A2A7 solid 2px;
	border-right: #E6A2A7 solid 2px;
}

div#window .title {
	position: relative;
	top:-2px;
	left: -2px;
	padding: 5px;
	border: #58081F solid 2px;
	border-bottom: 0px;
	background: #8BCAFF;
	height: 10px;
}
	
div#window .content {
	position: relative;
	top: -2px;
	left: -2px;
	font-family: Verdana;
	border: #58081F solid 2px;
	background: #FFF;
	padding: 12px;
}	
