@charset "utf-8";
/* CSS Document */

body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#FBE7AC;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size:.9em;
}
img {
	border:0px;
}

a:link, a:visited {color:#296491;text-decoration:underline;font-weight:normal;}

#container {
	width: 722px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #304392;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFF;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; 
}
#leftSideBar {
	padding: 15px 0;
	margin:10px 5px 0 5px;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
#mainContent {
	margin: 10px 15px 0 15px;
}

.letter{font-size: 14px; color:#333333; padding:10px;}
.letter2{background-color:#DFEEF2;font-size: 14px; color:#333333; padding:10px;}

#feature {
	background-color:#DFEEF2;
	margin: 10px;
	padding:10px;
}
#feature2 {
	background-color:#DFEEF2;

	padding:10px; margin-right:20px;margin-bottom:10px;
}
#feature a:visited{font-weight:normal;}
#feature TD {
	text-align:center;
}

#books a:link, a:hover, a:visited{color:#336699;
font-weight:bold;}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#57ADCA;
	font-size:10px;
	color: #336699;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a:link {
	color:#336699;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover {
	color:#336699;
	text-decoration:underline;
}
#footer a:visited {
	color:#336699;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
/* Miscellaneous classes for reuse */
 .fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.outSide {
	border: 1px solid #ccc;
	margin:5px;
}
.inSide {
	margin:5px;
	background-color:#CCCC99;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.title1 {
	font-size: 1.5em;
	color:#296491;
	font-weight:bold;
	padding-bottom: 7px;
}
.title2 {
	font-size: 14px;
	color:#000;
	font-weight:bold;
}
.title3 {
	font-size: 1.0em;
	color:#009933;
	font-weight:bold;
	padding-bottom: 7px;
}
.textsm {
	font-size: 11px;
}
.submit {
	background-image: url(images/submit.jpg);
	height: 34px;
	width: 121px;
}

.caption{
	color: #0066CC;
	font-weight: bold;
	margin-top:5px;
}



#dailybiscuit p {
	list-style:none;
	font-size:12px;
	color:#296491;
	margin:0 10px;
	width:180px;
	border-top: 1px dashed #FFF;
	height:29px;
	padding: 10px 0 2px 38px;
	background: url(images/biscuit_icon.png) left center no-repeat;
}

#letters_pup p {
	list-style:none;
	margin: 10px 10px;
	font-size:12px;
	color:#296491;
	width:180px;
	border-top: 1px dashed #FFF;
	height:25px;
	padding: 10px 0 2px 38px;
	background: url(images/letter_icon.png) left center no-repeat;
}


#letters_pup a:visited{color:#296491; font-weight:bold;font-family: Tahoma, Verdana, Arial; font-size: 12px; 
}

#dailybiscuit a:visited{color:#296491; font-weight:bold;font-family: Tahoma, Verdana, Arial; font-size: 12px;
}

/* boxes */

#box1 {
	background-color: #B1D6B1;
	width:231px;
	margin-bottom:10px;
}

#box1 a:link,a:visited{color:#296491; font-weight:bold;font-family: Tahoma, Verdana, Arial; font-size: 14px;
}

#readmore a:link,a:visited{color:#296491; font-weight:bold;	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 1.2em;
}
#box2 {
	background-color: #FFCC66;
	width:231px;
	margin-bottom:10px;
}

#box3 {
	background-color: #83CCE4;
	width:231px;
	margin-bottom:10px;
}
#box2 P, #box3 P, #box1 P {
	margin:7px;
	font-size:.9em;
}



/*Font Classes */

.boxTitle {
	font-size: 1.0em;
	color:#296491;
	font-weight:bold;
}
