

body {
	margin:0px 0px 10px 0;
	padding:0px;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 9pt;
	background: url('../images/bg.jpg') repeat-x;
}

h1, h2, h3, h4, h5, h6, h7, h8{
	font-family: Georgia, serif !important;
}


a{
	color: #165199;
	text-decoration: underline;
	font-size: 9pt;
}

a:hover{
	color: #8942a0;
}

#container {
	width:900px;
	margin:0px auto;
	padding: 0;
	text-align:left;
}

div#header{
	background: url('../images/header.png') no-repeat;
	width: 900px;
	height: 277px;
	/*border-bottom: 1px solid black;*/
}

div#menu{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 24px;
	border-bottom: 1px solid black;
	/* background: url('../images/menu_bg.png') repeat-x; */
}

	div#menu ul{
		margin: 0;
		padding: 1px 0 0 0;
		list-style: none;
	}

	div#menu ul li{
		margin: 0;
		padding: 0;
		display: inline;
	}

	div#menu ul li a{
		display: block;
		height: 20px;
		float: left;
		padding: 3px 25px 0 25px;
		/*padding: 3px 10px 0 10px;*/
		color: white;
		text-decoration: none;
		font-size: 9pt;
	}

	div#menu ul li a:hover, div#menu ul li.selected a{
		background: url('../images/menubg-rollover.png');
		color: #000;
	}


div#content {
	/*background: url('../images/bodygradient.png') repeat-x;*/
	padding: 20px;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif !important;
}
div#content p span,div#content p b,div#content p,div#content p i, p {
font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif !important;
color:#000 !important;
font-size:9pt !important;
}

div#text{
	width: 640px;
	float: left;
}

div#submenu{
	width: 220px;
	float: left;
}

	div#submenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

	div#submenu ul li{
		margin: 0;
		padding: 0;
		display: inline;
	}

	div#submenu ul li a{
		display: block;
		height: 21px;
		margin: 0 0 5px 0;
		padding: 3px 5px 0 5px;
		color: #165199;
		text-decoration: none;
		font-size: 9pt;
	}

	div#submenu ul li a:hover, div#submenu ul li.selected a{
		background: url('../images/big_button_bg.jpg') repeat-x #A45DBA;
		color: white;
	}

	a.button{
		display: block;
		background: url('../images/big_button_bg.jpg') repeat-x #A45DBA;
		color: white;
		padding: 5px;
		font-size: 12pt;
		text-decoration: none;
	}

	a.button:hover{
		background: url('../images/menubg-rollover.png') repeat-x #D7DDE4;
		color: #000;
	}



h1, h1 span{
	font-size: 18pt !important;
	font-weight: normal;
	color: #054da4 !important;
	margin: 0 0 5px 0;
}

h2{
	font-size: 16pt;
	font-weight: normal;
	color: #054da4;
	margin: 0 0 5px 0;
}

p{
	margin: 20px 0;
}


div#striping{
	background: url('../images/striping.png') repeat-x;
	height: 15px;
}

div#footer{
	background: #fff;
	color: #000;
	font-size: 8pt;
	height: 15px;
	padding: 0 5px;
}

	div#footer a{
		color: #054da4;
		text-decoration: underline;
		font-size: 8pt;
	}

	div#footer div#left{
		float: left;
	}

	div#footer div#right{
		float: right;
	}

h1 span,h1 b,h1 p {
	font-family: Georgia, serif !important;
	font-weight:normal !important;
	color:#054da4 !important;
}
p span, p b, p, p i {
font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif !important;
color: #000 !important;
font-size:9pt !important;
}
