body {
	background-color: #E8E8E8;
}

a {
	text-decoration: none;
	color: #666;
}

#main {
	position: absolute;
	left: 50%;
	margin-left: -387px;
	top: 70px;
	background: #fff url(images/bg-city.jpg) no-repeat;
	border: 5px solid #999;
	width: 794px;
	height: 477px;
}

#nav {
	position: absolute; 
	top: 0px;
	color: #fff;
	font: 12px arial, sans-serif;
	width: 105px;
}

/*
	Mac IE specific styling
*/

#nav {
	left: 223px;
}

/* 
	set properties for IE 5.x, and non-IE browsers
\*/

#nav {
	left: 228px; 
}

/* end of Mac IE hack */

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav li {
	text-align: right;
}

#nav li a {
	color: #fff;
	padding: 5px 5px 5px 0px;
	display: block;
	text-decoration: none;
}

#nav li a.selected {
	background-color: #ccc;
	color: #000;
}

/*
	Mac IE specific styling
*/

#nav li a {
	width: 100px;
}

/* 
	set properties for IE 5.x, and non-IE browsers
\*/

#nav li a{
	\width: 105px;
	w\idth: 100px;
}

/* end of Mac IE hack */

#nav li a:hover {
	background-color: #ccc;
	color: #000;
}

#footer {
	position: absolute;
	bottom: -25px;
	text-align: left;
	font: 10px arial, sans-serif;
	width: 794px;
}

#content {
	position: absolute;
	font: 12px/16px Tahoma,sans-serif;
	background-color: #fff;
	top: 0px;
	padding: 30px 40px 0px 40px;
	text-align: left;
	width: 375px;
	height: 446px;
}


#content {
	left: 337px;
	\width: 447px; /* set width for IE 5.x */
	w\idth: 375px; /* set width for non IE 5.x */
	\height: 466px;
	he\ight: 446px;
}

#content em {
	font: 12px/16px Tahoma,sans-serif;
	color: #334da1
}


/*
	Mac IE specific styling
*/

#content {
	left: 332px;
	width: 380px;
}

/*
	set properties for IE 5.x, and non-IE browsers
\*/

#content {
	left: 337px;
	\width: 447px; /* set width for IE 5.x */
	w\idth: 375px; /* set width for non IE 5.x */
}

/* end of Mac IE hack */


/* Resume page updates 8-19-2008 */

br.clear {
	clear: both;
}
div#footerResume {
	position: absolute;
	top: 562px;
	left: 175px;
	text-align: left;
	font: 10px arial, sans-serif;
	width: 794px;
}

table#resumeForm {
	margin: 0 auto;
}

#fullpg {
	position: absolute;
	left: 50%;
	margin-left: -387px;
	top: 70px;
	font: 12px/16px Tahoma,sans-serif;
	background-color: #fff;
	border: 5px solid #999;
	width: 794px;
	height: 477px;
}


.maincell {
	vertical-align: top;
	padding: 0 30px;
}

table.forms {

}

table.forms th {
	text-align: right;
	white-space: nowrap;
}

table.forms#rightCol th {
	text-align: left;
}

span.small {
	font-size: 12px;
	font-style: italic;
}

span.error {
	font-size: 14px;
	color: #f00;
	font-weight: bold;
}

div.center {
	margin: 30px 0 0 0;
	text-align: center;
}

div.center a {
	color: #334DA1;
	font-weight: bold;
}
a#blue {
	color: #334DA1;
	font-weight: bold;
}