html {
	width:100%;
	height:100%;
	vertical-align:middle;
	overflow:hidden;
}
mainContainer {
	width:100%;
	height:100%;
	vertical-align:middle;
}


* {
	font-family: Arial;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #576168;
}

p {
	margin-bottom: 16px;
}

a {
	color: #b2c3d1;
}

a:visited {
	color: #576168;
}

ul {
	margin-bottom: 16px;
}

li {
	margin-left: 24px;
	padding-left: 4px;
	list-style-type: disc;
}

/* contact */
.contactContent form {
	margin: 24px 0 0 9px;	
}

form,
fieldset {
	border: 0;
}
				
input,
textarea {
	margin-bottom: 6px;
	width: 259px;
}
				
td > input,
td > textarea {
	margin-bottom: 10px;
	width: 259px;
}

textarea {
	height: 150px;
}

#contactSubmit {
	position: relative;
	top: -24px;
	left: 273px;
	width: 80px;
}

input.button {
	color: #b2c3d1;
	border: 0;
	background-color: #fff;
	font-weight: bold;
	width: 80px;
}

/* thumbnails */
#thumbnailsTable {
	border-collapse: collapse;
}

a.thumbnail {
	display: block;
	background-color: #758089;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	margin-bottom: 4px;
}

a.thumbnail:hover {
	display: block;
	background-color: #91a1ad;
}

a.thumbSelected {
	background-color: #b2c3d1;
}

a.thumbSelected:hover {
	background-color: #b2c3d1;
}

/* contentFrame */
.profileFrame {
	padding: 14px 36px 14px 14px;
}

.contentFrame {
	
}

.profileFrame .cvPara {
	clear: both;
}

.profileFrame .cvPara .cvYear {
	float: left;
}

.profileFrame .cvPara div {
	float: left;
	margin-left: 14px;
	margin-bottom: -7px;
}

.profileFrame .cvPara > div {
	margin-bottom: 7px;
}

.mainContent h1 {
	margin-bottom: 15px;
}

.iframe03 {
padding-top: 4px;
}
.topbar {
	height:85px;
	width:100%;
	background:#576168 url(../images/top.gif) bottom left repeat-x;}
.bottombar {
	height:85px;
	width:100%;
	background: #576168 url(../images/bottom.gif) bottom left repeat-x;}