﻿body
{
	background-color: #887878;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
}

img 
{
	border: 0px;
}

p 
{
	margin: 0px 0px 10px 0px;
	line-height: 1.45em;
}

h1 {  
	color: #000000;
	font-family: Georgia;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	top: -5px;
	line-height: 1.3em;
}

h2 {
	color: #114477;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 30px;
	padding-bottom: 5px;
}

h3 {
	color: #114477;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}
a 
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
    color: #ff0000;
}
a:focus {
    color: #ff0000;
}

input {
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px;
}

table {
	margin: 0px;
	border: 0px;
	height: 100%;
	border-collapse: collapse;
}

#logo 
{
	background-color: #f0bbbb;
	width: 90px;
	height: 447px;
	position: absolute;
	top: 82px;
	left: 82px;
	text-align: center;
}

#menu 
{
	background-color: #ffffff;
	width: 49px;
	height: 447px;
	position: absolute;
	top: 82px;
	left: 185px;
	text-align: center;
}

#menu img 
{
	margin-top: 23px;
}

#content 
{
	background-color: #ffffff;
	width: 860px;
	min-height: 600px;
	position: relative;
	top: 82px;
	left: 247px;
	margin-bottom: 150px;
}

#contentPad 
{
	padding: 35px 0 35px 35px;
}

#col1 
{
	width: 275px;
	float: left;
}

#col2 
{
	width: 275px;
	float: left;
}

#col3 
{
	width: 275px;
	float: left;
}

object {
    display:block;
    padding: 0px;
}

.colPad
{
	padding: 0 35px 0 0;
}

.cite 
{
	font-family: Georgia;
	font-size: 19px;
	margin-bottom: 13px;
	width: 350px; 
	margin-top: 0px;
	position: relative;
	top: -5px;
	line-height: 1.3em;
}

.portfolioPreview 
{
	float: left;
	margin: 0px 35px 30px 0px;
}

.smallHeadline 
{
	font-weight:bold;
	margin-bottom: 17px;
	position: relative;
	top: -3px;
}

.sepLine 
{
	margin: 20px 35px 30px 0px;
	border-bottom: solid 1px #000000;
}
sup 
{
	font-size: 0.6em;
}
.bottom 
{
	height: 50px;
width: 100%;
position: fixed;
bottom: 0;
}
