body, td, div {
	font-size: 93%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4B4C4D;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/background.gif);
	background-color: #8E8D8C;
}

h2 {
	font-size: 1.1em;
	color: #606162;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;

}

h2.short {
	background-image: url(../images/rule_horiz_short.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

h2.long {
	background-image: url(../images/rule_horiz_long.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

}

h3 {
	font-size: 1.0em;
	padding: 0;
	margin: 10px 0 0 0;
	/*text-decoration: underline;*/
}

code {	
	display: block;
	white-space: pre;
	font-size: 12px;
	font-family: Courier, monospace;
	border: 1px dashed grey;
	padding: 3px;
	margin: 3px 3px 15px 3px;
	overflow: auto;
}

#leftcontent h3 {
	display: inline;
	font-size: 1.0em;
	font-weight: bold;
}

#leftcontent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#leftcontent ul li {
	padding-left: 10px;
}

/* START Main CSS */
div#primarycontainer {
	width: 794px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

}

div#headercontainer {
	background-image: url(../images/main_background_top.png);
	background-repeat: no-repeat;
	height: 105px;
	width: 794px;
	padding-top: 1px;
}

div#headertop {
	background-image: url(../images/header_background.png);
	background-repeat: no-repeat;
	background-color: #9A9B9E;
	width: 752px;
	height: 62px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: 25px;
}

div#headertop_inside {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 7px;

}

div#headertop_inside a {
	color: #FFFFFF;
	text-decoration: none;
}

div#headertop_inside a h1 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	display: inline;
}

div#navbarcontainer {
	position: relative;
	width: 751px;
	height: 24px;
	margin-left: auto;
	margin-right: 25px;
	background-image: url(../images/navbar_background.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #C9C8C4;
	border-right: 1px solid #C9C8C4;
}

div#navbar {
	padding-top: 2px;

}

div#navbar dl {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

div#navbar dt {
	display: block;
	height: 22px;
	float: left;
	margin: 0px;
	border-left: 1px solid #CBCBC1;
	border-right: 1px solid #F4F3ED;
}

div#navbar dt a:link, div#navbar dt a:visited {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #626258;
	vertical-align: middle;
	padding: 3px 10px 3px 10px;
}

div#navbar dt a:hover, .mainhover {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #626258;
	vertical-align: middle;
	padding: 3px 10px 5px 10px;
	background-image: url(../images/navbar_button_hover.png);
	background-repeat: repeat-x;

}

a img {
	border: 0px;
}

div#bodycontainer {
	background-image: url(../images/main_background_repeater.png);
	background-repeat: repeat-y;
	padding: 1px;
	border: 0px solid black;
	width: 792px; /*causes png background to work in IE */
}

div#contentcontainer {
	width: 751px;
	margin-left: 17px;
	padding-left: 2px;
	padding-bottom: 15px;
	background-image: url(../images/content_container_background.gif);
	background-repeat: repeat-y;
}

div#leftcontent {
	width: 155px;
	vertical-align: top;
	float: left;
	padding: 3px 0px 3px 0px;
	line-height: 1.4em;
}

div#maincontent {
	margin-left: 178px;
	width: 566px;
	vertical-align: top;
	padding: 3px 0px 3px 0px;
	min-height: 75px;
}

td.resumelabel {
	vertical-align: top;
	font-weight: bold;
	width: 22%;
}

td.resumebody {
	line-height: 1.2em;
	padding-bottom: 15px;
	width: 78%;
}

td.resumebody ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div#footercontainer {
	background-image: url(../images/main_background_bottom.png);
	background-repeat: no-repeat;
	height: 31px;
	padding: 0px;
}

div#leftcontent a, div#maincontent a {
	color: #626258;
}

div#leftcontent a:link, div#leftcontent a:visited, div#maincontent a:link, div#maincontent a:visited {
	color: #626258;
	text-decoration: underline;
}

div#leftcontent a:hover, div#maincontent a:hover {
	color: #1D1D1D;
	text-decoration: none;
}

.label {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.answer {
	padding-left: 5px;
	padding-bottom: 7px;
	vertical-align: top;
}
/* END Main CSS */

/* START Portfolio CSS */
.portfoliocontainer {
	margin-top: 15px;
	width: 100%;
}

.portfoliotab a:link, .portfoliotab a:visited {
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}

.portfolioimage {
	border-top: 1px solid #C8C9CA;
	border-left: 1px solid #C8C9CA;
	border-bottom: 1px solid #C8C9CA;
	padding: 3px 0px 3px 3px;
	vertical-align: top;
	width: 160px;
}

.portfolioimage img {
	border: 1px solid #8E8D8C;
}

.portfoliotext {
	border-top: 1px solid #C8C9CA;
	border-right: 1px solid #C8C9CA;
	border-bottom: 1px solid #C8C9CA;
	padding: 3px 3px 3px 0px;
}

