body{
	font-family:arial;
	font-size:13px;
	background-color:#006600;
}
#header{
align:center;
width:933px;
background-color: #CCFB5D;
}
a{
text-decoration:none;
}
h1{
margin-bottom:0;
}

#nav {
	width: 100%;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	list-style:none;
	background-color:yellow;
	border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #52D017;;
    box-shadow: 0 1px 2px #d1d1d1;
} 
#nav2 {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style:none;
	background-color:green;
	border-bottom: 1px solid #CCC;
} 
#nav2 li {
	float:left; 
        }

#nav2 li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	font-weight: bold;
	color:black;
	border-right: 1px solid #ccc; }

#nav2 li a:hover {
	color: #6699FF;
	background-color: #fff; } 

#nav li {
	float: left; }

#nav li a {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	font-weight: bold;
	color:#000;
	border-right: 1px solid #52D017; }

#nav li a:hover {
	color: yellow;
	background-color:#52D017; }  

#nav li a.current {
	color: yellow;
	background-color: #52D017; }  

#nav li a.fac {
	color: #000000;
	background-color: #FFCC00;}  

#left{
padding: 0px 10px;
margin:7px 10px 7px 0px;
width:206px;
float:left;
}

#container{
align:center;
width:933px;
background-color:#c0ee7e;
-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#content{
width:660px;
margin:10px 0px;
padding:19px 15px;
float:left;
}

#content2{
width:890px;
margin:0px 0px;
padding:5px 17px;
float:left;
}

#content2 p{
margin-top:2px;
padding-bottom:4px;
}

#content2 h4{
margin-bottom:2px;
padding-bottom:2px;
}

#footer{
background-color:yellow;
height:30px;
padding-top:12px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
clear:both;
text-align:center;
}

table a:link {
	color: blue;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: blue;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	text-shadow: 1px 1px 0px #fff;
	background:#FFF;
	margin-bottom:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 1px #d1d1d1;
	-webkit-box-shadow: 0 1px apx #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #fff,  #fff);
}
table th:first-child {
	text-align: left;
	padding-left:10px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: left;
	padding-left:10px;
}
table td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
table td {
	padding:10px;
	border-top: 1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background: -moz-linear-gradient(top,  #FFFFFF,  #FFFFFF);
}
table tr.even td {
	background: #FFFFFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fff));
	background: -moz-linear-gradient(top,  #FFF,  #fff);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}


#Tabs2 ul {
padding: 0px;
margin: 0px;
margin-left: 0px;
list-style-type: none;
}

#Tabs2 ul li {
display: inline-block;
clear: none;
float: left;
height: 35x;
}

#Tabs2 ul li a{
position: relative;
margin-top: 1px;
display: block;
margin-left: 2px;
line-height: 35px;
padding-left: 0px;
background-color: yellow; 
z-index: 9999;
border: 1px solid #ccc;
border-bottom: 0px;

/* The following four lines are to make the top left and top right corners of each tab rounded. */
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
/* end of rounded borders */
padding-left: 15px;
padding-right: 15px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#Tabs2 ul li a:hover {
text-decoration: none;
background: #52D017; 
}

#Tabs2 ul li a.current {
text-decoration: none;
color: yellow;
background: #52D017; 
}





#Tabs ul {
padding:0px;
margin-top: 0px;
margin-left: 0px;
list-style-type: none;
}

#Tabs ul li {
display: inline-block;
clear: none;
float: left;
height: 35x;
cursor:pointer;
position: relative;
margin-top: 1px;
display: block;
margin-left: 2px;
line-height: 35px;
padding-left: 0px;
background: #52D017;
z-index: 9999;
border: 1px solid #52D017
border-bottom: 0px;

/* The following four lines are to make the top left and top right corners of each tab rounded. */
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
/* end of rounded borders */
padding-left: 15px;
padding-right: 15px;
color: #000000;
text-decoration: none;
font-weight: bold;
}
#Tabs ul li:hover{
cursor:pointer;
background: yellow;
/* The following four lines are to make the top left and top right corners of each tab rounded. */
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
/* end of rounded borders */
padding-left: 15px;
padding-right: 15px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#Tabs ul li:current{
cursor:pointer;
background: yellow;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#Tabs ul li.active {
cursor:pointer;
background: #FFFFFF;
/* The following four lines are to make the top left and top right corners of each tab rounded. */
-moz-border-radius-topleft: 4px;
border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
border-top-right-radius: 4px;
/* end of rounded borders */
padding-left: 15px;
padding-right: 15px;
color: #000000;
text-decoration: none;
font-weight: bold;
}

#Tabs ol li{
text-transform:initial;
margin:6px;
}

#Tabs #Content_Area {
padding:3 px;
clear:both;
background: #FFFFFF;
text-align:left;
overflow:hidden;
line-height:17px;
position: relative;
top: 0px;
left: 2px;
z-index: 5;
overflow: hidden;
border:1px solid #FFF;
}
#Tabs h1,h2,h3,h4,h5,h6
{
margin:8px;
}

p {padding:0px 5px 0px 10px; }