/* Basics */
body {
	margin: auto;
	background-color:#CCCCCC;
	width:987px;
	margin-top:20px;
}
body, td, p {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}
.headerLeft {
	padding-right: 20px;
}
.headerRight {
	width: 100%;
	padding-top: 15px;
}
.headerTitle {
	font-size: 24px;
	font-weight: normal;
	margin-top: 12px;
}

.submenuTable {
	margin-left: 35px;
	margin-top: 6px;
}
#nav-menu td {
	text-align: left;
	padding-right: 16px;
}
#nav-menu td a {
	display: block;
	color: #666666;
	text-decoration: none;
}
#nav-menu td a.highlight {
	display: block;
	color: #660000;
	text-decoration: underline;
}
#nav-menu td a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#content {
	margin: 0px;
}
#content a {
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#content img {
	border-right: #666666 solid 2px;
	border-bottom: #666666 solid 2px;
}
#content img:hover {
	border-right: #333333 solid 2px;
	border-bottom: #333333 solid 2px;
}
#content td {
	background: none;
	border: 0px;
}


.topPadding {
	padding-top: 80px;
}
.splitTable3 {
	width: 33%;
	text-align: center;
	padding-bottom: 80px;
}
.splitTable3Link {
	padding-bottom: 30px;
	text-align: center;
}
.splitTable6 {
	width: 16%;
	text-align: center;
}

#pictureButtons table {
	margin-top: 60px;
	margin-left: 172px;
	width: 815px
}
#pictureButtons .pictureButtonCol1 {
	text-align: left;
	padding-bottom: 20px;
}
#pictureButtons .pictureButtonCol2 {
	text-align: center;
	padding-bottom: 20px;
}
#pictureButtons .pictureButtonCol3 {
	text-align: right;
	padding-bottom: 20px;
}

.pictureTable {
	padding-top: 40px;
}
.pictureTableLeftCell {
	width: 186px;
	padding-right: 20px;
}
.pictureTableRightCell {
	text-align: left;
	padding-bottom: 50px;
}
#content .pictureTable img {
	border-right: none;
	border-bottom: none;
}
.cvTableLeftCell {
	width: 160px;
	padding-right: 20px;
}

