/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
* {
	padding:0;
	margin:0;
}

form { border: 0px; }

legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:80%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 0px;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 5px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
}

body {
	font-size:100%;
	background-color:rgb(0,0,0);
	font-family: "Trebuchet MS", Courier, monospace;
	color: #ffa11a;
	background-image: url(../img/bg.png);
	background-repeat:repeat;
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
	width:960px;
	margin:0px auto;
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.0em;
}
.main {
	clear:both;
	width:960px;
	padding-bottom:0px;
	background-image:url(../img/bg_main.png);
	background-repeat:repeat-y;
}

.left {
	display:inline; /*Fix IE floating margin bug*/
	background-image:url(../img/l.png);
	background-position: top left;
	background-repeat: no-repeat;
	;
	float:left;
	width:205px;
	height: 709px;
	margin:0 0 0 0px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	
}
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	width:596px;
	min-height: 735px;
	margin:0 0 0 0px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-image:url(../img/c.jpg);
	background-repeat:no-repeat;
}

.content_txt {
	width: 580px;
}

.menu {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	margin-top: 15px;
	margin-bottom: 20px;
	width:500px;
	font-size: 10pt;
	min-height: 80px;
	text-align: center;
}

.contact {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	margin-left:20px;
	width:280px;
	min-height: 129px;
}


a {
	display:inline-block;
	margin-top: 3px;
	margin-left: 6px;
	font-size: 1.0em;
	color: white;
}

a:hover {
	display:inline-block;
	margin-top: 3px;
	margin-left: 6px;
	font-size: 1.0em;
	color: red;
}

.right {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:left;
	width:159px;
	height: 709px;
	background-image:url(../img/r.png);
	background-position: top left;
	background-repeat:no-repeat;
	margin:0 0 0 0px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}

.footer {
	clear:both;
	width:954px;
	height: 98px;
	text-align: center;	
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	background-image: url(../img/footer.png);
	background-repeat:no-repeat;
	background-position: top left;
}

.footer_txt {
	clear:both;
	width:666px;
	al	
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
	
}
/* HEADER */
.header {
	width:960px;
	height: 205px;
	background-image: url(../img/banner.png);
	background-position: top left;
	background-repeat: no-repeat;
}
/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-bottom:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
p:after {
	content:".";
	display:block;
	height:0; /*clear:both*/
	;
	visibility:hidden;
}
.footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear-contentunit {
	clear:both;
	width:690px;
	height:0.2em;
	border:none;
	background:rgb(210,210,210);
	color:rgb(210,210,210);
}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {
.header-top {
	width:954px;
	height:80px;
	background:rgb(240,240,240);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
}
@media print {
.header-breadcrumbs {
	width:954px;
	background:transparent;
}
}
@media print {
.nav2 {
	float:left;
	width:954px;
	border:none;
	background:rgb(240,240,240);
	color:rgb(75,75,75);
	font-size:1.0em;
	font-size:130%;
}
} /*Color navigation bar normal mode*/
@media print {
.main {
	clear:both;
	width:954px;
	padding-bottom:30px;
	background:transparent;
}
}
@media print {
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:199px;
	border-right:solid 1px rgb(200,200,200);
	border-bottom:solid 1px rgb(200,200,200);
	background-color:rgb(240,240,240);
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE*/;
}
}
@media print {
.footer {
	clear:both;
	width:954px;
	height:3.7em;
	padding:1.1em 0 0;
	background:rgb(240,240,240);
	font-size:1.0em;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
}

