    body {
        margin:0;
        padding:0;
        font-size:90%;
		  text-align: center;
		  font-family:Arial, Helvetica, sans-serif;
		  background-color: black;
    }
	 
	 .header1 {
	 	font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
	 }
	/* header styles */
    #header {
		clear:left;
		float:left;
		width:100%;
		overflow:hidden;
		border-bottom:4px solid #000;
		
		
    }
	 

	#header p,
	#header h1,
	#header h2 {
		clear:left;
		width:96%;
		margin:0 auto;
		padding:.4em 2% .1em 2%;
	}
	#header ul {
		clear:left;
		float:left;
		width:96%;
		margin:.7em 0 0 2%;
		padding:0;
		list-style:none;
	}
	#header ul li {
		display:inline;
	}
	#header ul li a {
		display:block;
		float:left;
		list-style:none;
		padding:.2em .5em;
		text-decoration:none;
		margin-right:10px;
		border-top:1px solid #ddd;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	#header ul li a.active {
		font-weight:bold;
		color:#fff;
		background:#000;
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-right:1px solid #000;
	}
	/* column container */
	.colmask {
		clear:both;
		float:left;
		width:100%;
		overflow:hidden;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:.5em 0 1em 0;

	}
	/* 2 Column (right menu) settings */
	.rightmenu {
		background: #70708f;		/* right column background colour */
	}
	.rightmenu .colleft {
		right:25%;				/* right column width */
		background: #908fbc;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:72%;				/* left column content width (left column width minus left and right padding) */
		left:27%;				/* (right column width) plus (left column left padding) */
	}
	.rightmenu .col2 {
		width:20%;				/* right column content width (right column width minus left and right padding) */
		left: 30%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
        clear:both;
        padding:1em 2%;
		border-top:1px solid #ccc;
    }
	#container {
	margin: 0 auto;
	width: 960px;
   text-align: left;
  	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	background-color: #708090;
}
#container a {
		text-decoration:none;
		color: black;
		}
.thumbtable {
	background : #7f708f;

}
.thumbtable a {
	text-decoration: underline;
}

.attention {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #8fa5bc;
	border:1 solid black;

}

.thumb {
border: solid 1px #000000;
margin:3px;
}

