body {
	text-align: center;
	min-width: 800px;
	font: Verdana, Helvetica, Arial;
	padding: 0px;
	background: #fff;
	font-family: arial;
	/*margin : 10px;*/
}
	#footer {
		clear: both;
	}

	#wrapper {
		text-align:left;
		width: 800px;
		margin-right:auto;
		margin-left:auto;
		}
		
	#contentleft {
		font-size:small;
		width:140px;
		padding:0px;
		float:left;
		}
	
	#contentcenter {
		font-size:small;
		width:390px;
		padding:15px;
		float:left;
		margin: 0;
		}

	#contentright {
		width:180px;
		padding:0px;
		float:right;
		}
	
	#contentheader {
		background: cadetblue;
		margin-bottom: 10px;
		color: white;
		padding: 10px 10px 10px 10px;
		border: 1px solid black;
		}
		
	p,h1 {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader .header1 {
		font-size:40px;
		padding:10px;
		margin:0px;
		}
	#contentheader .header2 {
		font-size: 40px;
		font-weight: bold;
		font-style: normal;
		padding:10px;
		margin:0px;
	}
	#contentright p { font-size:10px}
#puzzle table {
	border-collapse: collapse;
	table-layout: fixed;
}
#puzzle p {
	color: blue;
	margin: 0;
}
#puzzle tr{
	vertical-align: middle;
}
#puzzle tr.normal {
	height: 24.5pt; 
}
#puzzle tr.pm {
	height: 8pt;
	padding: 0pt;
}
#puzzle tr.bot {
	height: 16pt;
}
#puzzle td {
	border: solid black;
	border-width: 2pt;
	width: 24pt; 
	height: 24.5pt;
	text-align: center;
	vertical-align: middle;
	font-family: times, sans-serif;
	font-size: 18pt;
	font-color: blue;
	padding: 0pt;
	margin: 0pt;
}
#puzzle td.even {
	background-color: white;
}
#puzzle td.odd {
	background-color: silver;
}
#puzzle td.pm {
	border-width: 2pt 2pt 0pt 2pt;
	border-color: black black #DCDCDC black;
	height: 10pt;
}
#puzzle td.bot {
	border-width: 1pt 2pt 2pt 2pt;
	border-color: #DCDCDC black black black;
	height: 16pt;
}
#puzzle input{
	width: 24pt;
	height: 24.5pt;
	line-height: 10pt;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	border: none;
	font-family: times, sans-serif;
	font-style: italic;
	font-size: 18pt;
	color: black;
}
#puzzle input.even {
	background-color: white;
}
#puzzle input.odd {
	background-color: silver;
}
#puzzle input.pm {
	padding: 0px;
	height: 8pt;
	line-height: 8pt;
	font-size: 7pt;
	font-style: normal;
}
#puzzle input.bot {
	height: 15pt;
	font-size: 15pt;
	padding-top: 0px;
}
#puzzle input.submit {
	border: 1px solid black;
	width: 200px;
	height: 20px;
	font-size: 10pt;
}

#menu {
	/*width: 772px;*/
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
	/*margin-left: auto;
	margin-right: auto;*/
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu a:hover	{
	color : #f00;
}

	
body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a, 
body.section-5 #menu li#nav-5 a {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4,
#menu #subnav-5 {
	display : none;
	width: 90%;
}

body.section-1 #menu ul#subnav-1, 
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4,
body.section-5 #menu ul#subnav-5 {
	display : inline;
	left : 10px;
	position : absolute;
	top : 95px;
}

body.section-1 #menu ul#subnav-1 a, 
body.section-2 #menu ul#subnav-2 a,
body.section-3 #menu ul#subnav-3 a,
body.section-4 #menu ul#subnav-4 a,
body.section-5 #menu ul#subnav-5 a {
	background : #fff;
	border : none;
	border-left : 1px solid #ccc;
	color : #999;
	font-size : smaller;
	font-weight : bold;
	line-height : 10px;
	margin-right : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

 #menu ul a:hover {
	color : #f00 !important;
}

#contents {
	/*width: 750px;*/
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
	/*margin-left: auto;
	margin-right: auto;*/
}
#contactform {
	font-size:small;
}
