* {
	padding:0;
	margin:0;
}

body {
	background-color: #8F943D;
	background-image:url(../images/gradient-bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#3b3c25;
	padding-left:385px;
	padding-right:385px;
	margin-top: 0px;
}

h1 {
	font-size:120%;
	font-weight:bold;
	color:#30311F;
}
h2 {
	font-weight:bold;
	font-size:110%;
}
p {
	margin-bottom:.6em;
}
p.toc {
	margin-bottom:1.5em;
}
a {
	color:#003366;
	text-decoration:underline;
}


a:hover, a:hover:visited {
	color:#30311F;
	text-decoration:underline;
}

a:visited {
	color:#89240D;
	text-decoration:underline;
}
.clear {
	clear:both;
}
.order {
	margin-top:1em;
	font-size-105%;
	color:#003366;
}


/* ************************* fluid layout ******************************* */
.sizer {
	width: 100%;
}

.expander {
	position:relative;
	margin-left: -385px;
	margin-right: -385px;
	min-width: 770px;
}

/* \*/
* html .sizer,
* html .expander,
* html .innerwrapper
{height: 0;}
/* */ 


/* ************************* container divs ******************************* */
#outside {
	width:90%;
	min-width:770px;
	text-align:center;
	margin: 0 auto;
	border-left:20px solid #89240D; 
	border-right:2px solid #89240D;
	border-bottom:2px solid #89240D; 
	background-color:#C2C3A8;
}

#container {
	width: 100%;
	min-width:770px;
	background-color:#C2C3A8;
}

/* ************************* banner ******************************* */

#banner {
	width: 100%;
	background-color:#89240D;
	text-align:left;
}
#sub {
	width:100%;
	background-color:#8F943D;
	text-align:left;
}
.line-top {
	background-image:url(../images/nav/line-top.gif); 
	text-align:left; 
}
#topnav {
	background-image:url(../images/nav-new/stripe-bg.gif);
	border-bottom:2px solid #0066FF;
	text-align:left;
}
#level3nav {
	background-color:#8F943D;
	text-align:left;
}
#level4nav {
	background-image:url(../images/nav-new/FAsubnav-bg.gif);
	text-align:left;
}
#blueline {
	padding-top:3px;
	border-bottom:2px solid #0066FF;
}
.essay {
	color:#481E0F;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.caption {
	font-size:80%;
}

/* ************************* content ******************************* */
#content {
	text-align:left;
	margin: 1em 2.5em;
	padding-left:5px;
	font-size:80%;
}

#footer {
	background-color:#C2C3A8;
	background-image:url(../images/corner2.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	height:36px;
}
.footnav {
	text-align:center;
	font-size:75%;
	margin-top:1em;
}
.center {
	text-align:center;
}

#pixbox {
	padding:0;
}

.pixLeft {
	margin : 2px 6px 3px 0;
	float: left;
	border: 0;
}

.pixRight {
	margin : 2px 0 3px 6px;
	float: right;
	border: 0;
}
.pixboxLeft {
	float: left;
	margin: 0 .5em .3em 0;
}
.pixboxRight {
	float: right;
	margin: 0 0 .3em .5em;
}
table.thumbs {
	border-collapse:collapse;
	margin-left:auto; 
	margin-right:auto;
}	
.thumbs td, .thumbs th {
	padding: 10px;
	text-align:center;
	vertical-align:top;
}
.thumbs th {
	font-weight:bold;
	background: #FC3;
}
.thumbs td p {
	margin-top:.5em;
}
table.thumbsmex {
	border-collapse:collapse;
	margin-left:auto; 
	margin-right:auto;
}	
.thumbsmex td, .thumbsmex th {
	padding: 10px;
	text-align:left;
	vertical-align:top;
}
.thumbsmex th {
	font-weight:bold;
	background: #FC3;
}
.thumbsmex td p {
	margin-top:.5em;
}
table.resume {
	border-collapse:collapse;
	width:90%;
}	
.resume td, .resume th {
	padding: 2px;
	text-align:left;
	vertical-align:top;
}
.resume th {
	font-weight:bold;
	padding-top:1.2em;
}
.resume td.pad {
	padding-right:10px;
}


