* { margin:0em; padding: 0; }

body {
	background:url(diagonal_bg.gif) repeat;
 	color: #555; 
 	font: 70%/1.5  Tahoma;
 	text-align: center; 
 	margin: 15px 0;
}  

/* links */
a	{ 
	color: #339999;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	background: inherit; 	 
}
 
/* headers */

h1 {
	font-size: 2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 {
	font-size:16px;
	text-transform: none;
	color: #333333;
	font-family: Tahoma;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	color: #669999;
	letter-spacing: 1px;
	font-family: Tahoma;
	font-weight: normal;
}

h1 {
	padding: 0em;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
h4 {
	font-size:12px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
h5 {
	font-size:14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #669999;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
}
ul span, ol span {
	color: #666666;
}

/* images */
img {
	border: 2px none #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Tomaha', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}


/* form elements */

form {
	padding: 0;
	border: 1px  solid #006699;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 120px;
	margin-bottom: 10px;
	margin-left: 120px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 5px;
}
input {
	padding:3px;
	margin:0px 5px;
	border:1px solid #eee;
	font: normal 1em tahoma;
	color:#777;
}

input.button { 
	margin: 5px; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}



/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color: #FFFFFF;
   width: 790px;
    
   
   	
}
#content-wrap {
	clear:both;
   margin:0; padding:0;
	width: 790px;	
	border:#000000;
	border:thin;	
}

/* header */
#header {
	position: relative;
   clear:left;
   width: 790px;
	height: 135px; 
	margin: 0; padding: 0;
	background: url(header.gif) no-repeat left top;			
}


/* menu tabs */
#header #header-tabs {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	height:30px;
	background: url(hdback.gif) no-repeat;
 
} 
#header-tabs ul {		
	margin:0;
   padding:1px 0px 0px 7px;
   list-style:none;
    font:Tahoma;
	font-size: 12px;
	font-weight:bold;
	  
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url(tab_black_black.gif) repeat-x;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background-color: transparenct;
   background: url(tab_black.gif) repeat-x center center;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float:left;
	width: 780px;
	margin: 0; padding: 0;
	border: 5px;
	border-color:#000000;
	background-color: inherit;
}
#main h1 {
	padding: 8px 1px 5px 25px;
	text-transform: none;
	border-bottom: 2px solid #f2f2f2;
	color: #669999;
	background-image: url(square_mimic.gif);
	background-repeat: no-repeat;
	background-position: -1pt 0.5em;
}	
 h1 {
	text-transform: none;
	color: #669999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}	
.border_bottom_solid {
border-bottom: 2px solid #f2f2f2; }



/* footer */
#footer { 
height: 41px;
	color: #CCC;
	background: url(ftback.gif) no-repeat;
	background-color:d1e5e5;
	margin: 0;	
	font-size: 92%;	
	bottom: 0;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }



/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }

div.content {
	border-width: 0;	/* Fix print/v4 borders issue */
	background-color: #FFFFFF;
}

.bottom_border {
border-bottom:#CCCCCC;
border-bottom-width:1px;
border-bottom-style:dotted;}
#network ul {
font:tahoma;
font-size:11px;
color:#999999;
}
#network ul li
{
font:tahoma;
font-size:11px;
color:#669999;
}

/* set background images for corners */
.rbroundbox { background: #99cccc;}
.rbtop div  { background: url(new_top_left.gif) no-repeat top left; }
.rbtop      { background: url(new_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(new_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(new_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox {
	width: 15em;
	margin: auto;
}
.index_link a {
font: tahoma;
font-size:11px;
color:#666666; }


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 11px Tomaha;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background:  brown url(tab_grey.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-color: transparent;
	background-image: url(tab_blue.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
