@charset "UTF-8";
/* CSS Document */

/* tags */
#bio {
	background-color: white;
	float: left;
	width: 90px;
	height: 31px;
	border-left: dotted 1px #8c0e0e;
	border-top: dotted 1px #8c0e0e;
	padding-right: 10px;
	background-image:url(about.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
#contact {
	background-color: white;
	float: left;
	width: 90px;
	height: 31px;
	border-left: dotted 1px #8c0e0e;
	border-right: dotted 1px #8c0e0e;
	border-top: dotted 1px #8c0e0e;
	padding-right: 10px;
	background-image:url(contact.gif);
	background-repeat:no-repeat;
}
#contactform {
	border: none;
}
#cornercontact {
	float: left;
	width: 220px;
	height: 32px;
	padding-left: 15px;
	border-bottom: dotted 1px #8c0e0e;
}
#descript {
	float: right;
	width: 200px;
	height: auto;
	border-top: dashed 1px #8c0e0e;
	padding: 0px;
	margin-top: 10px;
}
#intro {
float: left;
width: 250px;
height: auto;
border: 0;
margin-top: 10px;
padding: 20px;
}
#footer {
width: 842px;
height: 10px;
font-size: 7pt; 
text-align: right;
color: #8c0e0e;
}
#left {
	background-color: white;
	float: left;
	width: 300px;
	height: 620px;
	border-left: dotted 1px #8c0e0e;
	border-bottom: dotted 1px #8c0e0e;
	border-top: dotted 1px #8c0e0e;
}
#navwrap {
	width: 540px;
	height: 32px;
	float: left;
	position: relative;
}
#right {
	background-color: white;
	float: right;
	width: 490px;
	height: 568px;
	border-right: dotted 1px #8c0e0e;
	border-bottom: dotted 1px #8c0e0e;
	border-top: dotted 1px #8c0e0e;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: auto;
}
#righttop {
	float: right;
	width: 520px;
	height: 68px;
	border-left: dotted 1px #8c0e0e;
	padding-left: 20px;
}
#work {
	background-color: white;
	float: left;
	width: 91px;
	height: 31px;
	border-top: dotted 1px #8c0e0e;
	padding-right: 10px;
}
#worknav {
	float: right;
	width: 200px;
	height: auto;
	border-top: dashed 1px #8c0e0e;
	padding-top: 10px;
	margin-top: 240px;
	text-align: center;
}
#wrapper {
	width: 842px;
	height: 672px;
	position: relative;
	margin: auto;
	margin-top: 20px;
}

/* classes */
.alert {
color:#000000;
font-style: italic;
}
.category {
	font: georgia;
	color: #8c0e0e;
	size: 9pt;
	font-weight: bold;
}
.descriptions {
	text-align: left;
	font: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
}
.error {
color: #8c0e0e;
text-decoration: none;
}
.formtext {
	font-family: georgia;
	color:#000000;
	font-size: 10pt;
	font-style: italic;
}
.imagelink {
	border: solid 1px #333333;
	margin-right: 5px;
	margin-bottom: 5px;
}
.intro {
font-family: georgia;
font-size: 12pt;
line-height: 17pt;
}
.submit {
	color: #000000;
}
.text {
	font-family: georgia;
	color: #000000;
	font-size: 9pt;
}
.title {
	font-family:Helvetica;
	font-size:9pt;
	color:#000000;
	font-weight: bold;
	text-align: left;
}
.title2 {
	font-family:Helvetica;
	font-size:10pt;
	line-height: 13pt;
	color:#000000;
	font-weight: bold;
	text-align: left;
	}
/* scrollbar */
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.vscrollerbase {
	width: 10px;
	background-color: white;
}
.vscrollerbar {
	width: 10px;
	background-color: #8c0e0e;
}
.hscrollerbase {
	height: 10px;
	background-color: white;
}
.hscrollerbar {
	height: 10px;
	background-color: black;
}
.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}
/* styles */
h1 {
	font-family: Helvetica;
	font-size:20px;
	color:#000000;
}
h2 {
	font-family: Helvetica;
	font-size:20px;
	font-weight: 100;
	color:#000000;
}
h3 {
	font-family: Helvetica;
	font-size:10pt;
	color:#000000;
}
body {
	background-color:#CCCCCC;
	font-family: Georgia;
	text-decoration: none;
	line-height: 14pt;
	font-size: 10pt;
}
p {
	font-family:Georgia, serif;
	font-size: 10pt;
	text-decoration: none;
	padding: 0px;
}
a:link {
	color: #8c0e0e;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#8c0e0e;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#8c0e0e;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #8c0e0e;
	border: 0px;
	text-decoration: none;
	border: hidden;
	outline: none;
	font-weight: bold;
}
a:focus {
	outline: none;
	border: none;
	text-decoration: none;
	font-weight: bold;
}

