/*****************************************************/
/*Body*/
html {
	overflow:scroll;
	}
body {
	font-family: Times, serif; 
	text-align: center;
	color: #000000;
	margin: 0 auto;
	background: #de3831 url(images/bodyBGRed.jpg) top repeat-x;
}

#container {
	width: 48em;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	position: relative;
}

.flashPlayer {
	position: absolute;
	right: 2em;
	top: 6em;
}

#content {
	font-family: Times, serif;
	background: transparent url(images/contentBG2.gif) bottom left no-repeat;
}

#header {
	width: 48em;
	height: 200px;
	background: url(images/banner.jpg) center no-repeat;
}

#header span {
	position: absolute;
	left: -9999px;
}
.bottomInfo {
	padding: 1em 0 1em 0;
	font-family: Trebuchet MS, helvetica, sans-serif;
	font-size: .75em;
	color: #9dd6e0;
	text-align: center;
	}

#copy {
	font-size: 0.9em;
}
.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}
.clearBoth {
	clear: both;
}

/***************************************************************/
/**Text**/
.bodyText {
	width: 25em;
	margin: 0 0 2em 0;
	padding: 1em 1em;
	float: right;
	background: #ffffff url(images/pBG.gif) top left no-repeat;
	border: solid 8px #9dd6e0;	
}

.narrowColumn {
	width: 14em;
	margin: 1em 2em 1em 1.95em;
	float: left;
}

.wideColumn {
	width: 28em;
	margin: 1em 2em 1em 0;
	float: right;
}

.bodyTextResume {
	width: 25em;
	margin: 1em 2em 1em 0;
	padding: 1em 1em;
	float: right;
	background: #ffffff url(images/pBG.gif) top left no-repeat;
	border: solid 8px #9dd6e0;	
}

.Row2 {
	background: transparent url(images/tableBG.gif) repeat;
}

#rightColumn {
	margin: 1em 2em 0 30em;
	padding-bottom: 2em;
	}

fieldset { border:1px dotted #666666 }

legend {
  padding: 0.2em 0.5em;
  font-size: 80%;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #666666;
  }
/*******************************************************************/
h3 {
	color: #000000;
	font-size: 1.25em;
	border-bottom: solid 1px #000000;
	text-transform: uppercase;
	font-family: Trebuchet ms, helvetica, sans-serif;
	background: transparent url(images/headerRight.gif) center right no-repeat;
}

h1 span, h2 span, h3 span, h4 span, h5 span {	
	display:none;
}
/*******************************************************************/
/*NavLinks*/

.bottomInfo a:link {color: #9dd6e0; text-decoration: none; font-weight: bold;}
.bottomInfo a:visited {color: #9dd6e0; text-decoration: none; font-weight: bold;}
.bottomInfo a:hover {color: #000000; text-decoration: underline; font-weight: bold;}
.bottomInfo a:active {color: #000000; text-decoration: none; font-weight: bold;}

.bodyLinks a:link {color: #000000; text-decoration: none; font-weight: bold;}
.bodyLinks a:visited {color: #000000; text-decoration: none; font-weight: bold;}
.bodyLinks a:hover {color: #6cc1d0; text-decoration: underline; font-weight: bold;}
.bodyLinks a:active {color: #6cc1d0; text-decoration: underline; font-weight: bold;}

/*Main Nav Menu************************************************/

#navBar {
	width: 100%;
	height: 4px;
}

#current { /*currently selected tab*/
	background: transparent url(images/current.gif) top center no-repeat;
	}

.nav{
	margin: 0;
	padding: 0;
	font-family: Trebuchet ms, helvetica, sans-serif;
}

.nav ul{
	margin: 0 2em 0 0;
	width: auto;
	float: right;
	font-weight: bold;
	clear: right;
}

.nav li {
	width: auto;
}

* html .nav ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
	margin: 0 1em; /*menu offset from left edge of window in IE*/
}

.nav ul li{
	display: inline;
}

.nav ul li a{
	float: left;
	color: #9dd6e0;
	font-weight: bold;
	padding: 15px 8px 0px 8px;
	text-decoration: none;
}

.nav ul li a:visited{
	color: #9dd6e0;
}

.nav ul li a:hover { 
	background: transparent url(images/current.gif) top center no-repeat;
}


