@import "header.css";
@import "left.css";
@import "right.css";
@import "form.css";
@import "main.css";

/* -- generic tags -- */

body {
	font-family: verdana, sans-serif;
	color: black;
        font-size: 70%;
        line-height: 1.4;
        margin:0px;
}





a, a:active, a:visited {
  color: #17A3BF;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2, h2.title {
  font-family: verdana, sans-serif;
  font-size:120%;
  
  color: #F0871E;
  margin: 0px 0px 8px 0px;
}

h3, h3.title {
  font-family: verdana;
  font-size: 120%;
  
  color: #F0871E;
  margin: 0px 0px 8px 0px;
}

h4 {
  font-family: verdana;
  font-size: 120%;
  margin: 3px 0px 5px 0px;
}
h5{
 font-size: 13px;
 margin-bottom: 0px;
 margin-top: 10px;
}
h6{
 font-size: 15px;
 font-weight: bold;
 margin: 5px 0;
}
h6.green{
 color: #99A42C;
 margin-bottom: 10px;
}

hr {
  color: rgb(133,144,24);
  background-color: rgb(153,164,44);
  height: 1px;
}

img {
  border: 0px;
}

th {
  text-align: left;
}

ul {
  margin-bottom: 0px;
}
.ie6 {
  display: none;
}
.hide {
	display:none;
	position:absolute; 
	left:-9999px;
	top:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.right {
  float: right;
}

/* -- top level container -- */
#boundary {
	width: 1000px;
        float: left;
        text-align: left;
        padding-bottom: 150px;
	background-image:url(grf/SFK_bakground_2007.jpg);
	background-repeat: no-repeat;
        background-color: white;
	
}

/* -- content container -- */
#content{
	width: 1000px;
}

/* -- footers -- */
.footer {
  width: 1000px;
  text-align: center;
  font-size: x-small;
}
.subfooter {
  width: 1000px;
  text-align: center;
  font-size: x-small;
}
.green{
 color: #99A42C;
 font-weight: bold;
}