/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #21140b;
	font-size: 12px;
	background-color: #21140b;
}


/* bio page styles*/
	
#bioContent {
	position:absolute;
	left:7px;
	top:7px;
	width:380px;
	height:476px;
	z-index:2;
	overflow: auto;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
}
.rightAlign_title {
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.rightAlign_general {
	text-align: right;
}
/*Contact page styles*/
#formBox {
	position:absolute;
	left:35px;
	top:31px;
	width:330px;
	height:430px;
	z-index:3;
}

input {
	background-color: #dbcb9f;
	border: 1px solid #663300;
}textarea {
	border: 1px solid #663300;
	background-color: #dbcb9f;
}
.borderbox {
	background-color: #dbcb9f;
	border: 1px solid #663300;
}
.orangebox {
	background-color: #bb6b1b;
	border: 1px solid #663300;
	margin-right: 8px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


/*LINK STYLES*/


a:link, a:active, a:visited {
	color: #993300;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {
	color: #F5E9C6;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}


td {
	font-size: 12px;
	text-align: justify;
	font-family: "Gill Sans", "Trebuchet MS", Arial;
}


.bluebox {
	background-color: #9AC1B8;
	border: 1px solid #663300;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
.subtitle {
	font-weight: bold;
	text-decoration: underline;
}
.miniText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.category {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #333300;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #993300;
}

