p {
margin: 0;
}

body {
	margin: 0px;
	font-family: arial;
	color: #ffffff;
	font-size: 8pt;
	background-image:url(graphics/bg.png);
	background-repeat: repeat-x;
	background-color: #00b3f5;
}

input, textarea {
	font-family: arial;
	color: #ffffff;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
	background-color: #000000;
	border: solid;
	border-width: thin;	
	border-color: #ffffff;
}

table {
	font-family: arial;
	color: #ffffff;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
}

.headeryellow {
	margin: 0px;
	font-family: arial;
	color: #fff200;
	font-style: bold;
	font-size: 13pt;
	letter-spacing: -1px;
	text-transform:uppercase;
}

.headerwhite {
	margin: 0px;
	font-family: arial;
	color: #ffffff;
	font-style: bold;
	font-size: 13pt;
	letter-spacing: -1px;
	text-transform:uppercase;
}

.headerwhite_small {
	margin: 0px;
	font-family: arial;
	color: #ffffff;
	font-style: bold;
	font-size: 11pt;
	letter-spacing: -1px;
	text-transform:uppercase;
}

.headerwhite_small2 {
	margin: 0px;
	font-family: arial;
	color: #ffffff;
	font-style: bold;
	font-size: 9pt;
	letter-spacing: -0.5px;
	text-transform:uppercase;
}

A:link{COLOR: #ffffff; text-decoration: none; font-weight: normal;} 
A:visited{COLOR: #ffffff; text-decoration: none; font-weight: normal;} 
A:active{COLOR: #ffffff; text-decoration: none; font-weight: normal;} 
A:hover{COLOR: #ffffff; text-decoration: none; font-weight: normal;} 

.container {
width: 765px;
margin: 0 auto;
text-align: left;
position: relative;
}

.header {
width: 750px;
margin: 0 auto;
top: 20px;
left: 0px;
position: absolute;
}

.menu {
width: 400px;
margin: 0 auto;
top: 31px;
left: 10px;
position: absolute;
}

.content {
width: 375px;
margin: 0 auto;
top: 125px;
left: 1px;
position: absolute;
}

.slideshow {
width: 375px;
margin: 0 auto;
top: 128px;
left: 393px;
position: absolute;
}



