html {
	height: 100%;
}

body {
	background-color: #c8cfb4;
	color: #5c604d;
	font-family: verdana;
	margin: 0px;
	height: 100%;
}

body.light {
	background-color: #e5e7e1;
}

a {
	border-style: none;
	text-decoration: none;
}

a:link {
	color: #5c604d;
}

a:visited {
	color: #5c604d;
}

a:hover {
	color: #f20056;
}

a.mp3_link {
	vertical-align: baseline;
}

iframe {
	border-width: 0px;
}

img {
	border-style: solid;
	border-color: #5c604d;
}

img.bullet {
	border-style: none;
}

img.invisible {
	border-style: none;
}

img.mp3_link {
	border-style: none;
	vertical-align: middle;
}

img.valid {
	height: 31px;
	width: 88px;
	border-width: 0px;
}

p.acknowledgement {
	font-size: small;
}

span.selected {
	text-decoration: underline;
}

span.subheading {
	font-weight: normal;
}

table {
	
}

table.centred {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

table.cv {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

table.cv p {
	text-align: justify;
}

table.cv td {
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

table.education {
	width: 100%;
}

table.education td {
	border-style: none;
}

table.main {
	empty-cells: show;
	border-collapse: separate;
	border-spacing: 0px 0px;
}

table.menu {
	height: auto;
	width: 100%;
	text-align: right;
	border-spacing: 0px 0px;
	padding: 0px;
}

table.menu td {
	font-weight: bold;
	font-variant: small-caps;
	padding: 0px;
}

td {
	border-color: #f20056;
}

td.body-text {
	width: 270px;
	text-align: justify;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

td.border-bottom {
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

td.border-left {
	border-left-style: solid;
	border-left-width: 9px;
}

td.border-right {
	border-right-style: solid;
	border-right-width: 9px;
}

td.border-top {
	border-top-style: solid;
	border-top-width: 5px;
}

td.content {
	height: 90%;
	padding: 10px;
	vertical-align: top;
	width: 90em;
}

td.copyright {
	
}

td.footer {
	padding: 2px;
	font-size: small;
}

td.header {
	padding: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 20pt;
	vertical-align: center;
	white-space: nowrap;
}

td.menu {
	vertical-align: top;
	padding-top: 10px;
	font-weight: bold;
	padding-right: 0px;
	width: 275px;
}

td.menu ul {
	margin-left: 10px;
	padding-left: 10px;
}

td.mp3_link_left {
	text-align: right;
	width: 50%;
}

td.mp3_link_right {
	text-align: left;
	width: 50%;
}

td.valid {
	text-align: right;
}

.full-both {
	height: 100%;
	width: 100%;
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%;
}

.no-border {
	border-style : none;
}
