@charset "UTF-8";
body  {
	background: #333127; /*this makes the area behind the content a dark brown*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff; /*this makes all of the text white. allows inherited font color through body*/
	font-family: Arial, Helvetica, sans-serif;
}
.charion {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.charion #container {
	width: 750px;  /* using 50px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #656631; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.charion #banner {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 750px;
} 
.charion #navigation {
	padding: 0px;
	height: 25px;
	width: 750px;
	position: relative;
	margin: 0px;
	float: left;
} 
.charion #ltNav {
	float: left; /* since this element is floated, a width must be given */
	width: 157px;
}
.charion #ltNavText {
	float: left; /* since this element is floated, a width must be given */
	width: 157px;
	margin-top: 20px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.3;
	text-align: center;
	font-size: 1.1em;
}
.charion #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #C90;
	line-height: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: left;
	line-height: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
h4 {
	font-family: arial;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 22px;
	font-style: normal;
}
ResumeH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #C90;
	line-height: normal;
}
.resumeH1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #C90;
	line-height: 1.6;
}
.resumeH2 {
	font-family: arial;
	font-size: 18px;
	line-height: 18px;
	color: #C90;
	font-weight: bolder;
}
.resumeP {
	font-family: arial;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #FFF;
}
.resumeE {
	font-family: arial;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
}
.section  {
	background-color: #595A27;
	border-color: #555723;
	margin-left: -10px;
	padding-left: 12px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-right: -14px;
	font-family: Arial, Helvetica, sans-serif;
}
.resumeLI {
	font-family: arial;
	font-size: 16px;
	line-height: 17px;
	color: #FFF;
	text-align: left;
	display: list-item;
	list-style-position: inside;
	list-style-type: circle;
	text-indent: .15px;
}
.charion #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.charion #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
em {
	font-style: oblique;
}
#mainContent #FlashIDMov {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
