@charset "utf-8";
/* CSS Document */
/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		font-size:9pt; !important
		color:#353535; !important
		}

body {
		background-color:#FFFFFF;
		background:url(../files/backgroundgradient.gif) repeat-x;
		font-family: Arial, Helvetica, sans-serif;
			voice-family: "\"}\""; 
  			voice-family:inherit;
		font-family: Arial, Helvetica, sans-serif;
		text-align:center;
		}
		
/*  ------------------------------------ structure  ----------------------------------------- */
#outsidewrapper {
		width: 818px;
		margin: 0 auto;
		background-image:url(../files/footer.gif);
		background-repeat:no-repeat;
}

#wrapper {
		width: 800px;
		margin: 0 auto;
		font-size:9pt; !important
		color:#353535; !important
		background-color:#FFFFFF;
		background-repeat:repeat-y;
		background:#FFFFFF url(../files/header.jpg) no-repeat;
		padding:3px;
		text-align:left;
		}
		
#wrapperwithshadow {
		width: 818px;
		margin: 0 auto;
		background-image:url(../files/repeatingdropshadow.gif);
		background-repeat:repeat-y;
}

#repeatingshadow{
		width: 818px;
		margin: 0 auto;
		background-color:transparent;
		background-image:url(../files/dropshadow.gif);
		background-repeat:repeat-x;
		}

#masthead{
width:799px;
height:98px;
background:url(../files/masthead.gif) no-repeat;
}

#maincontent {
width:100%;
min-height:400px;
}

#content {
float:left;
width:341px;
padding:10px;
}

#sidebarleft {
float:left;
width:198px;
margin-bottom:5px;
}

#sidebarleft img {
border-top:#C5A767 7px solid;
}

#sidebar {
float:right;
width:231px;
background-color:#e7e3d8;
border-bottom:4px solid #b4975b;
margin-bottom:5px;
padding:0 0 0 8px;
}

#sidebar img {
border-top:#8E783E 7px solid;
margin-left:-8px;
}

#sidebarltxt {
background:#e7e3d8 url(../files/sidebarleftbackground.jpg) repeat-x;
margin-bottom:7px;
padding:5px;
}

#footer {
clear:both;
text-align:center;
}

#endshadow {
text-align:center;
background:url(../files/endshadow.gif) no-repeat;
height:63px;
width:100%;
}

#footerborder {
border-top:1px solid #B59759;
clear:both;
margin-left:1%;
width:98%;
}

#footertext {
text-align:center;
}
/*  ---------------------------------------- Fonts  ----------------------------------------- */
	
#content h1 {
color:#ded2b6;
font-size:9px;
border-top:1px #ded2b6 solid;
border-bottom:1px #ded2b6 solid;
text-transform:uppercase;
line-height:20px;
margin-left:2px;
margin-bottom:14px;
}