<style type="text/css">
* {
	font: normal 1em Helvetica, "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}

body {	
	background: #FFFFFF;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif; 
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(images/li.gif);
	margin-left: 18px;
}
code {
	background: url(images/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(images/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.divider {
	background: url(images/divider.gif) no-repeat;
	height: 24px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 1000px;
	font-family: Helvetica, Arial, sans-serif; 	
}

/* header working only for the homepage */
.topbanner2 {
	background: #FFFFFF url(images/banner_333.jpg) no-repeat center top;
	border-bottom: 0px solid #FFFFFF;
	height: 75px;
	text-align: center;
}
.topbanner2nd {
	border-bottom: 0px solid #FFFFFF;
	height: 75px;
	text-align: center;
}
.header {
	background: #003399 url(images/1000a.jpg) no-repeat center top;
	border-bottom: 1px solid #CCC;
	height: 233px;
	text-align: center;
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 1000px;
}
.navigation a {
	background: url(images/navigation.jpg) no-repeat;
	color: #FFF;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* content */

.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}

/*
table
{
border-collapse:separate;
border-spacing:0px 0px;
line-height: 10px;
}
*/

</style>