html
{
	/* Hide scrollbars in IE */
	overflow: auto;
}

body
{
	font-family: Trebuchet MS, LucidaGrande, Helvetica, Arial;
	font-size: 8pt;
	background-color: white;
	color: white;
	margin: 0px;
	padding: 0px;
	margin-top: 24px;
	line-height: 1.5em;
}

ul
{
	padding-left: 0px;
	margin-left: 15px;
}

h1
{
	font-size: x-large;
}

h2
{
	font-size: 12pt;
	font-weight: normal;
	line-height: 1.5em;
}

img
{
	border: none;
}

#main_table
{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 560px;
}

#logo_bar
{
	height: 134px;
	padding: 0px;
	line-height: 0px;
	text-align: right;
	background-repeat: no-repeat;
}

#title_bar
{
	background-color: #231f20;
	background-image: url(images/title_bar.gif);
	background-repeat: no-repeat;
	height: 78px;
	padding: 0px;
	line-height: 0px;
}

#menu_bar
{
	background-color: #7f8386;
	background-image: url(images/menu.gif);
	vertical-align: top;
	background-repeat: no-repeat;
	width: 192px;
	height: 334px;
	padding: 0px;
	line-height: 0px;
}

#menu_bar table
{
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#menu
{
	padding: 0px;
	padding-top: 24px;
	vertical-align: top;
}

#honey_comb
{
	padding: 38px;
	padding-top: 0px;
	vertical-align: bottom;
}

#content
{
	background-color: #6a1a41;
	width: 628px;
	height: 334px;
	vertical-align: top;
	background-repeat: no-repeat;
}

#content a
{
	color: white;
}

#div_scroll
{
	width: 560px;
	height: 268px;
	padding-top : 27px;
	padding-left : 33px;
	padding-right : 33px;
	padding-bottom : 33px;
	overflow : auto;
}

#alt_menu
{
	color: black;
	text-align: center;
	padding-top: 6px;
}

#alt_menu a
{
	color: gray;
	font-size: 7pt;
}

.time_table td
{
	vertical-align: top;
	padding-bottom: 4px;
	padding-right: 16px;
	line-height: 1.5em;
}

.bullet_points li {
	line-height:1em;
}

.bullet_points ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.bullet_points
{
	width: 520px;
	line-height:1em;
}

