body{
        background-image: url('bg.jpg');
        background-repeat: repeat-y;
        background-position: center;
        background-attachment: scroll;
        font: normal 9pt arial; 
        color:black;
        font-weight: normal; 
        line-height: 12pt;
        }

td {
        font: normal 9pt arial; 
        color: black;
        font-weight: normal; 
        letter-spacing: 0px;
        line-height: 12pt;
        }

b {
       color: #22A6FB;
       font-weight: none;
       font-family: arial;
       text-decoration:none;
       }

a:link, a:visited, a:active {
       color: #3E8AAD;
       font-weight: none;
       text-decoration:none;
       border: 0px;
       }

a:hover {
       color:#144A7C;
       font-weight: none;
       font-style: none;
       text-decoration:none;
       cursor: hand;
       }

s {
       color: gray;
       }

h1 {
       background: transparent;
       color: black;
       font-family: georgia;
       font-size: 15pt;
       font-weight: none;
       letter-spacing: 1px;
       padding: 0px;
       line-height: 18pt;
       text-align: center;
       }

#header {position: center; width: 700}
#banner {position: center; width:700}
#content {position: center; width: 665}
#flashcontent {position: center; width: 600}

/* This CSS corresponds to the navigation bar*/
#navbar
{
	position: center;
	width: 700;
	margin-bottom: 60px;
	padding-left: 20px;
	z-index: 30}

#navbar li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 20px arial}

#navbar li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 150px;
	background: #3366CC;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#navbar li a:hover
{	background: #49A3FF}

#navbar div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#navbar div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 20px;
		width: 128;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 15px arial}

	#navbar div a:hover
	{	background: #49A3FF;
		color: #FFF}

