/* ken stylesheet  */

@import url(./generic.css);

body {
		 background-color: #d7d7d7;
		 margin:0px; padding:0px;
		 font-family:Arial,Verdana,Helvetica,'Arial Black',sans-serif;
		 text-align: center;} /*IE center*/
		 

#wholepage {
			width: 760px;
			padding: 0px;
			background-color:white;
			border:2px solid blue;
			text-align:left;
			display: block;
			/*overflow:auto;*/
			font-size: 12px;	
			margin: 10px auto; /*firefox center*/		
			}
			
#header, #footer {width:100%; text-align: center;}
#content {float: left; margin:0px 10px 10px 10px; border-bottom: 1px black solid;}
#footer {padding-top: 5px; font-size: 0.7em;}

img.pic {
   border: 1px #93d598 solid;
	 margin-left: 20px;}
 
.strip {
			 margin: 0px;
			 padding: 2px;
			 background: #93d598;
			 border-top: 1px solid black;
			 border-bottom: 1px solid black;
			 font-size: 14px;
			 text-align: center;}			 			
					
.center {text-align: center;}
	
p {margin: 10px 0px; padding: 0px; font-size:1.25em;}
h1 {font-size: 2em; color:#22287c ; font-weight: normal; margin: 0px;}
li {font-size:1.25em;}

.ref-title {
   margin: 30px 20px 10px 20px;
	 font-weight: bold;}

.reference {
   text-indent:15px;
	 font-style: italic;
	 color: #22287c;}

/* navigation */
#nav {
		 text-align: center;
		 margin: 5px auto 1px;}

#nav a {
	 display: inline;
	 border: 1px solid black;
	 color: black;
	 text-decoration: none;
	 font-family: Arial, sans-serif;
	 padding: 1px 10px 1px 10px;
	 text-align: center;
	 background: #74c5f2;}
	 
#nav a:hover {color: white; background: #22287c; text-decoration: none;}
#nav a:visited {text-decoration: none;} 	

/* colours */
.kenred {color: #da231b;}
