/* <style type="text/css" media="all"> */
/* Style sheet for KYFA site           */
/* by Jasmey and Erik                  */
/* Last change 23MAY2007               */

body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	/*background-image:url(../images/bg.gif);*/
	color: 	#002060;	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
}


a:link    { color: #e0c040; text-decoration: none; font-weight: bold; outline: none;font-size:12px;}
a:visited { color: #e0c040; text-decoration: none; font-weight: bold; outline: none; font-size:12px;}
a:hover   { color: #e0c040; text-decoration: underline;font-size:12px; }
a:active  { color: #e0c040; text-decoration: underline; font-size:12px;}
.ahem { display: none; }

strong, b { font-weight: bold; }
p  { font-size: 14px; line-height: 18px; margin-top: 10px; margin-bottom: 5px; }
li { font-size: 14px; line-height: 18px; margin-top: 10px; margin-bottom: 5px; }

h1 { font-size: 22px; line-height: 30px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h2 { font-size: 18px; line-height: 24px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h3 { font-size: 16px; line-height: 22px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h4 { font-size: 14px; line-height: 20px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h5 { font-size: 12px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h6 { font-size: 10px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; }
h7 { font-size:  9px; line-height: 16px;                    margin-top: 15px; margin-bottom: 5px; }
img { border: 0; }

.normal { font-size: 10px; line-height: 14px; }
.itals  { font-size: 10px; line-height: 14px; font-style: italic; }
.tiny   { font-size:  8px; line-height: 12px; }
.level0 { font-size: 12px; line-height: 14px; }

#title{
	position:relative;
	margin-left:auto;
	font-size:27px;
	font-weight:bold;
	margin-right:auto;
	width:400px;

	top:50px;

	}
#spacer{
height:50px;
width:100%;

}
#container {
	width: 810px;
	margin-top:10px;
	padding: 0;
	margin-left: auto; /* centering according to http://www.maxdesign.com.au/presentation/center/ */
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px 1px 1px 1px solid #fff;
	}
#top {
	width: 100%;
	height: 50px;
	padding: 0px;
	margin-left: 0;
	
	background-color: #000000;
	border: 0px solid gray;  /* <-- diagnostics only */
	color: #FFFFFF;
	text-align: left;
}
#menubar {
	width:805px;
	height: 25px;
	margin: 0px 0px 0px 8px;
	padding: 0px 5px 0px 0px;
	color: #fff;
	text-align:center;
	list-style-type:none;
	font-size:px;
}
/* start KYFA-specific section */
#topbar {
	margin-top:1px;
	width:810px;
	background-image:url(../images/eyeq.jpg);
	background-repeat:no-repeat;
	height:160px;
	border:0px solid #FFFFFF;
	border-bottom:1px solid;
	}
#maincontent{
	float:left;
	padding:4px;
	width:530px;
	font-size:14px;
	margin-left:10px;
	border:1px solid orange;
}
#rightcontent{
	margin-top:0px;
	float:right;
	width:250px;
	border:1px solid #fff;
	border:0px solid orange;
}
#box{
	
	border:1px solid black;
	width:238px;
	margin:5px;
	padding:0px;
}
#box1{
	width:228px;
	border-top-width:10px;
	font-size:13px;
	background:#fff;
	padding:5px;
	margin:5px;
}
#box2{
	width:100px;
	margin-left:0;
	font-size:14px;
	
}
/* end KYFA-specific section */
#bottombar {
	width: 100%;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font-size: x-small;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
}
