/** 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;} /* Allow for easy use of em sizing */

body { background: url(../images/page_bg.gif) top left repeat-y; }

h1{
	font-size: 1.0em; /* 30px by default */
	font-weight: bold;
	left: -999em;
	position: relative;
}

h2{
	font-size: 1.4em; /* 24px by default */
	font-weight: bold;
	color: #003d7d;
	text-align: left;
}

h3{
	font-size: 1.8em; /* 18px by default */
	font-weight: bold;
}

h4{
	font-size: 1.6em; /* 16px by default */
	font-weight: bold;
}

p,li{
	font-size: 1.1em; /* 12px by default */
	text-align: left;
}

a{}

a:hover{}

a:visited{}

a:active{}


/****** STRUCTURE ******/

#container{
	padding-left: 320px;
}

#container .column{
	float: left;
	position: relative;
}

#content {
  width: 100%;
  background: url(../images/content_bg.gif) repeat-x;
  height: 710px;
}

#imagebar {
  width: 104px;          /* LC width */
  right: 320px;          /* LC width */
  /*margin-left: -100%;*/
  float:left;
  top: -710px;
}

#sidebar {
  width: 216px;          /* RC width */
  /*margin-left: -100%;  /* RC width */
  right: 216px;
  height: 710px;
  top: -710px;
  float:left;
  margin-left: -104px;
}

#fakefoot {
  clear: both;
}

.pseudocolumn{
  background: url(../images/navbar_bg.gif) no-repeat top left;
  height:710px;
 }
 
 #flags{
 	padding-left: 40px;}

/*** IE6 Fix **
* html #sidebar {
	left: 104px;
}

* html #imagebar {
	left: 0px;
}*/

#middlepadding{
	margin: 0 2em 0 1em;
	text-align: center;
}

#footer{
	margin-top: 12em;
}

#footer p{
	margin:0;
}

h2{
	margin-bottom: 1em;
}

p{
	margin-bottom: 1em;
}

p,li{
	line-height: 1.4em;
}



/****** LISTS ******/

#content ul{
	text-align: left;
	margin: 0 0 1em 5em;
}


#footer ul{
	margin: 0 0 3em 0;
	list-style: none;
}

/****** UTILITIES ******/

.photo{
	text-align: left;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.text-left{
	text-align: left;
}

.pdf{
	font-size: 0.8em;
}

.center{
	text-align: center;
}
.right{
	text-align: right;
}