body { 
	margin: 0px;
	background-image: url();
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #000000;
}


PARAGRAPH STYLES

p {
	text-align: left;
	margin: 0 0 5px 0;
}



ul.nobullet {
	list-style: none;
}

ul.nobullet2 {
	list-style: none;
	margin-left: 60px;
	text-indent: 50pt;
}

li {
	margin-left: 0px;
	text-indent: 0pt;
}

div.hr {
  height: 2px;
  background: #879db0 url() no-repeat scroll center;
  margin: 10px 0 10px 0;
}
div.hr hr {
  display: none;
}

#contentTable p {
	margin: 0 0 20px 0;
}

table {
	margin: 0px;
}

table.center {
	margin-left:auto; 
	margin-right:auto;
}

#keynote {
	margin: 15px;
}

#keynotePhoto {
	width: 100px;
	height: 125px;
	float: left;
	margin: 0 10px 10px 0;
}


TABLE STYLES

#mainTable {
	width: 800px;
	margin: 0px;
}

#navTable {
	width: 800px;
	margin: 0px;
	background-color: #1f4260;
	text-align: left;
}

#contentTable {
	width: 800px;
	margin: 0px;
	background-image: url(../images/content_header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
}

#footerTable {
	width: 800px;
	background-image: url(../images/content_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.sideColumn {
	border-left-style: dashed;
	border-left-color: #969696;
}


#mainFooter {

}

#Committee {
	margin: 0 0 0 40px;
}

FONTS

.navHeader {
	font-size: 14px;
	color: #FFFFFF;
}

a:link {color: #1f4260;}
a:visited {color: #1f4260;}
a:active {color: #879db0;}
a:hover {color: #879db0;}

.headerText {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.headerText2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.subHeader {
	font-size: 20px;
	font-weight: normal;
	color: #1f4260;
	margin: 0 0 10px 0;
}

.subSubHeader {
	font-size: 18px;
	font-weight: normal;
	color: #1f4260;
	margin: 0;
}


.footer {
	margin: 10px 0 10px 0;
	font-size: 12px;
	text-align: center;
	color: #969696;
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 3px 0 0;
	padding: 10px 10px;
	width: 177px;
	background: #1f4260;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #879db0}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #b9d4eb;
	border: 1px solid #000000}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #b9d4eb;
		color: #000000;
		font: 11px arial}

	#sddm div a:hover
	{	background: #879db0;
		color: #FFF}

