body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #89A0B7;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body.popup {
	background-color: #C4D5E8;
}


img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
 	color: #3E87D0;
 }
 
ul{
	padding-left: 1.5em;
}

li {
	margin: .5em 0em .5em 1em;
}
/* create a container for the web page to float in the browser window */
#pagearea {
	border: 1px solid #000000;
	width: 740px;
	margin-top: 20px;
	margin-bottom: 4px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#masthead {
	height: 98px;
}

#date {
	font-size: 12px;
	position: absolute;
	top: -16px;
	right: 0px;
}

/* top navigation elements -------------------------------------------- */
#topnav {
	border-top: 1px solid #000000;
	border-bottom:  1px solid #000000;
	background-image: url(../Media/TemplateImages/topnav_background.gif);
	background-repeat: repeat-x;
	display: block;
	white-space: nowrap;
	height: 17px;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topnav ul li {
	height: 17px;
	width: 104px;
	float: right;
	margin: 0px;
	padding: 0px;	
	border-left: 1px solid #000000;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
}

/* apply backgrounds to the buttons */
.biography {
	background-image: url(../Media/TemplateImages/topnav_biography_off.gif);
	background-repeat: no-repeat;
}
.biography-active {
	background-image: url(../Media/TemplateImages/topnav_biography_on.gif);
	background-repeat: no-repeat;
}
.biography a:hover {
	background-image: url(../Media/TemplateImages/topnav_biography_ro.gif);
	background-repeat: no-repeat;
}
.resume {
	background-image: url(../Media/TemplateImages/topnav_resume_off.gif);
	background-repeat: no-repeat;
}
.resume-active {
	background-image: url(../Media/TemplateImages/topnav_resume_on.gif);
	background-repeat: no-repeat;
}
.resume a:hover {
	background-image: url(../Media/TemplateImages/topnav_resume_ro.gif);
	background-repeat: no-repeat;
}
.portfolio {
	background-image: url(../Media/TemplateImages/topnav_portfolio_off.gif);
	background-repeat: no-repeat;
}
.portfolio-active {
	background-image: url(../Media/TemplateImages/topnav_portfolio_on.gif);
	background-repeat: no-repeat;
}
.portfolio a:hover {
	background-image: url(../Media/TemplateImages/topnav_portfolio_ro.gif);
	background-repeat: no-repeat;
}
.contact {
	background-image: url(../Media/TemplateImages/topnav_contact_off.gif);
	background-repeat: no-repeat;
}
.contact-active {
	background-image: url(../Media/TemplateImages/topnav_contact_on.gif);
	background-repeat: no-repeat;
}
.contact a:hover {
	background-image: url(../Media/TemplateImages/topnav_contact_ro.gif);
	background-repeat: no-repeat;
}
.other {
	background-image: url(../Media/TemplateImages/topnav_other_off.gif);
	background-repeat: no-repeat;
}
.other-active {
	background-image: url(../Media/TemplateImages/topnav_other_on.gif);
	background-repeat: no-repeat;
}
.other a:hover {
	background-image: url(../Media/TemplateImages/topnav_other_ro.gif);
	background-repeat: no-repeat;
}

#home {
	position: absolute;
	z-index: 5;
	top: 12px;
	right: 9px;
}

#topnav ul li a{
	display: block;
}

/* hide the linked image to reveal the background image */
#topnav ul li a:hover img{
	visibility: hidden;
}

/* special formatting for Internet Explorer only ----------------- */
*html #topnav ul li a{
	position: relative;
}
*html #topnav ul li a:hover{
	visibility: hidden;
}
/* ---------------------------------------------------------------- */

/* end top navigation -------------------------------------------- */

#content {
	background-color: #FFFFFF;
	padding: 20px;
}

#content h3 {
	
}

#content p {
	margin: 6px 0px;
}

#leftcol {
	display: block;
	float: left;
	margin-right: 20px;
	width: 200px;
}

#left-nav {
	position: relative;
}

#left-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid #999999;
	border-top: 0px;
	
}

#left-nav ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#left-nav ul li a {
	color: #000;
	background-color: #BCD2E9;
	padding: 2px 6px;
	text-decoration: none;
	border-top: 1px solid #999999;
	display: block;
	position: relative;
	margin: 0px;
	overlow: hidden;
	height: 1%;
}

#left-nav ul li a:hover {
	background-color: #D8E6F5;
}

