body {
	margin: 0;
	background: #fff;
	font-family: Verdana, Arial, sans serif;
	font-size: 12px;
}

td {
	vertical-align: top;
}

a img {
	border: 0;
}

a:hover {
	color: #f00;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

h2 {
	border-bottom: 1px solid #80806c;
	font-size: 14px;
	margin: 36px 0 18px 0;
}

h3 {
	font-size: 14px;
	margin: 18px 0 6px 0;
}

td h3:first-child {
	margin-top: 0;
}

.note {
	font-size: 11px;
	font-style: italic;
	color: #999;
}



/****** Main ******/

table#main {
	width: 100%;
}

#navigation,
#content,
#right {
	padding-top: 36px;
}



/****** Common ******/

#left-navigation,
#left {
	width: 145px;
	padding: 18px 18px 18px 18px;
}


/****** Left Navigation ******/

#left-navigation {
	background: #000;
	color: #fff;
	text-align: center;
	padding-top: 44px;
}

#left-navigation div {
	margin-bottom: 21px;
}



/****** Left ******/

#left {
	background: #e7ebe0;
	padding-top: 158px;
	/*
	width: 145px;
	padding: 158px 18px 18px 18px;
	*/
}

#left .heading {
	font-weight: bold;
	margin-top: 18px;
}

#left .subheading {
	font-size: 10px;
	font-style: italic;
}

#left .name {
	margin-top: 6px;
}

#left .title {
	font-size: 10px;
	font-style: italic;
	margin-top: 3px;
}


#left *:first-child {
	margin-top: 0;
}



/****** Content ******/

#content {
	background: #ffffd9;
	width: auto;
	
	padding-right: 18px;
	padding-left: 18px;
}

#content h1#heading {
	margin: 0 0 43px 0;
}

#content form table td {
	
}



/****** Portrait ******/

#portrait {
	width: 144px;
	background: #ffffd9;
}



/****** Right side ******/

#right {
	width: 144px;
	padding-left: 36px;
	padding-right: 36px;
}

#right #logo {
	margin-bottom: 18px;
}

#right .heading {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 6px;
}

#right #quicklinks {
	font-size: 13px;
	/*
	background: #d9d9d9;
	padding: 6px 6px 6px 6px;
	*/
	padding: 6px 6px 6px 0;
}

#quicklinks ul,
#quicklinks li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#quicklinks li {
	margin-bottom: 9px;
}

#quicklinks a {
	color: #ff0000;
	text-decoration: none;
}

#quicklinks a:hover {
	text-decoration: underline;
}

#quicklinks .top a {
	font-weight: bold;
}


#right #photos {
	margin-top: 18px;
}

table#photos-content {
	/*width: 100%;*/
	width: 144px;
	border-spacing: 0;
	border-collapse: collapse;
	
	font-size: 8px;
	font-style: italic;
}

table#photos-content td {
	padding-bottom: 6px;
}

table#photos-content td:first-child {
	width: 81px;
}

table#photos-content td:last-child {
	width: 63px;
}


table#navigation {
	width: 100%;
	margin-top: 36px;
}
table#navigation td:last-child {
	text-align: right;
}


#right #help {
	font-size: 11px;
	margin-top: 90px;
}

#template-home #right #help {
	margin-top: 18px;
}

#help a,
a.help {
	color: #ff0000;
	text-decoration: none;
}

#help a:hover,
a.help:hover {
	text-decoration: underline;
}


#right #credits {
	color: #5e784d;
	font-size: 8px;
	font-style: italic;
	margin-top: 300px;
}


#template-home #right #credits {
	margin-top: 220px;
}


/****** Footer ******/

#footer {
	color: #ccc;
	font-size: 11px;
	margin: 18px 0 18px 199px;
}



/****** Forms ******/

table.formtable {
	margin-bottom: 24px;
}


table.formtable td {
	padding: 6px;
}

table.formtable p.note {
	margin-top: 6px;
}

table.formtable td img {
	vertical-align: middle;
	margin-left: 12px;
}

table.formtable .other {
	margin-left: 4px;
}

