html
{
	overflow-y:				scroll;
}

body
{
	font-family:			helvetica, arial, sans-serif;
	background-color:		#FFFFFF;
	color:					#8F9098;
	margin:					0px;
	padding:				10px 0px 0px 0px;
	background-image:		url('../images/tile_bg.gif');
}

#container
{
	width:					968px;
	min-height:				500px;
	margin-top:				20px;
	display:				block;
	background-color:		#FFFFFF;
	border:					1px solid #FFFFFF;
	margin-right:			auto;
	margin-bottom:			0;
	margin-left:			auto;
}

#topbar
{
	height:					388px;
	width:					968px;
}

#header
{
	width:					968px;
	height:					190px;
}

#logo
{
	width:					220px;
	height:					190px;
	background-image:		url('../images/logo.jpg');
	background-repeat:		no-repeat;
	background-position:	0px 10px;
	float:					left;
}

#headertext
{
	height:					190px;
	width:					748px;
	float:					left;
	background-repeat:		no-repeat;
}

#headertext h1
{
	display:				none;
}

#body
{
	width:					984px;
	min-height:				200px;
	padding-top:			10px;
}

#pageheader
{
	width:					748px;
	height:					198px;
	float:					left;
	background-repeat:		no-repeat;
}


#leftcolumn
{
	width:					220px;
	float:					left;
}

#rightcolumn
{
	width:					748px;
	float:					left;
}

#fullscreen
{
	width:					584px;
	min-height:				430px;
	float:					left;
	padding-bottom:			90px;
}

h2
{
	font-family:			helvetica, arial, sans-serif;
	color:					#8f9093;
	font-size:				1em;
	font-weight:			bold;
	padding-top:			0px;
	margin-top:				0px;
}


.heading1
{
	color:					#8FC3EA;
	height:					10px;
	font-weight:			bold;
	text-align:				left !important;
	padding-bottom:			10px;
	padding-left:			15px !important;
	margin-bottom:			10px;
	border-bottom:			1px dashed #1DB0E8;
	background-image:		url('../images/bullet.jpg');
	background-repeat:		no-repeat;
	background-position:	0px 8px;
	font-size: 1.2em;
}

.heading2
{
	color:					#1DB0E8;
	font-weight:			bold;
}

.linklist
{
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: bold;
}

.linklist a
{ 
	color:				#1DB0E8 !important;
}

.linklist a:visited
{ 
	color:				#1DB0E8 !important;
}

.linklist a:hover
{ 
	color:				#1DB0E8 !important;
}

#flashcontainer
{
	width:				748px;
	height:				430px;
}
