/*
TABLE OF CONTENTS----------------------------------------------------------------

body
#topBar
#header
#navigation
#navigation a
#navigation a:hover
#flashVideo
#container
#footer
#sponsorBar
#sponsorBar a
#sponsorBar a:hover
.infoBox p
.infoBoxLinks
.infoBoxLinks a
.infoBoxLinks a:hover
.largeGreenText
.registrationTable a
.registrationTable a:hover
.drSidMessage
#hideMovie
#hideMovie a
#hideMovie a:hover
h2
.dateCell
.timeCell
.speakerCell
.greenGradient
.partnerHeading
.phoneNumber

---------------------------------------------------------------------------------------------
*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #dfdfdf;
}

a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #068309;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #0099FF;
	text-decoration: none;
}

#topBar{
	height: 38px;
	width: 	100%;
	background-color: #005801;
}

#header{
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #d8d8d8;
	background-image: url(images/bkg_stripes_faded.gif);
	background-repeat: repeat-x;
	background-color: #f6f6f6;
}

#navigation{
	height: 23px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d9d8d8;
	background-image: url(images/bkg_nav.gif);
	padding-top: 5px;
}

#navigation a{
	color: #ababaa;
	text-decoration: none;
	padding-left: 18px;
}

#navigation a:hover{
	color: #000000;
}

#flashVideo{
	height: 150px;
	background-color: #dfdfdf;
}

#container{
	width: 100%;
	border-top: 1px solid #d9d8d8;
	background-image: url(images/bkg_container_gradient.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	min-height: 300px;
	_height: 300px; /*CSS HACK: Forces IE to make the container with a minimum height of 300px.*/
}

#footer{
	border-bottom: 1px solid #ffffff;
	background-image: url(images/bkg_footer_fade.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color:#FFFFFF;
	height: 80px;
}

#sponsorBar{
	border-top: 2px solid #a8a8a8;
	background-color: #e1e1e1;
	text-align: center;
	height: 26px;
	padding-top: 9px;
}

#sponsorBar a{
	color: #868585;
	text-decoration: none;
}

#sponsorBar a:hover{
	color: #000000;
}

.infoBox p{
	padding-left: 10px;
	margin-top: 10px;
}

.infoBoxLinks{
	border-top: 1px solid #dcdcdc;
	background-image: url(images/bkg_link_gradient.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding-top: 6px;
	padding-bottom: 6px;
}

.infoBoxLinks a{
	text-decoration: none;
	color: #ababaa;
	padding-left: 7px;
	padding-right: 3px;
}

.infoBoxLinks a:hover{
	color: #000000;
}

.largeGreenText{
	color: #11b113;
	font-size: 18px;
	margin-top: 3px;
}

.registrationTable a{
	font-size: 18px;
	color: #ffae00;
	font-weight: bold;
	text-decoration: none;
}

.registrationTable a:hover{
	color: #000000;
}

.drSidMessage{
	color: #83680b;
	font-size: 18px;
	font-weight: normal;
	margin-top: 11px;
	margin-bottom: 11px;
	padding-left: 9px;
}

#hideMovie{
	float: right;
	margin-right: 5px;
}

#hideMovie a{
	text-decoration: none;
	color: #ababaa;
}

#hideMovie a:hover{
	color: #000000;
}

h2{
	margin: 13px 0 0 0;
	padding: 0 0 13px 8px;
	font-size: 18px;
	font-weight: 200;
	color: #989797;
	display: block;
	background-image: url(images/bkg_dotted.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.dateCell{
	color: #765c04;
	font-size: 22px;
	font-weight: bold;
	height: 43px;

	background-image: url(images/bkg_sunny_gradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #fdd855;
	
	border-top: 1px solid #ffd852;
	border-bottom: 3px solid #f2bd09;
	
	padding-left: 10px;
}

.timeCell{
	color: #585757;
	font-size: 18px;
	font-weight: bold;
	
	background-color: #d0cece;
	
	min-height: 42px;
}

.speakerCell{
	color: #585757;
	font-size: 14px;
	font-weight: bold;
	
	background-color: #e5e5e5;
}

.greenGradient{
	background-image: url(images/bkg_green_gradient.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	
}

.partnerHeading{
	font-size: 14px;
	font-weight: bold;
	color: #005801;
	padding: 0px;
	margin: 0px;
}

.partnerHeading a{
	text-decoration: none;
	font-weight: normal;
}

.phoneNumber{
	color: #ffc74e;
	font-weight: bold;
	font-size: 24px;
}

ul {
	list-style-image: url('http://images.nowyouknow.com/mybullet.gif')
}