body {
	background-color: white;
	padding: 0px;
	margin: 0px;
}

div.spacer {
	height: 0px;
	line-height: 0px;
	clear: both;
}

div#Header, div#Body, div#Footer  {
	width: 750px;
	margin-left: auto;
	margin-right: auto;	
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
        line-height: 150%;
}

div#Header {
	height: 75px;
	background-image: url(./images/natedog.com.light.gif);
        background-repeat: no-repeat;
        background-position: center center;
}

div#SideBar {
	border: 1px solid black;
	float: left;
	width: 138px;
	font-weight: bold;
        color: black;
}

.SideBarTopic {
        padding-left: 2px;
        margin-bottom: 1px;
        background-color: #3300FF;
}

.SideBarSubTopic {
        margin-bottom: 1px;
        padding-left: 15px;
        background-color: #33CCFF;
}

div#SideBar a {  
        text-decoration: none;
        color: black;
}

div#Content {
	border: 1px solid black;
	float: left;
	Width: 578px;
	margin-left: 10px;
	padding: 10px 10px 0 10px;
}

div#Content h1 {
	font-size: 18px;
	font-weight:bold;
	text-align: center;
        margin:0;
        margin-bottom: 10px;
}

div#Content h2 {
	font-size: 16px;
	font-weight:bold;
	text-align: center;
        margin:0;
        margin-bottom: 10px;
}

div#Content h3 {
        display: inline;
        margin: 0;
        padding: 0;
	font-size: 12px;
	font-weight:bold;
}

div#Content p {
        border: 0px;
        margin: 0px;
        margin-bottom: 10px;
        text-indent: 25px;
}

div#Footer {
	height: 25px;
        text-align: center;
}

div#Footer p {
	margin-left: 150px;
}                   

div#Center {
	text-align: center;
}     

div#SideBarImage {
	height: 108px;
	background-image: url(./images/MonkeyInComputerLab.gif);
        background-repeat: no-repeat;
        background-position: center center;
        margin-bottom: 5px;
}     

.DocNote {
	border: 1px solid black;
        margin: 0 0 10px 0;
        padding: 10px 10px 0 10px;
}         

.NarrowSignatures {
	float: left;
        width: 23%;
        margin: 0 0 10px 0;
        padding: 4px;
}         

.WideSignatures {
        margin: 0 0 10px 0;
}         

div#ResumeHeader {
	border-bottom: 1px solid black;
        margin: 0;
        padding: 0 0 10px 0;
}         

div#ResumeHeader h1 {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
        margin:0;
}         

div#ResumeHeader h2 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
        margin:0;
}         

div#ResumeSkills {
        float: left;
        width:160px;
	border-right: 1px solid black;
        margin: 0 10px 10px 0;
        padding: 10px 10px 0 0;
}         

div#ResumeSkills ul {
        padding: 0 0 0 15px;
        margin: 0;
}         

div#ResumeSkills ol {
        padding: 0;
        margin: 0;
}         

div#ResumeSkills li {
        padding: 0;
        margin: 0;
        list-style-type: none;
}         

div#ResumeSkills h1 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
        margin:0;
}         

div#ResumeJobs {
        margin: 0;
        padding: 10px 0 0 0;
}         

div#ResumeJobs h1 {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
        margin:0;
}         

div#ResumeJobs h2 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
        margin:0;
}         

div#ResumeJobs h3 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
        margin:0;
}      
   
div#ResumeJobs ul {
        padding: 0 0 0 15px;
        margin: 0;
}         

div#ResumeJobs li {
        padding: 0;
        margin: 0;
        list-style-type: disc;
}         

.resumetextheader {
        color:#140A00;
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
        line-height:110%;
}
.resumetextbold {
	font-weight:bold;
}
.resumetextitalic {
        font-style: italic;
}
