* {
 font-family: Tahoma, Verdana, Arial;
 padding: 0;
 margin: 0; 
}
body {
 color: #FF9933;
 font-size: 12px;
}
img {
border: 0px none;
}
#container {
 width: 770px;
 margin: 0 auto;
 padding-top: 10px;
}
#header {
 
 background-repeat: no-repeat;
 border-left: 1px solid #0054a8;
 border-right: 1px solid #0054a8;
 margin: 0px 5px;
 height: 250px;
 width: 758px;
 padding: 0px;
 background-color: #FF9933
}
#header h1 {
font-family: Tahoma;
color: #d20;
margin: 0;
padding: 53px 0px 0px 119px;
font-size: 50px;
}
#navbar {
 border-top: 5px solid #000000;
 border-bottom: 5px solid #000000;
 border-left: 1px solid #0054a8;
 border-right: 1px solid #0054a8;
 padding: 5px 0px 5px 0px;
 margin: 0px 5px 0px 5px;
 background-color: #FFFFCC;
 text-align: center;
}
#centercolumn {
 text-align: center;
 width: 758px;
 border-left: 1px solid #e67300;
 border-right: 1px solid #e67300;
 margin: 0px 5px 0px 5px;
 padding: 10px 0px 10px 0px;
 background-color: #FFFFCC;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 
.td1 {
padding: 13px;
background-color: #e67300;
}
.td2 {
padding: 13px;
background-color: #ffcc33;
}
#footer {
 border-left: 1px solid #e67300;
 border-right: 1px solid #e67300;
 margin: 0px 5px 0px 5px;
 padding: 4px;
 background-color: #e67300;
 text-align: center;
 color: #fff;
}
#tabnav
	{
		height: 20px;
		margin: 0px 5px;
		padding-left: 20px;
		background: url('tab_bottom.gif') repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #e67300;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #0054a8;
		text-decoration: none;
		color: #fff;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #e67300;
		background: #e67300;
		color: #d20;
	}

#tabnav a:hover
	{
		text-decoration: underline;
		color: #000;		
	}
a:link, a:visited
	{
		font-size: 12px;
		text-decoration: none;
		color: #000;
	}
a:hover
	{
		text-decoration: underline;
		color: #d20;
	}
