body {
	background: #ffffff url(background.png) ; 
	text-align: left; 
	margin: 0px;
	font: 12pt Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 0px;
}

table {

	text-align: left; 
	margin: 0px;
	font: 10pt Arial, Helvetica, sans-serif;
	/*padding:0px 0px 0px 0px;*/
}

td {

	text-align: left; 
	margin: 0px;
	font: 10pt Arial, Helvetica, sans-serif;
	/*padding:0px 0px 0px 0px;*/
}


/* Header / logo ... */
#header {
	height: 100px;
	/*background: url(images/logo2.png) repeat-x;*/
	float: left;
	width:100%;
	/*position: absolute;
	left:3px;
	right:3px;
	top:3px;*/
}

#logo1 {
	position: absolute;
	left:0px;
	top:0px;
	width: 910px;
	height: 100px;
	background: url(banner.jpg) no-repeat;
}

#headerr {
	/*position: absolute;*/
	left:910px;
	top:0px;
	height: 100px;
	width: 100%;
	background: url(banner2.jpg) repeat-x;
}

#banner {
	position: absolute;
	right:26px;
	top:10px;
}

/* end */

/* main layout ... */

#mainbox {
	min-width: 700pt;
	max-width: 850pt;
	margin: 0; padding: 0;
	clear: both;
}
#mainlarge {
	width: 100%;
	margin: 0; padding: 0;
	clear: both;
}

.spaced { 
  padding: 2pt 0pt 0pt 0pt;
}

.menu-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px 0px 1px 17px;
}

.menu-item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0477AD;
	text-align: left;
	padding: 1px 0px 1px 17px;
	background-image: url(bullet3.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.menu-section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0477AD;
	background-color: #999999;
	text-align: left;
	padding: 1px 2px 1px 2px;
	margin: 3px 0px 2px 0px;
	font-weight: bold;
}

table.mainLarge{
  border:0;
  cellpadding:0;
  width:100%;
}
table.fixedSize{
  width:400pt;
}
table.maxWidth{
  width:1000pt;
}

td.sidebar{ 
  vertical-align: top;
  white-space: nowrap;
}

td.maincontent { 
  vertical-align:top;
  width:100%;
}
td.rightbar { 
  vertical-align:top;
  width:160px;
}
/* table */

