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

html, body {
	width:100%;
}
body {
	background-color: #FFFFFF;
}
.title-font
{
	color: #572500;
	font-family: "Bookman Old Style", serif, Roman;
	font-size: 36px;
	font-weight: bold;
}
.sectiontitle
{
	font: bold 18px Tahoma;
	color: #FFFFFF;
}
.basic-font
{
	font: 14px Tahoma;
	color: #000000;
}
.basic-bold {
	font: bold 14px Tahoma;
	color: #000000;
}
.teal-link {
	font: bold 14px Tahoma;
	color: #009999;
}
.orange-headline {
	font: bold 16px Tahoma;
	color: #FF6600;
}
.green-headline {
	font: bold 16px Tahoma;
	color: #339933;
}
.red-headline {
	font: bold 16px Tahoma;
	color: #cc3333;
}
.blue-headline {
	font: bold 16px Tahoma;
	color: #006699;
}
.pink-headline {
	font: bold 16px Tahoma;
	color: #cc3366;
}

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	cursor: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	border: 3px outset #CCC;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
	height: auto;
	width: auto;
	-moz-border-radius-topright: 35px;
	-moz-border-radius-topleft: 35px;
	-moz-border-radius-bottomright: 35px;
	-moz-border-radius-bottomleft: 35px;
	-moz-border-radius: 35px;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.shadow1 {
        width: 800px;
		height: auto;
		margin: 20px;
        background-color: rgb(68,68,68); /* Needed for IEs */
        -moz-box-shadow: 3px 5px 10px rgba(68,68,68,0.6);
        -webkit-box-shadow: 3px 5px 10px rgba(68,68,68,0.6);
        box-shadow: 3px 5px 10px rgba(68,68,68,0.6);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6,MakeShadow=true,ShadowOpacity=0.30);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=6,MakeShadow=true,ShadowOpacity=0.30)";
        zoom: 1;
}
.shadow1 .content {
        position: relative; /* This protects the inner element from being blurred */
        padding: 20px;
        background-color: #ffffff;
}

.clear {
	clear: both;
}
                       
#sidebar ul { background: #CCCCCC; padding: 10px; }                       
#sidebar { 
width: 100px; 
position: fixed; 
left: 75%; 
top: 150px;
margin: 0 0 0 25px; }

.small {
position: relative;
font-size: 6px;
display: block;
}
