body{
	padding:0px;
	margin:0px;
	background:white;
}

.mainContainer{
	width:99%;
	/*height:100%;
	margin-top:5px;
	padding-top:0px;*/
	background-color:white;
}

.logoContainer{
	display:none;
	float:left;
	margin:10px;
	width:178px;
}

.tabContainer{
	display:none;
	position: relative;
	width:400px;
	height:28px;
	margin-top:16px;
	padding:0px;
	margin-bottom:0px;
	background-color:#999999;
	z-index:30;
}

.mainContentBackground{
	display:none;
	position: relative;
	width:935px;
	height:550px;
	margin-top:-1px;
	padding-top:0px;
	margin-bottom:10px;
	background-color:#aaaaaa;
	z-index:10;
}

.regularText{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
}

.headerText{
	display:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	color:White;
	margin:2px;
	margin-top:25px;
}

.subHeaderText{
	display:none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	color:White;
	margin:2px;
}

#contactBox{
	float:right;
	/*margin:10px;*/
	background-color:white;
	width:220px;
	text-align:right;
	padding:0px;
	color:black;
}

.navUL{
	padding:0px;
	margin:0px;
}

.tabSpan{
	display:none;
	padding-top:6px;
	display:block;
	width:100%;
	height:23px;
	cursor:pointer;
}

.tabActive{
	background: url(images/active_tab.jpg);
	height:28px;
	color:Black;
	font-weight:bold;
	float:left;
	width:100px;
	list-style-type:none;
	background-color:#666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.tabInactive{
	background: url(images/inactive_tab.jpg);
	float:left;
	width:100px;
	list-style-type:none;
	background-color:#666666;
	height:27px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:White;
}

#container0 {
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:20;
}

.aboutDiv {
	display:none;
	width: 917px;
	height: 530px;
	padding: 6px;
	background: url(images/green_background.jpg);
	/*background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: top left;*/
	background-color: #dddddd;
	margin-top: 128px;
	margin-left: auto;
	margin-right: auto;
}

#container1 {
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:20;
}

.webPageDiv {
	display:none;
	width: 917px;
	height: 530px;
	padding: 6px;
	background: url(images/yellow_background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	overflow-x: hidden; 
	overflow-y: scroll;
	background-color: #dddddd;
	margin-top: 128px;
	margin-left: auto;
	margin-right: auto;
	
}

#container2 {
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:20;
}

.graphicDiv {
	width: 917px;
	height: 530px;
	padding: 6px;
	background: url(images/red_background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: #dddddd;
	margin-top: 128px;
	margin-left: auto;
	margin-right: auto;
	
}

#container3 {

}

.resumeDiv {
	width: 99%;
	padding: 6px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

.resumeDivWhite {
	width: 99%;
	padding: 6px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}

.containerSpan {
	display: block;
	margin: 0px 0px 0px 0px;
}

.navLinks {
	text-decoration: none;
	color: White;
}

.contentArea{
	position: relative;
	padding:4px;
}

.bioPageContainer{
	display:block;
	height:184px;
	margin-top:15px;
	margin-left:65px;
	margin-right:65px;
}

.webPageImg{
	float:left;
	padding:1px;
	background-color:#000000;
}

.webPageContainer{
	display:block;
	height:184px;
	margin-top:15px;
	margin-left:15px;
}

.webPageDescription{
	padding-left:260px;
	padding-right:60px;
	display:block;
}

.webPageDescription2{
	padding-left:310px;
	padding-right:60px;
	display:block;
}

.webPageDescription3{
	padding-left:352px;
	padding-right:60px;
	display:block;
}


.resumeContainer{
	display:block;
	margin-top:70px;

}

.resumeTopLinksPadding{
	display:none;
	margin-right:93px;
}

.resumeHeaderText{
	width:99%;
	display:block;
	border-bottom:black 1px solid;
	font-size:14px;
	height:14px;
}

.softwareBox{
	width:300px;
	display:block;
	float:left;
	margin-left:10px;
}

.languageBox{
	width:300px;
	display:block;
	margin-left:335px;
}

.resumeWidthBlock{
	width:99%;
	display:block;
}

.resumeName{
	display:block;
	font-weight:bold;
	font-size:14px;
}

.contactBoxTextOffset{
	margin-left:0px;
}

.tipBox{
	display:none;
	padding:6px;
	margin-top:-3px;
}

.tipContainer{
	display:none;
	width:650px;
	text-align:left;
}