body, h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #546A8A;
	font-weight: normal;
}
body {
	/*background:#D1D3D4 ;
	margin:11px 0px 50px;*/
	padding:0px;
}
img {
	border: 0px;
}
a:link, a:visited {
	color: #5D7292;

}
a:hover, a:active {
	color: #FF952E;
	text-decoration: none;
}
#container {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-attachment: scroll;
	background-image: url(../images_interface/body_bg_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #8FA4C6;
	height: 800px;

}
#container2 {
	padding: 0px;
	width: 900px;
	margin: 0px 0px 0px -450px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-attachment: scroll;
	background-image: url(../images_interface/container_top_bg_static.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 300px;
}
#container3 {
	padding: 0px;
	width: 800px;
	margin: 0px 0px 0px -400px;
	position: absolute;
	left: 50%;
	top: 0px;
	height: 300px;
}
#mastHead {
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#yearBrand {
	position: relative;
/*	left: 160px; */
	left:189px;
	top: 20px;
	text-align: right;
/*	width: 629px;	*/
	width: 600px;
}
#leftNav {
	width: 138px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 175px;
	padding: 0px;
	text-align: right;
}
#leftNav a:link, #leftNav a:visited {
	text-decoration: none;
	color: #40566D;
	display: block;
	margin: 0px;
	padding: 4px 15px 4px 4px;
	font-size: 12px;
}
#leftNav a:hover, #leftNav a:active {
	color: #fff;
}
#adminLogos {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.adminLogo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#adminLogos a:link, #adminLogos a:visited {
	margin: 0px;
	padding: 0px;
}
#adminLogos a:hover, #adminLogos a:active {
}



#adminHeader {
	font-size: 18px;
	padding: 10px 15px 4px 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CC6600;
	margin-top: 15px;
	color: #FFFFFF;
}

#pageBody {
	width: 618px;
	padding: 20px;
	margin: 0px;
	position: absolute;
	left: 140px;
	top: 100px;
}

#techWeekSpan {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.annualSlogan {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#pageBody h1 {
	font-weight: bold;
	color: #E9994A;
	font-size: 30px;
}
#pageBody h2 {
	font-weight: bold;
	color: #5D7292;
	font-size: 20px;
}
#pageBody h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pageBody h4 {
	color: #718299;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pageBody p {
	font-size: 12px;
	line-height: 24px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

#pageBody ul, #pageBody ol {
	padding-left: 80px;
}

#pageBody li {
	font-size: 12px;
	line-height: 24px;
	
}



.sideBar {
	float:right;
	width:200px;
	margin-left:20px;
	font-size:70%;
	background-color:#eef6ff;
}
.sideBar h3 {
	padding:10px;
	font-size:100%;
	font-weight:bold;
}
.sideBar p {
	padding:10px;
}



.reqFormField {
	font-size: 20px;
	color: #990000;
	padding-right: 5px;
	padding-left: 5px;
}

.repeatRegion {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #336699;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.repeatArticle {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6A82AC;
}
#footer {
	text-align: center;
	padding: 40px 0px 0px;
	margin: 0px;
}

.italics {
	font-style: italic;
}


/* repeating elements that are not structural but cosmetic */
.userInstructions {
	margin: 15px;
	padding: 0px 15px 15px;
	background-color: #D7E1EE;
}
.bulletedHZ {
	margin-top: 15px;
	margin-bottom: 15px;
}

.clearFloats {
	clear: both;
}
strong {
	color: #43556B;
}
.subNote {
	font-size: 10px;
	color: #333366;
	line-height: 16px;
}
.smaller {
	font-size: smaller;
}
.confirmation {
	font-weight: bold;
	color: #990000;
}
.error {
	color: #990000;
	font-size: 10px;
}

/*form css */

.tableform {
	border: 2px solid #CFD8F9;
	padding: 10px;
	background-color: #EEF6FF;
}
#form h6 {
	font-size: 11px;
	text-align: right;
}
.superior {
	font-size: 9px;
	position: relative;
	top: -5px;
	font-weight: normal;
}

.newBullet {
	list-style-image: url(../images/just-added.gif);
	list-style-position: outside;
}
.prominentRed {
	color: #005418;
	font-size: 24px;
	font-weight: bold;
}
.newlyAddedSpeaker {
	font-size: 16px;
	color: #990000;
}
.newlyAddedSpeakerInfo {
	font-size: 12px;
	font-weight: normal;
}