#left-nav ul li a.active {
	background-color: #D8E6F5;
	color: #666666;
	background-image: url(../Media/TemplateImages/NavArrow_on.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/* subnav styles --------------------- */
#left-nav ul ul {
	border: 0px;
}

#left-nav ul ul li a {
	color: #000;
	background-color: #D8E6F5;
	padding: 2px 6px 2px 16px;
	text-decoration: none;
	border-top: 0px;
	display: block;
}

#left-nav ul ul li a:hover {
	background-color: #F1F6FC
}

#left-nav ul ul li a.active {
	background-color: #F1F6FC
}

#rightcol {	
	margin-left: 220px;
	height: 1%; /* ie6 hack */
}

#popup {
	padding: 10px;
	background-color: #fff;
	text-align: center;
}

#popup p {  
	font-family: Verdana, Ariel, sans-serif; 
    font-size: 11px;
	color:#000000;
	margin: 8px 0px; 
}

a.close-button {
	background-image: url(../Media/TemplateImages/ButtonCloseOff.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	height: 24px;
	text-decoration: none;
}


a.close-button:hover {
	background-image: url(../Media/TemplateImages/ButtonCloseOn.gif);
}

/* CONTENT STYLES */
h1 {
	font-size: 1.2em;
	color: #6699CC;
	border-bottom: 1px solid #336699;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.1em;
}

h2, h3, h4, h5 {
	margin: 4px 0px 3px 0px;
}

img {
	border: 0px;
}

.float-left {
	float: left;
	margin-right: 8px;
}

.h-rule {
	font-size: 1px;
	border-bottom: 1px solid #336699;
	padding: 8px 0px;
}

.image-display {
}

.image-display ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px 0px 14px 0px;
}

.image-display ul li {
	list-style-type: none;
	display: inline;
	margin: 0px 9px 0px 0px;
	padding: 0px;
	width: 150px;
}

.image-display ul li.right {
	margin-right: 0px;
}

.float-right {
	float: right;
}

.screenshot-display {
	font-size: 11px;
	text-align: center;
	display: block;
	padding: 12px;
}

.screenshot-display h1 {
	font-size: 13px;
	font-weight: bold;
}

.screenshot-display img.screenshot {
	margin-top: 10px;
}



.screenshot-display a.number-button {
	text-decoration: none;
	border: 1px solid #3E87D0;
	padding: 0px 2px;
	margin-left: 2px;
	font-size: 10px;
	position: relative;
	bottom: 3px;
}

.screenshot-display a.number-button:hover {
	background-color: #fff;
}

.screenshot-display .close-button {
	margin: 30px 0px 10px 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
}

.screenshot-display .close-button a {
	background-image: url(../Media/TemplateImages/ButtonCloseOff.gif);
	background-repeat: no-repeat;
}

.screenshot-display .close-button a:hover {
	background-image: url(../Media/TemplateImages/ButtonCloseOn.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



.link-list {
}

.link-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.link-list ul li {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	display: block; 
}

.link-list ul li a {
	padding-left: 20px;
	background-image: url(../Media/TemplateImages/NavArrow_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-decoration: none;
	color: #86A8B4;
	display: block;
}

*html .link-list ul li a {
	display: inline;
}

.link-list ul li a:hover {
	background-image: url(../Media/TemplateImages/NavArrow_on.gif);
	background-position: 5px 4px;
	color: #3E87D0;
}

.link-list ul li a:visited {
	background-image: url(../Media/TemplateImages/NavArrow_visited.gif);
	background-position: 2px 4px;
	color: #ACADAD;
}

p.top {
	background-image: url(../Media/TemplateImages/top_background.gif);
	background-repeat: repeat-x;
	background-position:  0% 50%;
	text-align: center;
	margin: 10px 0px;
}

p.top a {
	background-color: #fff;
	background-image: url(../Media/TemplateImages/Top_NavArrow_off.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	color: #86A8B4;
	text-decoration: none;
	padding: 2px 3px 2px 10px;
	font-size: 12px;
}

p.top a:hover {
	background-image: url(../Media/TemplateImages/Top_NavArrow_on.gif);
	background-position: 2px 0px;
	color: #3E87D0;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

#footer p {
	font-size: 11px;
	text-align: center;
	padding-bottom: 40px;
}

p.note {
	background-image: url(../Media/TemplateImages/icon_note.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px; 
	border: 1px solid #666;
	color: #666;
	padding: 5px 5px 5px 27px;
}

.underline {
	border-bottom: 1px solid #999999;
}
