ul,li,h1,h2,p{
	margin: 0;
	padding: 0;
}

body{
	background: #000;
		color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
}

p{
	padding: 10px 40px;
}

h2{
	font-size: 30px;
	padding: 40px 40px 10px 40px;
	
}

h3{
	font-size: 18px;
	padding: 10px 40px;
}

div#header h1{
	background: url('images/header.jpg');
	background-position: center;
	height: 281px;
	text-indent: -9999px;
}



div#nav{
	background: #000;
	height: 50px;
}

div#nav div.container{
	background: #0b1528;
	margin: 0 auto;
	width: 920px;
	padding: 0px 20px;
	height: 50px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

div#nav ul{
	list-style: none;
}

div#nav ul li{
	background: url('images/menu_item.jpg');
	float: left;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	width: 90px;
	
}

div#nav ul li:hover{
	background: url('images/menu_item_hover.jpg');
}

div#nav ul li a{
	color: #0b1528;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	
}


div#content{
	background: #000;
	
	

	padding: 0;
	
	
}


div#content div.container{
	margin: 0 auto;
	width: 960px;
	background: #0b1528;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 50px;
	overflow: auto;
}

div#content ul{
	list-style-type: circle;
	padding: 0px 80px;
}

div#footer{
	
	
	background: #000;
	height: 50px;
	bottom: 0px;
}

div#footer div.container{
	margin: 0 auto;
	width: 900px;
	padding: 10px 30px;
}

.header{
border-bottom: 4px solid #FFF;
}
/*body {
	background-color:#FFFFFF;
	margin:0px;
	background-image:url(images/header.jpg); 
	background-repeat: no-repeat;
	background-position:top;
}*/

.tablemax {
	height: 100%;
	width: 100%;
}

.tablefooter {
	height:50px;

}

#content {
	padding: 10px;
}

.pictureborder {
	border: 1px solid #FFF;
	margin: 5px;
}

.pictureright {
	float: right;
	margin: 0px 20px 20px 20px;
	padding: 3px;
	background: #fff;
	border: 1px solid #000;
}

.pictureleft {
	float: left;
	margin: 0px 20px 20px 20px;
	padding: 3px;
	background: #fff;
	border: 1px solid #000;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}



.stylesmall {	
	font-size: 10pt;
    font-family: arial;
    line-height: 12pt;
	color: #FFF;
	}

h1 {	
	font-size: 15pt;
    font-family: arial;
   	text-align: center;
    font-weight: bold;
    line-height: 18pt;
    color: #FFF;
	}

/*h2 {	
	font-size: 12pt;
    font-family: arial;
   	text-align: left;
    font-weight: bold;
    line-height: 15pt;
    color: #FFF;
	}*/

#styletext {
	font-size: 0px;
	visibility: hidden;
	}