html {
	background-image:url(../images/background_pattern.jpg);
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#FFFFFF
	font-family: Arial, Helvetica, sans-serif;
	overflow:hidden;
}

body {
	border:0pt;
	margin:0pt;
	padding:0pt;
	overflow:hidden;
	height:100%;
	width:100%;
	max-height:100%;
	background-image:url(../images/headerImage.png);
	background-repeat:no-repeat;
	/*background-position:left center;*/
	background-position:90% 100%; /*right bottom;*/
	background-attachment:fixed;
	
}

.contentBackground {
	background-color:#006600;
	top:120px;
	bottom:50px;
	left:180px;
	right:80px;
	filter:alpha(opacity=3);
	opacity:0.03;
	-moz-opacity:0.03;
	position:fixed;
}

.content {
	font-family: Arial, Helvetica, sans-serif; 
	border:1px dotted #7fb27f;
	text-shadow: #000000 0 0 0px;
	top:120px;
	bottom:50px;
	left:180px;
	right:80px;
	color:#676633;
	font-size:14px;
	position:fixed;
	padding:15px;
	overflow:auto;
	/*
	scrollbar-Track-Color:#E6EED7; 
	scrollbar-Face-Color:#E6EED7; 
	scrollbar-Shadow-Color:#FFFFFF; 
	scrollbar-Highlight-Color:#FFFFFF; 
	scrollbar-3dLight-Color:#FFFFFF; 
	scrollbar-Arrow-Color:#566C10;
	*/
}

.gap {
	padding: 15px;
}

.large {
	font-size: 15px;
	padding: 25px;
}

.content a {
	/*text-decoration: none;*/
	color: #006600;
}

.content a:hover {
	/*text-decoration: underline;*/
	color: red;
}

.head {
	margin:0pt;
	background:url(../images/headerLogo.png);
	background-repeat:no-repeat;
	/*background-position: top center;*/
	margin-top:10px;
	position:fixed;
	display:block;
	left:180px;
	width:100%;
	height:111px;
	/*background-color:#FFFFFF;*/
}

.tag {
	background:url(../images/tag.png);
	background-repeat:no-repeat;
	background-position: top right;
	float:right;
	width:350px;
	height:50px;
	margin-top:75px;
	margin-right:60px;
}

.left {
	position:fixed;
	left:0pt;
	top:120px;
	height:100%;
	width:170px;
	z-index:1;
}

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006600;
	position: fixed;
	bottom: -15px;
	text-align: center;
	padding-left: 20px;
	width: 100%;
	height: 50px;
}

.imageBottom {
	font-size: 0;
	text-align: center;
	padding-top: 25px;
}

.stackRight {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0;
}

.imageRight {
	float:right;
	padding:15px;
}

.imageLeft {
	float:left;
	padding:15px;
}

.sectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #006600;
	padding-top:10px;
}	

.signature {
	text-align:right;
	font-style:italic;
}

.separator {
	border-bottom:1px dotted #566C10;
}

.ital {
	font-style:italic;
}

.bold {
	font-weight: bold;
	padding-bottom:5px;
}

.formHeader {
	padding-left:5px;
}

.formBox100 {
	border:1px dotted #566C10;
}

.formBox50 {
	border:1px dotted #566C10;
	width:50%;
}

.formBox33 {
	border:1px dotted #566C10;
	width:33%;
}

.formBox25 {
	border:1px dotted #566C10;
	width:25%;
}

.fieldPad {
	padding:5px;
}

.required_field {
	background-color:#E6EED7;
}

table .errHilite {
	color:#FF0033;
}

#experienceList {
	text-align:left;
}

#links {
	float: left;
}


/**********************
	Table Style
**********************/
table {
	/*background: #FFFFFF none repeat scroll 0 0;*/
	/*font-size: 14px;*/
	margin: 10px;
	text-align: center;
	border-collapse: collapse;
	width: 90%;
}

caption {
	font-family: "Tw Cen MT", Arial, sans-serif;
	font-size: 20px;
	color: #566C10;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	/*border: 1px solid #566C10;*/
}

th {
	font-family: "Tw Cen MT", Arial, sans-serif;
	padding: 10px 8px;
	border-bottom: 2px solid #566C10;
	font-size: 18px;
	color: #566C10;
	font-weight: bold;
}

td {
	padding: 6px 8px;
	border-bottom: 1px solid #566C10;
}

tbody tr:hover {
	background-color: #E6EED7;
}


/* IE Hacks*/
* html {
	height:100%;
	overflow:auto;
}

* html .head {
	margin-left:160px;
	width:250px;
}

* html .tag {
	margin-top:-27px;
	margin-left:500px;
}

* html .left {
	position:fixed;
}

* html .contentBackground {
	position:absolute;
	border:none;
}

* html .content {
	position:absolute;
	display:block;
	padding-top:40px;
	padding-left:20px;
}

* html .foot {
	visibility:hidden;
}

* html table {
	width:80%;
}

