body {
	font-family: "Verdana", "Tahoma", "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: 8pt;
	background-color: rgb(169,170,171);
	background-image: url("background.gif");
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 20px;
}
.content {
	width: 70%;
}
.content a {
	text-decoration: underline;
	color: rgb(0,0,0);
}
.content a:hover {
	text-decoration: underline;
	color: rgb(255,255,255);
}
.title {
	background-color: rgb(255,159,0);
	font-family: "Arial Black", "Tahoma", "Arial", "Verdana", "Trebuchet", "Trebuchet MS", sans-serif;
	font-style: italic, oblique;
	font-size: 18pt;
	line-height: 18pt;
	color: rgb(255,255,255);
	background-image: url("title.gif");
	background-repeat: no-repeat;
	background-position: left;
	height: 57px;
	border-width: 2px 2px 0px;
	border-color: rgb(100,102,102);
	border-style: solid;
	padding-left: 10px;
}
.navigation {
	font-family: "Trebuchet", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	line-height: 10pt;
	position: relative;
	float: right;
	clear: both;
}
.rightside {
	width: 70%;
	text-align: left;
}
.leftside {
	padding-left: 60px;
	padding-bottom: 30px;
	background-color: rgb(181,183,180);
	background-image: url("large-tetride.gif");
	background-repeat: repeat-y;
	background-position: right;
	border-width: 2px;
	border-color: rgb(100,102,102);
	border-style: solid;
	padding-left: 10px;

}
a {
	text-decoration: none;
	color: rgb(0,0,0);
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: rgb(0,32,159);
}
h1 {
	font-family: "Trebuchet", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20pt;
	color: rgb(100,102,102);
}
h2 {
	font-family: "Trebuchet", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18pt;
	color: rgb(100,102,102);
}
h3 {
	font-family: "Trebuchet", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16pt;
	color: rgb(100,102,102);
}
h4 {
	font-family: "Trebuchet", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: rgb(100,102,102);
}
h5 {
	font-family: "Trebuchet", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: rgb(100,102,102);
}
h6 {
	font-family: "Trebuchet", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: rgb(100,102,102);
}
p {
	text-align: justify;
}
.portfolio img {
	float: right;
	vertical-align: top;
	padding-left: 20px;
	padding-bottom: 10px;
}
.portfolio {
	padding-top: 20px;
}
.display {
	padding: 10px;
	background-image: url("background.gif");
	background-repeat: repeat-y;
	margin-left: 20px;
}
input, textarea, select {
	background-color: white;
	font-family: "Trebuchet", "Trebuchet MS", "Verdana", "Tahoma", "Arial", sans-serif;
	color: black;
	font-size: 8pt;
	line-height: 8pt;
}
option.subselect {
	background-color: rgb(255,159,0)
}
.subtext {
	font-size: 8pt;
}
.copyline {
	padding-top: 30px;
	background-color: rgb(255,159,0);
	border-width: 0px 2px 2px 2px;
	border-color: rgb(100,102,102);
	border-style: solid;
	padding-left: 10px;
}
.error {
	background-color: rgb(255,255,255);
	color: rgb(255,0,0);
}
.valid {
	padding-top: 10px;
	position: relative;
	float: right;
}