/* CSS Document */




body {
	align: center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12pt;
}



a:link {
	font-size: 9pt;
	color: #00AEEF;
	font-weight: bold;
}
a:accesskey {font-size: 9pt;  text-decoration: none; }
a:visited {font-size: 9pt;  color: #00AEEF; }
a:hover {font-size: 9pt;  color: #EF940E; text-decoration: none; }
a:active {font-size: 9pt;  color: #000000; text-decoration: none; }

p	{
	font-size: 80%;

}

h3	{
	color: #00AEEF;
	text-align: left;

}

h4	{
	color: #00AEEF;
	text-align: left;
	font-size: 80%;
}



#wrapper {
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../images/header.gif);
	height: 110px;
	width: 760px;
	text-align: center;
	background-repeat: no-repeat;
}

#navbar {
	width: 760px;
	text-align: left;
	background-color: #CCCCCC;
}


#content {
	text-align: left;
	width: 760px;
	padding: 5px;

}

#footer {
	background-image: url(../images/footer.gif);
	height: 68px;
	width: 760px;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	float: right;
}
.links	{
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;

}
#columleft {
	width: 370px;
	padding: 5px 20px 5px 5px;
}

#columright {
	padding: 5px;
	width: 370px;
	float: right;
}
#flashdisplay {
	text-align: center;
}
