.skeleton {
color:#FF0000;
font-style:italic;
}
/* html tags defined */
body {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #693E1E;
	background-color: #693E1E;
	font-size: .9em;
}
h1{
font-size: 1.5em;
}
h2{font-size: 1.3em;
background-color: #EF9352;
padding: 2px 10px;
}
h3{font-size: 1.05em;
}
div {	
display:block;
visibility:visible;
}
.columnLeft {
float: left; 
margin-right: 3%;
width: 30%;
}
.columnRight {
float: right; 
width: 30%;
}
#container {
	position:absolute;
	top:0px;
	left: 10%;
	width: 80%;
	padding: 0;
	margin: 0;
	border: 1px solid #000000;
	background-color: #FFDC8C;/*F1D6C4 */
	min-height: auto;
}
#header, #menubar, #middlecontainer, #footer, #bottom_menu {
	position: relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
clear: both;
}

#middlecontainer {
}
#header {
background-image:url(images/HeadBg.jpg);
background-repeat:repeat-x;
}
#footer {
padding:  2px 0px;
background-color: #EF9352;
text-align:center;
font-size: .8em;
}

#content {
	position:relative;
	top:0;
	margin: 3%;
	padding: 0;
	width:93%;
	text-align:left;
		min-height: 500px;
}
#callout, #calloutleft {
background-color:#FFE8B2;
/*FFF3D9#8092AC
background-image:url(images/calloutBg.jpg);
background-repeat:repeat-x;
*/
	border: 1px solid #693E1E;
	/*color:;#BFD9FF*/

} 

#callout {
	float:right;
	margin-left: 6px;
	padding: 10px;
	width:25%;
	
	}
#calloutleft {
	float:left;
	margin-right: 6px;
	padding: 10px;
	width:150px;
	}
.subnav {
}

.subnav:hover {
}
img.left {
float:left;}
img.right {
float:right;}

a:link, a:visited {
color: #3333CC;
text-decoration:underline;
}
a:hover {
color: #FF6600;
text-decoration:none;

}
.larger {
font-size:larger;}
.smaller {
font-size:.8em;}