html{
	height:100%;
	background-color : White;
}
BODY, TD {
	font-family : "Times New Roman, Times,serif";
	font-size: 14px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	text-align:center; /*required hack for IE 7 and below for centering divs */
}
#MainBody {
	width:1000px;
	text-align:left;
	vertical-align:top;
	background-color:#E5D4B9;
	background-image: url("../Images/BG2012.jpg");
	background-repeat: no-repeat;
	margin: 0 auto;  /*for centering inner divs*/
}
#InnerBody {
	width:1000px;
	margin: 0 auto;  /*for centering inner divs*/
}


#Header {
	width:1000px;
	height:190px;
}
#HeaderBtns {
	position:relative;
	width:1000px;
	height:33px;
}
#HeaderSpace {
	width:1000px;
	height:11px;
}

#SubHeader {
	left:51px;
	width:900px;
	height:40px;
	border-style:solid;
	border-width:2px 0px 2px 0px;
	border-color:#000E78;
	color:#000E78;
	padding-top:6px;
	text-align:left;
	font-size : 24px;
	font-weight : bold;
}
#TextArea {
	width:902px;
	left:50px;
	color: black;
	background: white;
	text-align:left;
	vertical-align:top;
}
#Footer {
	width:1000px;
	height:50px;
	/* vertical-align:bottom; */
	text-align:center;
	color:dark brown;
	font-size: 15px;
}
#btnHome {
	position:absolute;
	left:52px;
	top:0px;
	width:58px;
	height:33px;
}

#btnSpeakers {
	position:absolute;
	left:114px;
	top:0px;
	width:175px;
	height:33px;
}

#btnAccom {
	position:absolute;
	left:293px;
	top:0px;
	width:151px;
	height:33px;
}

#btnActivities {
	position:absolute;
	left:448px;
	top:0px;
	width:83px;
	height:33px;
}

#btnComments {
	position:absolute;
	left:535px;
	top:0px;
	width:99px;
	height:33px;
}
 
#btnExhibitors {
	position:absolute;
	left:641px;
	top:0px;
	width:99px;
	height:33px;
}

#btnPhotos {
	position:absolute;
	left:746px;
	top:0px;
	width:115px;
	height:33px;
}

#btnRegister {
	position:absolute;
	left:865px;
	top:0px;
	width:83px;
	height:33px;
}

.ErrorText {
	font-family : "Times New Roman, Times,serif";
	color: red;
	font-size : 14px;
	font-weight : bold;
}
.SmallPrint {
	font-family : "Times New Roman, Times,serif";
	color: black;
	font-size : 9px;
}

H1, .TextXXLg {
	font-family : "Times New Roman, Times,serif";
	font-size: 60px;
	font-weight : normal;
}

H2, .TextXLg {
	font-family : "Times New Roman, Times,serif";
	font-size: 36px;
	font-weight : normal;
}

H3 {
	font-family : "Times New Roman, Times,serif";
	font-size: 16px;
	font-weight : normal;
}

H4 {
	font-family : "Times New Roman, Times,serif";
	font-size: 18px;
	font-weight : normal;

}
H5 {
	font-family : "Times New Roman, Times,serif";
	font-size: 14px;
	font-weight : normal;
}
a, a:link {
	font-family : "Times New Roman, Times,serif";
	color: Blue;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a:visited {
	color: #00008B;
	text-decoration : none;
}
a:hover {
	color: #00008B;
	text-decoration : underline;
}

/* Header elements and links etc..  */
aHeader, a.aHeader:link {
	font-family : "Times New Roman, Times,serif";
	color: white;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}
a.aHeader:visited {
	color: darkblue;
}
a.aHeader:hover {
	color: yellow;
}
a.aHeader:active {
	color: yellow;
}
a.aNavBottom, a.aNavBottom:link {
	font-family : "Times New Roman, Times,serif";
	color: brown;
	font-size : 10px;
	font-weight : bold;
	text-decoration : none;
}
a.aNavBottom:visited {
	color: brown;
}
a.aNavBottom:hover {
	color: yellow;
}
a.aNavBottom:active {
	color: brown;
}

