@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
a {font: inherit;}
a:link {color:inherit;}
a:visited {color: inherit;}
a:hover {text-decoration:underline; }
a:active {color: inherit;text-decoration:none;}
a img { border: none;}

body {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header, #menubar, #sideBar, #pageredirect, #footer {display:none;}

#printheader{display:block;}

.oneColFixCtrHdr #mainContent {

	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Tahoma, Geneva, sans-serif;
	width:100%;
	margin:0;
	float:none;
    height:auto!important;
	font-size:11px;
}

.oneColFixCtrHdr #textbox {
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Tahoma, Geneva, sans-serif;
	font-size:20px;
	color:white;
	padding-bottom:25px;
}

.oneColFixCtrHdr #contact {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 50px;
	padding-right: 50px;
	
	color:white;
	line-height: 1.2;
}
.oneColFixCtrHdr #resume{
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 50px;
	padding-right: 50px;
	font-size:14px;
	color:white;
	line-height: 2;
}
.oneColFixCtrHdr #paragraph {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 50px;
	padding-right: 50px;
	font-size:18px;
	color:white;
	line-height: 30px;
	font-family: Tahoma, Geneva, sans-serif;
}

.oneColFixCtrHdr #footer {
	clear:both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent;
	
}

.oneColFixCtrHdr #paymenttype {
	width:300px;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border: 2px inset #fff;
	line-height:20px;
	float:left;
	height: 225px;
}

.oneColFixCtrHdr #paymenttyperight {
	width:300px;
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border: 2px inset #fff;
	line-height:20px;
	float:right;
	height: 225px;
}

.oneColFixCtrHdr #tableblock {
	font-size:11px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	color: #e6b449;
	font-size:12px;
}
<!--
#contact p {
	font-family: Tahoma, Geneva, sans-serif;
	line-height:20px;
}

#textbox p {
	font-family: Tahoma, Geneva, sans-serif;
	line-height:25px;
}

p, ul{
	font-size: 12px;
}

input {
	
	font-family: Tahoma, Geneva, sans-serif;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

input:focus{
	border: 2px solid #900;
}

select {
	padding: 5px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

fieldset
{
border: 1px inset #FFF;
width: 30em;
}

legend
{
font-size:12px; 
color: #fff;
padding: 2px 6px;
} 

label {
float: left;
text-align: right;
margin-right: 15px;
width: 100px;
}

form {
	line-height:15px;
}
table{
	font-size:12px;
}
</style>
