#boxContainer {
width: 320px;
margin:auto;
margin-top:5px;
margin-bottom:10px;
}

#boxContainertop {
width: 330px;
margin:auto;
margin-top:5px;
margin-bottom:10px;
}


#boxContainerWrap {
width:auto;
margin:auto;
margin-top:5px;
margin-bottom:10px;
}

.spiffy {
	display: block;
}

.spiffy * {
	display: block;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
	background: #f6f7f4;
}

.spiffy1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-top: 1px solid #e5e6e3;
	border-left: 1px solid #e5e6e3;
	border-right: 1px solid #e5e6e3;
	background: #f6f7f4;
}

.spiffy2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #e5e6e3;
	border-right: 1px solid #e5e6e3;
	background: #f6f7f4;
}

.spiffy3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #e5e6e3;
	border-right: 1px solid #e5e6e3;
}

.spiffy4 {
	border-left: 1px solid #e5e6e3;
	border-right: 1px solid #e5e6e3;
}

.spiffy5 {
	border-left: 1px solid #e5e6e3;
	border-right: 1px solid #e5e6e3;
}

.spiffy6 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-bottom: 1px solid #e5e6e3;
	border-left: 1px solid #e5e6e3;
	border-right: 1px solid #e5e6e3;
	background: #f6f7f4;
}

.spiffyfg {
	background: #f6f7f4; /* foreground colr */
	border-left: 1px solid #e5e6e3;
	border-right: 1px solid #e5e6e3;
	padding: 2px 6px 1px 6px;
}

.spiffyfg h1 {
   font-size:16px;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   margin
}

.inner_content tr {
border:0px;
}

.inner_content {
font-size:12px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.inner_content td.req {
font-size:11px;
text-align:center;
padding-left:5px;
padding-right:5px;
}

.antispam { display:none;}

h1.orange {
font-size:15px;
margin-left:20px;
color:#FF6600;
}


h1.bluey {
font-size:15px;
margin-left:20px;
color:#0C2241;
}


h3.articleTitle {
font-size:13px;
font-weight:bold;
margin:0;
padding:0;
margin-top:20px;
}

.articleTitle a {
text-decoration:none;
color:#336666;
}

.articleTitle a:hover {
text-decoration:underline;
color:#003366;
}


li.articleEntry {
margin-top:5px;
list-style:none;
}

.articleFrom {
margin-bottom:10px;
margin-top:0px;
}

/*   change  code */

.formheader {
font-size:18px;
color:#EB7907;/*#ff7200;*/
font-weight:bold;
}

.formsubheader {
font-size:16px;
color:#000000;
font-weight:bold;
margin-bottom:0px;
}

.formsubcontent {
font-size:14px;
color:#000000;
font-weight:bold;
margin-top:0px;
}


#formmod {
background-color:/*#f0f0f0;*/#D8D7CC;
/*background-image:url(images/form_bg2.gif);*/
background-position:bottom;
background-repeat:repeat-x; 
border:none;
}

.maintext {
font-size:12px;
color:#000000;

}

.formtext {
font-size:12px;
color:#000000;
font-weight:bold;
padding:4px 5px 4px 0px;
}

leadform td {
padding:5px 10px;
}


input, textarea, select {
border:solid 1px #a5a5a5;
background-color:#f5f5f5;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
width:165px;
padding:3px;
margin:3px 0px;
}

/*  tabber  Style start -------------------- */
 
.tabberlive .tabbertabhide {
 display:none;
}
.tabber {	
}
.tabberlive {
 margin:0 5px;
}
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 font: bold 12px Arial, Helvetica, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 text-decoration: none;
}
/*---- tabbertab = the tab content---------------------*/
.tabberlive .tabbertab {
 padding:5px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/*tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


