html {
	height:100%;
}
body {
	height:100%;
	background-color:#5e0d0d;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#fullheight {
	height:100%;
	margin: 0px;
}
img {
    border:none;
}
.alignRight {
    text-align: right;
}
.containerDiv {
	position:relative;
	top:0px; 
	left:0px;
	width: 900px;
	color: #FFFFFF;
}
#header {
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:80px;
	background-image:url(../images/HeaderBG01.jpg);
}
#headerLogo {
	position:absolute;
	top:0px;
	left:8px;
	width:255px;
	height:58px;
	display:block;
}
#headerLogoTrans {
	position:absolute;
	top:0px;
	left:766px;
	width:123px;
	height:80px;
	background-image:url(../images/header_logoTrans3.gif);
	z-index:1;
}
#menu {
	position:absolute;
	top:0px;
	left:0px;
	width:866px;
	height:30px;
	padding:18px;
	color:#FFFFFF;
	text-align:right;
	font-size:12px;
	line-height:20px;
	z-index:10;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	text-decoration:underline;
}
#headerShadow {
    position:relative;
    height:10px;
    background-image:url(../images/header_shadow_01.gif);
    background-repeat:repeat-x;
}
#pageContent {
    position:relative;
    top:0px;
    left:0px;
    width:900px;
}
#flag01 {
	position:relative;
	top:21px;
	left:27px;
	width:443px;
	height:295px;
	background-image:url(../images/flag02.jpg);
	z-index:2;
}
#flag01Shadow {
	position:absolute;
	top:31px;
	left:18px;
	width:461px;
	height:309px;
	background-image:url(../images/flag01Shadow.gif);
	z-index:1;	
}
#welcomeHeading {
	position:absolute;
	top:30px;
	left:495px;
	width:243px;
	height:83px;
	background-image:url(../images/welcome03.gif);
	background-repeat:no-repeat;
}
#homeText {
	position:absolute;
	top:130px;
	left:495px;
	width:350px;
	color:#4e687e;
	font-size:12px;
	line-height:14px;
}
#speakerBox {
	position:relative;
	top:40px;
	left:27px;
	width:421px;
	height:89px;
	padding:10px;
	border:solid 1px #526691;
	background-image:url(../images/speaker_grad.gif);
}
#pageSpacer 
{
    position:relative;
    top:0px;
    height:60px;
    width:900px;
}
#footer {
    position:relative;
    top:0px;
    left:0px;
    width:900px;
    height:20px;
    padding-top:20px;
	color:#acb9c3;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}
#footer a 
{
    color:#acb9c3;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.pageContent2 
{
    width:850px;
    padding:25px;
    font-size:12px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#507392;
	border:solid 1px #507392;
	background-image:url(../images/button_bg.gif);
	background-repeat:repeat-x;
	background-color:#eaeff4;
	padding: 2px;
	cursor:pointer;
}
.regHeader 
{
    font-size:14px;
    font-weight:bold;
    color:#4e687e;
}
.agendaDate
{
    font-size:12px;
    font-weight:bold;
    font-style:italic;
    color:#4e687e;
}
.regNotice
{
    font-size: 12px;
    font-weight: normal;
    color: Red;
}
.radioButtons 
{
    font-weight:bold;
}
.underRadio 
{
    padding:0px 0px 10px 20px;
}
.flagTop 
{
    position:relative;
    top:0px;
    left:0px;
    width:849px;
    height:33px;
    background-image:url(../images/flag_top.jpg);
    background-repeat:no-repeat;
    z-index:2;
    padding-bottom:30px;
}
.flagTopShadow 
{
    position:absolute;
    top:30px;
    left:19px;
    width:867px;
    height:51px;
    background-image:url(../images/flag_top_shadow.gif);
    z-index:1;
}
#years60 
{
    position:absolute;
    top:365px;
    left:490px;
    width:90px;
    height:90px;
    background-image:url(../images/60years.gif);
}
#yearsText
{
    position:absolute;
    top:375px;
    left:590px;
    width:270px;
    height:70px;
    font-size:12px;
    color:#4e687e;
}
#yearsText a 
{
    color:#4e687e;
}
.textInput 
{
	background-color: #ffffff !important; 
	border: 1px solid #aaaaaa !important;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	vertical-align:middle;
}