div, h1, h2, img {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
body, div, td, h1, h2, h3, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
}
body {
	background-color: #006699;
}
h1 {
	font-weight: bold;
	font-size: larger;
	text-decoration: underline;
}
h2 {
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #99CCCC;
	text-decoration: underline;
}
a:visited {
	color: #99CCCC;
	text-decoration: underline;
}
a:hover {
	color: #99CCCC;
	text-decoration: underline;
}
a:active {
	color: #99CCCC;
	text-decoration: underline;
}
.logo {
	width: 10%;
	min-width: 90px;
	float: left;
}
div.leftside {
	float: left;
	width: 10%;
	min-width: 90px;
}
a.menu:link {
	text-decoration: none;
	color: #CCCCFF;
	font-weight: bold;
}
a.menu:visited {
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;
}
a.menu:active {
	font-weight: bold;
	color: #CCCCFF;
	text-decoration: none;
}
img.leftside {
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: none;
}
.content {
	min-height: 250px;
	width: 90%;
	float: right;
}
.copyright {
	clear: both;
	font-size: smaller;
	border-top: thin solid silver;
	margin-top: 20px;
	padding: 5px;
	text-align: center;
}
form {
	display: block;
	padding: 10px;
}
fieldset {
	border: thin solid lightblue;
}
label {
	width: 200px;
	text-align: right;
	clear: left;
	float: left;
	margin-top: 5px;
}
label:after {
	content: ": ";
}
input, textarea {
	float: left;
	clear: right;
	margin: 3px;
	margin-left: 10px;
}
input.submit {
	clear: both;
	margin-left: 210px;
	margin-top: 10px;
}
legend {
	padding: 5px;
	border: thin solid lightblue;
	font-weight: bold;
}
div.portfolio-left, div.portfolio-right {
	clear: both;
	vertical-align: top;
	padding: 10px;
	margin: 0px;
}
.ssportfolio-left * {
	border: thin dashed red;
}
.portfolio-left h2 {
	float: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.portfolio-left a {
	padding: 0px;
	margin: 0px;
}
.portfolio-left img {
	border: none;
	margin-right: 5px;
	float: left;
	clear: none;
}
.portfolio-left p {
	padding-top: 5px;
	margin-left: 205px;
}
.portfolio-right img {
	border: none;
	margin-right: 5px;
	float: right;
}
.portfolio-right h2 {
	float: left;
	clear: none;
}
.portfolio-right p {
	padding-top: 5px;
}
.spacer {
	clear: both;
	padding: 5px;
}
