/** Kellen Interactive Base CSS Document **/

* { margin:0; padding:0; border:0; } /* forces all spacing to be set manually */

html { font-size: 62.5%; font-family: Verdana, Helvetica, Arial, Sans; color: #1a2f57;} /* Allow for easy use of em sizing */

body { text-align: center; background: url("../images/hp_bg.gif") repeat-x #d5d6d7; }

h1{
	color: #026c6c;
	font-size: 1.5em; /* 30px by default */
	font-weight: bold;
}

h2{
	color: #026c6c;
	font-size: 1.2em; /* 30px by default */
	font-weight: bold;
}

h3{
	color: #026c6c;
	font-size: 1.5em; /* 30px by default */
	font-weight: bold;
}

h4{
	font-size: 1.6em; /* 16px by default */
	font-weight: bold;
}

	p{
		font-size: 1.1em; /* 12px by default */
		line-height: 2em;
		margin: 1em 0;
	}
	
* html p{ height: 1em; }
* html ul{ height: 1em; }

a{ color: #3333ff; font-weight: bold;}

a:hover{}

a:visited{}

a:active{}

/************ LAYOUT ***********/

#container{
	margin: 0 auto;
	text-align: left;
	width: 671px;
}

#header{
	background: url("../images/hp_header.jpg");
}

#content{
	background: url("../images/content_bg.gif") repeat-x #ebeef3;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 669px;
}

#sidebar{
	float: left;
	padding-top: 11px;
}

#main{
	padding-left: 180px;
	padding-top: 17px;
	padding-right: 35px;
}

#footer{
	margin-top: 75px;
	padding-left: 180px;
	padding-bottom: 20px;
	padding-right: 161px;
	clear: both;
}

#footer p{ font-size: 1.0em; clear: both; }

	#rightside{
		float: right;
		height: 285px;
		background: url("../images/hp_right.jpg");
		width: 161px;
		margin-right: -1px;
	}


/********** LISTS ********/

ul li{
	margin-left: 4em;
	font-size: 1.1em;
	line-height: 1.8em;
}

#footer ul li{
	float: left;
	font-size: 1.0em;
	margin: 0;
	margin: 0 0.8em 0 0.8em;
}

#footer ul li a{
	text-decoration: none;
	color: #1a2f57;
}

#footer ul li.first{
	margin-left: 0;
}

#footer ul{
	height: 2.0em;
	margin-bottom: 1em;
	list-style: none;
}

#footer ul li.img{
	margin: 0;
}

#footer ul li a{ font-weight: normal; }

/******** FORMS *******/

form{
margin-bottom: 1em;
}

form fieldset{
}

form fieldset input{
	float: left;
	margin-right: 6px;
	padding: 0.2em;
	font-size: 1.0em;
	margin-top: 0.5em;
	border: 1px solid #000;
	width: 200px;
}

form fieldset input.image{
	margin: 0;
	padding-top: 0.3em;
	border: 0;
	width: auto;
}


