body {
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #2C6495;
}
	   
#wrapper {
	text-align: left;
	width: 984px;
	margin: 0 auto;
	background: #FFF;
	border: #20205E 6px solid;
}
#header{
	height: 177px;
	background: #8585D6;
	text-align: center;
}

#left {
	clear:none;
	float:left; 
	width: 150px;
	padding: 10px;
}

#right {
	clear:none;
	float:right;
	width: 774px;
	border-left: 1px dotted #CC6666;
	color: #333333;
	padding: 10px;
}

#footer{
	clear:both;
	height:80px;
	text-align: center;
	border-top: 1px solid #6666CC;
	background-color: #D5D5F0;
}
#footer p {
	margin-top: 10px;
	font-size: 90%;
	color:#455FC7;
}

p {
	font-size: 90%; 
	color: #666666;
}
	
#left p{
	font-size: 95%; 
	color: #666;
	line-height: 1.2em;
}

#right p {
	font-size: 100%;
	color: #666;
	line-height:1.2em;
}
h1 {
	color: #333333;
	font-size: 110%; 
	border-bottom: 2px solid #AD3838;
}
h2 {
	font-size: 105%; color: #CC6666;
	margin: 12px;
}
h3 {
	font-size: 95%; 
	margin: 12px 5px; 
	color: #B83D3D;
}

.validbutton {
	font-size: 70%;
	border: 1px solid #B83D3D;
	padding: 4px;
	margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
	width: 250px;
}

#caption {
	font-size: 7pt;
	font-family: Verdana, Arial, "Times New Roman";
	color: blue;
}

a:link {color:#AD3838;}
a:visited {color:#AD3838;}
a:active {color:#8585D6;}
a:hover {color:#BB3E3E; text-decoration:none}	

#tabs_header {
  float:left;
  width:100%;
  background:#DAE0D2 url("images/tabs_bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#tabs_header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabs_header li {
  float:left;
  background:url("images/tabs_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#tabs_header a {
  float:left;
  display:block;
  background:url("images/tabs_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs_header a {float:none;}
/* End IE5-Mac hack */
#tabs_header a:hover {
  color:#333;
  }
#tabs_header #current {
  background-image:url("images/tabs_left_on.gif");
  border-width:0;
  }
#tabs_header #current a {
  background-image:url("images/tabs_right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
.tabs_item {
  margin:3;
  clear:both;
  font-size:10pt;
  }

