* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

body {
	background-color: #f3d4b1;
	text-align:center;
	padding: 0px;
	margin: 0px; 
	}

div, td, th, p, li, input, select, textarea { 
	font: 13px Arial, Helvetica, sans-serif;
	color:#063104;
	margin: 0px; 
}

h1 {margin-top: 0px;FONT-WEIGHT: bold; FONT-SIZE: 17px;color:#000; }
h2 {margin-top: 0px;FONT-WEIGHT: normal; FONT-SIZE: 16px;color:#000; }
h3 {margin-top: 0px;FONT-WEIGHT: normal; FONT-SIZE: 16px;color:#000; }

.left { float:left; }
.right { float:right; }
.clear { clear:both;}

/*     Float containers fix 
=============================== */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


/*       Links
======================= */
a {
	color:#CC0000;
    text-decoration:underline;
}
a:hover {
    color:#000;
}
a img {
	border:none;
}
a:active, a:focus {
	outline:0;
}
	
#xouter{
	height:100%;
	width:100%;
	display:table;
/*	vertical-align:middle; */
}
#xcontainer {
	text-align: center;
	position:relative;
/*	vertical-align:middle; */
	display:table-cell;


	}	
#xinner {
	width: 980px;
	background:#fff;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000;
}


#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin-right: 315px; /*Set right margin to RightColumnWidth*/

}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
/* border:1px solid #000;	*/

}
#rightcolumn{
float: left;
width: 315px; /*Width of right column in pixels*/
margin-left: -315px; /*Set left margin to -(RightColumnWidth) */
}

.contentbox-half-left {float: left; text-align:left;width: 395px; margin-top: 10px;margin-left: 0px;}
.contentbox-half-right {float: left;text-align:left; width: 250px;height:196px; margin-top: 10px; background:#aba6e0;}

.fullbox-border {
	width: 642px;
	border: solid 1px rgb(200,200,200);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
}

/* form */
.inputtext { 
	width: 150px;
	border: none; 
	background: url(../images/logininput.gif); 
	padding: 4px; 
}
#centercontent 
{ 
	margin-right:15px;
	margin-left:158px;
	padding:4px;
	font-size:12px;
}
#leftcontent 
{ 
	float:left;
	width:155px;
	padding:4px;
	font-size:14px;
}
input.login { 
	width: 150px;
	border: none; 
	background: url(logininput.gif); 
	padding: 4px; 
}
.yellowbutton {
	BORDER: solid 0px #FFFFFF;
	BACKGROUND: URL(../images/yellowbuttonbg.gif) no-repeat;
	HEIGHT: 21px;
	WIDTH: 64px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Tahoma;
	FONT-SIZE: 11px;
	margin-left: 55px;
	padding-top: 3px;
	padding-bottom: 15px;
	vertical-align:middle;
}
#centercontentsearch 
{ 
	
	margin-left:0px;
	padding:8px;
	font-size:12px;
}

/* form */
.clearthis {
	CLEAR: both; FLOAT: none; MARGIN: 0px; OVERFLOW: hidden; HEIGHT: 1px;
}


/* Rounded box */
.t {background: url(../images/dot.gif) 0 0 repeat-x;} /* width: 490px */
.b {background: url(../images/dot.gif) 0 100% repeat-x}
.l {background: url(../images/dot.gif) 0 0 repeat-y}
.r {background: url(../images/dot.gif) 100% 0 repeat-y}
.lbox {background: url(../images/lightbox.gif) 0 100% repeat-x; padding-top: 8px; margin: 0px 2px 0px 2px; text-align:left;}
.dbox {background: url(../images/darkbox.gif) 0 100% repeat-x; height:50px; margin: 0px 2px 0px 2px;text-align:center;}
.bl {background: url(../images/bl.gif) 0 100% no-repeat}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat;} 
/* Rounded box end*/



#clearfooter {
	clear:both;
	height:52px;
}/*needed to make room for footer*/
#footer {
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #aca7df;
	color: #000;
	text-align:center;
	position:relative;
	top:1px;
}
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#footer a {
	COLOR: rgb(0,0,0); text-decoration: underline;
}
#footer A:hover {
	COLOR: rgb(0,0,0); text-decoration: none;
}
#footer p {
PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 1.3em; PADDING-TOP: 0px; TEXT-ALIGN: center;
}
	
/*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
	
