body  {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
}

/* Layers that layout the pages */

#container {
	width: 760px; 
	background-color: #FFFECC;
	margin: 0px auto; /* Right And Left Margins Auto */
	text-align: left; /* IE5 Windows Hack */
}

#content {
	width:710px;
	padding:10px 20px;
	margin:15px;
	background-color:#FFFFFF;
	float:left;
	border:solid 1px #000000;
}

#contentAlt {
	width:760px;
	margin:15px;
	background-color:#FFFFFF;
	float:left;
	border:solid 1px #000000;
	}


#header {
	margin:0px auto;
	width:780px;
}

#header-left {
	float:left; width:268px;
}

#header-right {
	 float:left; width:512px;
 }
	
#menuplaced {
	position: relative; /*was absolute;*/
	z-index:1;
	left: 14px;
	top: -55px;
	width:475px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:1.2em;
}

#footer {
	text-align:center;
	font-size:1em;
}

/*links*/

#menuplaced a:link {
		color:#F5F4E2; border:none;
}

#menuplaced a:visited {
	color:#F5F4E2; border:none;
}
	
#menuplaced a:hover {
	color:#636363; border:none;
}

#about a:link {
	border-bottom:none;
}

#about a:visited {
	border-bottom:none;
}

#about a:hover {
	border-bottom:none;
}

.col01 a:link {
	color:#FFFFFF;
}

.col01 a:visited {
	color:#FFFFFF;
}

.col01 a:hover {
	color:#FFFFFF;
}

.field a:link {
	color:#663366;
	text-decoration:none;
}

.field a:visited {
	color:#663366;
	text-decoration:none;
}

.field a:hover {
	color:#6600FF;
	text-decoration:none;
}


/*text styles*/
.hidden{
	height: 0px;
	width: 0px;
	visibility:hidden;
	position: absolute;
}

p	{
	text-align:left;
	color:#000;
	font-size:1.4em;
	line-height:1.5em;
}


.first-letter {
	font-size: 2.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
    color:#003366;
    font-weight:bold;
	text-indent: 3em;
}

.first-line {
	font-size: 1.4em;
	text-transform: uppercase;
    font-weight:bold;
}

h1.topOfPage {
	color:#FFFFCC;
	background:#5A5A5C;
	padding:3px 10px;
	margin-top:0px;
}

h2 {
	color:#000;
	font-size:1.7em;
	text-align:center;	
}

h2.withBorder  {
	background-color:#EEEEEE; 
	padding:3px; 
	border-bottom:solid 2px #eabb7a; 
	border-top:solid 4px #5A5A5C;	
}

h3.withBorder  {
	background-color:#ffffff; 
	padding:3px; 
	border-bottom:solid 2px #eabb7a; 
	font-style:italic;
	font-size:1.3em;
}

legend  {
	font-size:1.5em;
	font-weight:bold;
	font-style:italic;	
}

/* List item styles */
li {
	font-size:1.4em;
	color:#000;
	line-height:1.5em;
	}
	
li.small {
	font-size:1em;
	color:#000;
	line-height:1.5em;
	}
	
li.medium {
	font-size:1.1em;
	color:#000;
	line-height:1.5em;
	}

/*fonts*/

.bold  {
	font-weight:bold;	
}

.center  {
	text-align:center;	
}

.left  {
	text-align:left;	
}

.right  {
	text-align:right;	
}

/* images*/
img.floatleft { 
    float: left; 
    margin: 4px; 
}	

img.floatright { 
    float: right; 
    margin: 5px;
	border-width:thin;
	border-style:inset;
}

#about {
	float:left;
	margin-left:400px;
}

#about img {
	border:none;
}

/* styles that layout dsp/dspThisParticipant.cfm */

#participantProject {
	border-bottom:solid 4px #77BA2C;
	border-right:solid 2px #77BA2C;
	border-top:solid 4px #77BA2C;
	width:520px;
	height:225px;
	float:left;
	}

#participantVideo {
	border-bottom:solid 4px #77BA2C;
	border-left:solid 2px #77BA2C;
	border-top:solid 4px #77BA2C;
	width:170px;
	height:225px;
	float:left;
	padding-left:10px;
	}

#participantLeftBox {
	width:150px;
	float:left;
	background:#666699;
	padding:5px;	
}

#participantRightBox {
	width:346px;
	float:left;
	padding:5px;
	border-left:solid 4px #77BA2C;	
}

#participantPhoto {
	float:left;
	border:solid 1px #CCCCCC;
	padding:5px;
	margin:15px 5px;
}

.participantVideoBox {
	float:left;
	width:100px;
	padding:5px;
}

.tableHead {
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:solid 1px #FFFFFF;
	height:20px;
}
	
/* Extends height of tableHead */
.tableHeadExt {
	color:#FFFFFF;
	font-weight:bold;
	border-bottom:solid 1px #FFFFFF;
	height:100px;
}
	

.tableData {
	 border-bottom:solid 1px #000000;
	height:20px;
}

/* Extends height of tableData */
.tableDataExt {
	border-bottom:solid 1px #000000;
	height:100px;
}
/* end layout for participants */

/*misc*/

#colHeader {
	width:99.5%;
	float:left;
	margin:0px;
	padding-left:3px;
	background:#666699;
}

.colList {
	width:100%;
	float:left;
	padding:3px;
	padding-bottom:0px;
}
	
.col01 {
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	background:#666699;
	text-align:left;
	float:left;
	}	

.field {
	color:#000000;
	font-weight:normal;
	border-top:solid 1px #666699;
	padding:2px 3px;
	margin:0px;
	background:#FFFFFF;
	text-align:left;
	float:left;
	}

/*widths*/


/*percents*/

.eighteenPercent  {
	width:18%;	
}

.twentyPercent  {
	width:20%;	
}

.fifteenPercent  {
	width:15%;	
}

.fivePercent  {
	width:5%;	
}

.oneHundredPercent  {
	width:100%;	
}










