
/*stylesheet for Katamino*/

/* Do not change the widths of any of the divs  - otherwise the layout make break */

body {
margin: 5px;  /* change to 0px if you want it to sit flush with the top of the window */
padding:0;
background-color: #FFFFFF;	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;  /* this rule centers the page in the browser */
	}

	/* general link styles */
a:link {	
	text-decoration: underline;	
}

a:visited {
	text-decoration: underline;
}

a:hover {
}
/* this is the top nav section */

#topnav {
	border-top: 1px solid #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 0px;
	padding: 5px 0px;
	text-align: center;
	width: 740px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/* these rules style the links in the top nav */
#topnav a:link {
	color: #333333;
	text-decoration: underline;
}

#topnav a:visited {
	color: #333333;
	text-decoration: underline;
}

#topnav a:hover {
	color: Black;
	text-decoration: none;
}
#topnav a:active {
	color: Black;
	text-decoration: underline;
}
/* heading styles */
h1 {
	font-size: 14px;
	margin: 10px;
	color: #134377;
	letter-spacing: 0.2em;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	margin: 10px;
	color:  #333333;
	letter-spacing: 0.2em;
	font-style: italic;
}

blockquote {
	font-style: italic;
	color: #666666;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 5px;
	border-right-color: #666666;
	padding-right: 5px;

}

h3 {
	font-size: 12px;
	margin: 10px;
	color: #0037B5;
	letter-spacing: 0.2em ;
}

h4  {
	font-size: 10px;
	margin: 20px;
	color:  #333333;
	letter-spacing: 0.2em;
	font-style: normal;
	font-weight: bold;
}

p, pre {
	margin: 0px 10px 10px;
	line-height: 120%;
}

/* styles the bottom nav link area */
#bottomnav {
	background: #FFFFFF;
	font-size: 10px;
	text-align: center;
	width: 550px;
}

#header {
	background-image:   url(images/lg_hdr_cs.gif);
	background-repeat: no-repeat;
	border: 2px none #FFFFFF;
	height: 72px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 740px;
	background-position: center top;
}

#pagebox {
	background: #FFFFFF;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 2px solid black;
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 2px 0px 0px;
	text-align: justify;
    width: 738px;
}

/*use this to style the position of any images used in the content area*/
.imgleft {
float: left;
padding: 10px;
}

.imgright {
float: right;
padding: 10px;
}

/*styles for the contact form*/
form { margin: 2px 20px;
}

label,span.spacer {width:140px;}

/*styles the form fields*/
label{
font-weight:bold;
color : #8FA8E0;
font-weight : bold;
}
fieldset{
padding:10px;
margin-bottom : 15px;
padding : 10px;
}
/*styles the 'contact form' text at top of contact form*/
legend {
color:#0037B5;
font: bolder 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 10px;  /*gives a bit of padding between the border and the test*/
 margin: 6px;
}

ul li {
	border: 0px solid #000000;
}

li {
	line-height: normal;
	list-style: square;
	font-weight: normal;
}