table.head {
	vertical-align: text-top;
 	/*color: #0477AD;*/
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
td.head { 
	vertical-align: text-top;
	background: url(nforumcaption.gif);
	  /*background-color:#bbd;*/
	margin: 0px;
	padding: 0px;
	border: 1px solid #eeeeee;
	padding:4px 4px 4px 4px;
	font-weight:bold;
  
}

table.head2 {
	vertical-align: text-top;
 	/*color: #0477AD;*/
	color: #000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
td.head2 { 
	vertical-align: text-top;
	background: url(nforumcaption2.png);
	  /*background-color:#bbd;*/
	margin: 0px;
	padding: 0px;
	border: 1px solid #eeeeee;
	padding:4px 4px 4px 4px;
	font-weight:bold;
}

td.content {
  /*vertical-align: text-top;*/
  color: #000000;
  background-color:#f8f8f8;
  border-style:inset;
  border: 1px solid #eeeeee;
  padding:2px 4px 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:normal;
}
td.contentPair { 
  /*vertical-align: text-top;*/
  color: #000000;
  background-color:#eee;
  border-style:inset;
  border: 1px solid #eeeeee;
  padding:2px 4px 2px 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:normal;
}

/* cadre table */
.captionleft { 
  width: 9px; 
  height: 26px; 
}
.captionright { 
  width: 9px; 
  height: 26px; 
}
.captioncenter {
  background-image: url('top.png'); 
  color: #111; 
  font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  text-align:center;
  font-weight:bold;
}


/* small border */
.dcaption2 {
  width: 100%;
}
.dcaption2 .left { 
  background: url('topleft2.png') no-repeat; 
  float: left; 
  height: 3px; 
  width: 9px; 
  margin-right: -3px; 
}
.dcaption2 .right { 
  background: url('topright2.png') no-repeat; 
  float: right; 
  height: 3px; 
  width: 9px; 
  margin-left: -3px; 
}
.dcaption2 .center {
  background: url('top2.png') repeat-x; 
  color: #111; 
  height: 3px; 
  line-height: 3px; 
}





.dcaption {
  width: 100%;
  white-space: nowrap;
}

.dcaption .left { 
  background: url('topleft.png') left repeat-x; 
  float: left;
  width: 9px; 
  height: 26px; 
  margin-right: -3px; 
}
.dcaption .right { 
  background: url('topright.png') right no-repeat; 
  float: right;
  width: 9px; 
  height: 26px; 
  margin-left: -3px; 
}
.dcaption .center {
  background-image: url('top.png'); 
  color: #111; 
  font: 12px Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  height: 26px; 
  line-height: 26px;
  text-align:center;
  font-weight:bold;
  margin: 0px 6px 0px 6px;
}

.dbody {
  width: 100%;
}

.dbody .leftwrapper {
	margin:0; padding:0;
	background: url("left.png") left repeat-y;
}
.dbody .rightwrapper {
	margin:0; padding:0;
	background: url("right.png") right repeat-y;
}
.dbody .leftcontent {
	float:left;
	width:9px;
	margin:0;
	padding:0;
}
.dbody .rightcontent {
	float:right;
	width:9px;
	margin:0; 
    padding:0;
}
.dbody .dcenter {
	margin: 0px 5px;
}
.dbody .dinner {
    background:  #eee url('menubg.png');
	color: #000;
    font: 10pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding: 7px;
	position:relative;
}

.dbody .google { 
	padding: 5px;
	position:relative;
	text-align:center;
}

.dbottom .left { 
  background: url('bottomleft.png') no-repeat; 
  float: left; 
  height: 8px; 
  width: 9px;  
  font-size: 1px; 
  margin-right: -3px;
}
.dbottom .right { 
  background: url('bottomright.png') no-repeat; 
  float: right; 
  height: 8px; 
  width: 9px;  
  font-size: 1px; 
  margin-left: -3px;
}
.dbottom .center {
  background-image: url('bottom.png');
  height: 8px;  
  font-size: 1px; 
}

.dntop {
	border-bottom: 1px solid #a9a9a9;
	width: 99%;
	margin-left: auto;
	margin-right: auto;
}

/* end */



.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

a:link img { 
  border-style: none;
}
a:visited img { 
  border-style: none;
}
a {
	color: #006494; 
	font-family: 10px arial, sans-serif; 
	font-weight:bold;
	text-decoration: none;
	text-align:left;
	padding-left:  0px;
	/*padding-bottom:  2px;*/
}
a:hover {
	color: #8681AE;
	text-decoration: underline;
	text-align:left;
}


.smalltext {
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	color:#5d6e75;
}

form {
	display: inline;
}
.spacer {
	padding: 2px 0 2px 0;
}

#wm {
	voice-family: "\"}\"";
	voice-family: inherit;
	/*background: #f3eded url(images/wblogo.png) bottom right no-repeat;*/
	border: 1px solid #ede3e3;
	padding: 10px 150px 10px 10px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.button {	
	border: #b7b5b5 1px solid;
	color: #000;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align:center;
	background-image : url(button.png);
}


h1 { font-size: 18pt; }
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; }
h3 { font-family: Arial, Helvetica, sans-serif;font-size: 12pt; }
h4 { font-family: Arial, Helvetica, sans-serif;font-size: 12pt; }
h5 { font-family: Arial, Helvetica, sans-serif;font-size: 10pt; }

h1 { 
  color: #0171A6;
  /*height: 30px;*/
  font-weight: bold;
  margin-bottom : 5px;
  margin-top : 15px;
  background : url(menubg3.gif);
  background-repeat: no-repeat;
  background-position: 0px 27px;
}

h2,h3,h4,h5,h6{ 
  color: #0171A6;
  /*height: 25px;*/
  font-weight: bold;
  margin-bottom : 5px;
  margin-top : 15px;
  background : url(menubg3.gif);
  background-repeat: no-repeat;
  background-position: 0px 18px;
  }

/*h5,h6 { 
  font-weight: bold;
  margin-bottom : 1pt;
  margin-top : .4em;
  background : url(images/menubg2.png);
}*/

p {
  margin-top: 7px;
  margin-bottom: 2px;
}

ul { 
  margin:2pt 2pt 2pt 2em;
}


