@charset "UTF-8";
/* CSS Document */
body{
	background-color:#f1e9d6;
	text-align:center;
}
.container{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	background-color:eadec5;
	position:relative;
	text-align:left;
}

li {
	list-style:disc;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	color:#C30;
}

.orangedisc {
	color: #D97662;
}
.error {
	font-family:"Times New Roman", Times, serif;
	color:#F00;
	font-size:1em;
}

.headerimage{
	float:left;
	width:630px;
}

.rightcol{
	float:left;
	background-color:eadec5;
	padding-top:20px;
	padding-left:15px;
	color:#26234b;
	position:relative;
	height:100%;
}

.rightheader{
	font:"Times New Roman", Times, serif;
	font-size:1em;
	
}

.logofloat{
	position:absolute;
	top:100px;
	left:-175px;
	z-index:auto;
}
	
.mainbody{
	background-color:#fdfaf1;
	float:left;
	padding-left:40px;
	padding-top:20px;
	width:590px;
	position:relative;
}
.rightcolnav{
	float:left;
	margin-top:0px;
	width:310px;
	background-color:eadec5;
	
}
.linkbox{
	float:left;
	width:200px;
	margin-left:15px;
	margin-bottom:5px;
	border-bottom:#dcbd97;
	border-bottom-style:solid;
	border-bottom-width:2px;
	height:20px;
}

h1 {
	font-size:2.65em;
	font-family:"Times New Roman", Times, serif;
	color:#d97662;
	font-weight:lighter;
}

.subtitle{
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
	color:#d97662;
	font-weight:lighter;
}
.subtitlehel{
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	color:#d97662;
}

.ptim{
	font-family:"Times New Roman", Times, serif;
	color:#000;
	line-height:1.3em;
	font-size:0.9em;
}
.phel{
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	line-height:1.3em;
	font-size:0.9em;
}


.contact{
	width:290px;
	height:50px;
	diplay:block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

.anavorange:link, .anavorange:visited, .anavorange:hover {
	font-family:Helvetica, Arial, sans-serif;
	color:#d97662;
	font-size:.85em;
	text-decoration:none;
}

.anav:link {
	font-family:Helvetica, Arial, sans-serif;
	color:#26234b;
	font-size:.75em;
	text-decoration:none;
}
.anav:visited {
	font-family:Helvetica, Arial, sans-serif;
	color:#d8745d;
	font-size:.75em;
	text-decoration:none;
}
.anav:hover, .anav:active {
	font-family:Helvetica, Arial, sans-serif;
	color:#26234b;
	font-size:.75em;
	text-decoration:none;
}
.aptim:link, .aptim:visited, .aptim:hover, .aptim:active {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}
.aphel:link, .apthel:visited, .aphel:hover, .aphel:active {
	font-family:Helvetica, Arial, sans-serif;
	color:#000;
	text-decoration:none;
}

input, select {
	font-family:Helvetica, Arial, sans-serif;
	margin:3px;
	border:#000;
	border-style:solid;
	border-width:1px;
}
.buttons {
	font-family:Helvetica, Arial, sans-serif;
	margin:10px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	border:#000;
	border-style:solid;
	border-width:1px;
	background-color:#d97662; 
 	color: #FFFFFF;
}
.buttonspale {
	font-family:Helvetica, Arial, sans-serif;
	margin:10px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	border:#000;
	border-style:solid;
	border-width:1px;
	background-color:#e7b3a6;
	color: #FFFFFF;
}