@charset "UTF-8";
/* CSS Document */


body{
margin:0;
padding:0;
line-height: 1.5em;
background-color:#cde1e8;
height: 100%;
min-height: 100%;
}

b{font-size: 110%;}
em{color: red;}

#wrapper{
width: 774px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#top{
height: 100%; /*Height of top section*/
background: #cde1e8;

}

#container{
}

h1{
font-size:14px;
padding-top:75px;
padding-bottom:15px;
text-transform:lowercase;
font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2{
font-size:14px;
padding-top:0px;
padding-bottom:15px;
text-transform:lowercase;
font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#contentwrapper{
float: left;
border: #000;
width: 774px;
}

#border{
border: #000;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/
}



#bottom{
clear: left;
width: 772px;
min-height:105px;
float:left;
height:100px;
text-align:right;
}

#bottom2{
clear: left;
width: 772px;
min-height:105px;
float:right;
}

#middleleft {
float: left;
width: 481px;
border-style: solid;
border-width: 1px;
border-color: #000;
border-right-style:none;
height:386px;
background-color:#FFF;

}

#middleright {
background-color:#FFF;
margin: 0;
float: left;
width: 289px;
height: 1%; /* Holly hack for Peekaboo Bug */
border-style: solid;
border-width: 1px;
border-color: #000;
border-left-style:none;
height: 386px;
min-height: 100%;
}


#middletext {
	padding:10px;
	color:#666668;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10px;
	line-height: 12px;
}

#middletext a:link {text-decoration: none; color:#666668;}
#middletext a:visited {text-decoration: none; color:#666668;}
#middletext a:active {text-decoration: none; color:#666668;}
#middletext a:hover {text-decoration: underline; color: #333;}

#topleft {
	float: left;
	min-height: 84px;
	min-width: 216px;
	overflow: hidden;
	height:100%;
}

#topright {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#666668;
	font-size:11px;
	float: right;
	width: 490px;
	text-align:right;
	height: 1%; /* Holly hack for Peekaboo Bug */
	padding-left: 10px;
	padding-top: 60px;
	margin-bottom:30px;
}

#topright a:link {text-decoration: none; color:#666668;}
#topright a:visited {text-decoration: none; color:#666668;}
#topright a:active {text-decoration: none; color:#666668;}
#topright a:hover {text-decoration: underline; color: #333;}