/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#996600;      /* Font color on hover */
	background: #CCFFFF;
	border-left:3px solid #ccc;
	border-top:3px solid #ccc;
	border-bottom:none;
	border-right:1px solid #ccc;
}
h2{
	margin:0;
	font-size:120%;
	font-family:"trebuchet ms", verdana, sans-serif;
}
h1{
	margin:0;
	font-size:150%;
	color:#fff;
	font-family:"trebuchet ms", verdana, sans-serif;
}

HR {
	 color: #ccc;
     background-color: #ccc;
	 height: 1px;
	 border: none;
}


#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 0em 1em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
	font-size:11;
}

#globalnav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.30em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#bbb;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#444;

}

.tabcontent {
	padding:2em; /* acts little ike cellpadding, so dont touch this */
	clear:both;
	background: #FFFFFF ;  /* Background color */
	border-top:0px solid #ddd;
	border-bottom:0px solid #ddd;
    border-left:0px solid #ddd;
	border-right:0px solid #ddd; 

    color:#000000;      /* font color */
	font-size: 12px;    /* font size -- does not affect standard view */
  }
#mainnavtabbed1{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#mainnavtabbed1 li{
	margin-left:0px; /* distance between tabs */
	margin-bottom:0px;
	text-align: center; /* alignment of text within tabs */
	float:left;
	width:7em; /* width of actual tab */
	margin-bottom:0px;
}

/* this is the active tab class, just as below */
#mainnavtabbed1 li a{
	padding:5px; /* padding around the text within the tabs */
	border-left:3px solid #ccc; /* border of the inactive tab */
	border-top:3px solid #ccc; /* border of the inactive tab */
	border-bottom:none;
	border-right:1px solid #ccc; /* border of the inactive tab */
	background:none;
	display:block;
	color:#aaaaaa;
	text-decoration:none;
	font: 13px Arial, Helvetica, sans-serif;
}

/* the folowing section deals with the tabbed button when active */

#mainnavtabbed1 li a.tabon,#mainnavtabbed1 li a.tabon:hover{
	color:#996600;        /* Font color on tab */
	background:#FFFFCC;   /* Tab Color */
	border-left:3px solid #aaa;
	border-top:3px solid #aaa;
	border-bottom:none;
	border-right:1px solid #aaa;
}

/* the folowing section deals with the tabbed button when hovered */
#mainnavtabbed1 li a:hover{
	color:#996600;      /* Font color on hover */
	background: #CCFFFF;
	border-left:3px solid #ccc;
	border-top:3px solid #ccc;
	border-bottom:none;
	border-right:1px solid #ccc;
}
h2{
	margin:0;
	font-size:120%;
	font-family:"trebuchet ms", verdana, sans-serif;
}
h1{
	margin:0;
	font-size:150%;
	color:#fff;
	font-family:"trebuchet ms", verdana, sans-serif;
}

HR {
	 color: #ccc;
     background-color: #ccc;
	 height: 1px;
	 border: none;
}

/* content Style */
.divCOut{
width:620px;
border:1px solid #cccccc;
}
.divCTop{
border-top:1px solid #C6C6C6;
clear:both;
width:100%;
padding:2px;
}

.divCLeft{
width:200px;
text-align:left;
float:left;
padding:2px;
}

.divCRight{
width:400px;
text-align:left;
float:right;
padding:2px;
}
