
body{
	font-family:arial;
	font-size:13px;
	background-color:#92CD00;
}

object{
       width:620px;
       height:370px;
}

#header{
align:center;
background-color: #FFF;
}

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

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;
} 

#nav li {
	float: left; }

#nav li a {
	display: block;
	padding: 10px 10x;
	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; } 

#left{
padding: 0px 10px;
margin:7px 3px 7px 3px;
width:260px;
float:left;
}
#left2{
padding: 0px 10px;
margin:7px 3px 7px 3px;
width:430px;
float:left;
}

#right{
padding: 0px;
margin:2px 0px 0px 0px;
width:125px;
float:right;
}

#content{
width:625px;
margin:2px;
padding: 2px;
float:left;
}

#content2{
font-size:14px;
width:430px;
margin:8px;
padding:0px 10px;
float:left;
}

#content2 li
{
margin: 8px;
}


#footer{
background-color:yellow;
padding-top:15px;
height: 40px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
clear:both;
text-align:center;
}

#footer2{
background-color:yellow;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
clear:both;
text-align:center;
}

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

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

#Tabs ul li a{
position: relative;
margin-top: 1px;
display: block;
margin-left: 2px;
line-height: 40px;
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;
}

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

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

#Tabs #Content_Area { // this is the css class for the content displayed in each tab
padding: 3px;
clear:both;
background-color: yellow; 
text-align:left;
overflow:hidden;
line-height:17px;
position: relative;
top: 0px;
left: 2px;
z-index: 5;
overflow: hidden;
border:1px solid #EBEBEB;
}

table a:link {
	color:green;
	font-weight: bold;
	text-decoration:none;
}

table tbody {
	background: #FAFAFA;
}
table a:visited {
    font-weight: bold;
	color:green;
	text-decoration:none;
}

table a:active,
table a:hover {
	color:red;
	text-decoration:none;
}
table {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:14px;
background:yellow;
margin-bottom:20px;
border:#52D017 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:11px 15px 12px 15px;
	border-bottom:1px solid yellow;
    background: yellow;
	background: -webkit-gradient(linear, left top, left bottom, from(yellow), to(yellow));
	background: -moz-linear-gradient(top,  yellow,  yellow);
}
table th:first-child {
	text-align: left;
	padding-left:10px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}
table tr {
	text-align: left;
	padding-left:10px;
    background: yellow;
}
table td:first-child {
	text-align: left;
	padding-left:10px;
	border-left: 0;
    background: #FAFAFA;
}
table td {
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #FAFAFA;
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
	background: -moz-linear-gradient(top,  #fafafa,  #fafafa);
}
table tr.even td {
	background: #52D017;
	background: -webkit-gradient(linear, left top, left bottom, from(#52D017), to(#52D017));
	background: -moz-linear-gradient(top,  #52D017,  #52D017);
}
table tr:last-child td {
	border-bottom:0;
        background: #fafafa;
}
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;
}