@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #C49906; /* suggestions: cc9900, C49906, #C49906, #fabf0b*/
	background-color: #0a1b3f;
}
h1 { 
 	font-family:"Trebuchet MS", Tahoma; color:#f89303; font-size:22px; letter-spacing:-1px; border-bottom:1px solid #fff; 
}
h2 { 
	/*clear:both;*/ font-family:"Trebuchet MS", Tahoma; color:#b2d7fb; font-size:17px; background: #003b8d; text-indent: 5px; font-weight: normal 
}
h3 { 
 	clear:both; font-family:'Trebuchet MS', Tahoma; color:#52B1EF; font-size:18px; border-top:1px solid #CEE6FE; border-bottom:1px solid #CEE6FE; 
}
h4 { 
 	font-family:'Trebuchet MS', Tahoma; color:#52B1EF; font-size:18px; margin-top: -15px; text-indent: 3px; 
}

.listHeader {
	font-family:"Trebuchet MS", Tahoma; color:#52B1EF; font-size:22px; letter-spacing:-1px; border-bottom:1px solid #fff; 
}

.listHeader2 {
	font-family:'Trebuchet MS', Tahoma; color:#f89303; font-size:18px; margin-top: -0px; border-bottom:1px solid #333; text-indent: 1em;  font-variant:small-caps 
}

.index {
	margin-top: 10px;
	border-bottom: none;
	font-size: 300%;
	text-align: center;
	
}

#header {
	height:1em;
}

#mainContentPreTitle {
	height:9px;
}

.twoColFixLt #container {
	width: 935px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
/*	background-color: #000033;*/
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background-color: #000033; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background-color: #0B1E46;*/
} 
.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;
}

.oneColFixCtr #container {
	width: 935px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*width: 780px; */ /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.indexImage {
	padding: 3px;	
	border: 1px solid #333333;
	margin-left: auto;
	display: block;
    margin-right: auto;	
}

.embeddedImage {
	margin: 5px 30px 5px 30px;
	padding: 3px; 
	border: 1px solid #333333;
}

.singularImage {
}

h1.sectionalHeader {
	text-transform: uppercase;
}

a.navigationLink:visited {
	color: #f89303;
}
a.navigationLink {
	/*letter-spacing:-2px;*/
	text-decoration: none;
	color: #f89303;	
	/*display:block;*/	
}

a.navigationLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f89303;
	padding-left: 3px;
	padding-right: 3px;
}

.sidebarMenu {
	display:block;
}

.cvTable {
	margin: 0 auto;
	width:100%;
	vertical-align: top;
}
.cvTable tbody {
	margin: 0px;
	padding: 0px;
}

.cvTable tr {
	vertical-align: top;

	margin: 0px;
	padding: 0px;	
	font-size:small;
	border-top: 1px dashed #000000
	
}

.cvTable td {
	margin:0px;	
	border-left: 0;
	padding: 3 10 3 10px	
}

.cvTable tr.odd {
}
.cvTable tr.even {
	/*background-color:#0a1b3f;*/
}
.tabledate {
	text-transform:capitalize;
	text-align:left;
	width: 100px;	
}
.cvEntry {
	padding-left:20px;
	clear:left;
	font-style:italic;
}

.floatingUnorderedList {
	list-style-type: square;
}
li {
	padding-bottom: 2px;
}

.flashSSCentered {
	text-align:center;
}