
body{
	margin: 10 70 30 70;
	background-image: url("page_bg.jpg");
	background-repeat: repeat-x;
	font-size:11px;
	color: #223344;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.tabletopleft{
	background: url("table_top_left.jpg") no-repeat top left; z-index:0;
}

.tabletopright{
	background: url("table_top_right.gif") no-repeat top right; height:100px; z-index:0;
} 
.bigtext{
	color:#2243aa; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	font-size: 17px; 
	letter-spacing: 0.02em;
	background-color:#ddeeff;
}

.subtext{
	color:#2243aa; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight:bold;
	font-size: 15px; 
	letter-spacing: 0.02em;
}
.boxleft {border: 1px solid #dddddd; background-color:white; margin-left:5px; margin-top:5px;}

.boxright {border: 1px solid #dddddd; background-color:white; margin-right:5px; margin-top:5px;}

.subjbox{background-repeat: no-repeat; height:120px; width:100%; margin: 5 5 5 5;}

div#innertextbox{
	width: 95%;
	height: 85;
	background:#ffffff; 
	filter: alpha(opacity=75);
	opacity: 0.75;
	margin: 8px 8px 8px 50px;
	padding: 5px;
	overflow: hidden;
	}

.wrapper {
	background: #f1f2ea url(background.gif) repeat-y right;
}
.header {
	background: #fff;margin-top:10px; height:105px;
}
.container {
	width: 100%;
	background: #f1f2ea url(background.gif) repeat-y right;
	float: left;
	margin-right: -290px;
}
.content {
	background: #f1f2ea;
	margin-right: 295px;

}
.sidebar {
	width: 290px;
	float: right;
}

.footer {
	background: #ffffff;
	font-family: arial, sans-serif;
	font-size:8px;
	color:#666666;
	letter-spacing: 0.05em;
}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
input.btn{
   color:#000;
   font-family:verdana;
   font-size:10px;
   font-weight:bold;
   padding: -2px;
   background-color:#cce;
   border:2px solid;
   border-top-color:#669;
   border-left-color:#669;
   border-right-color:#336;
   border-bottom-color:#336;
   vertical-align: middle;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#55558877');
}