body
	{
		text-align: center;
		font-family: verdana, sans-serif;
		font-size: 11px;
		background: #d3d3d3;
	}

#header-main
        {
                font-size: 24px;
                color: #0014d4;
                text-align: center;
                font-weight: bold;
                float: center;
                width: 805;
                height: 64;
		padding: 0px;
		spacing: 0px;
        }
	
#header-sub
	{
		font-size: 24px;
		color: #FF0000;
		text-align: center;
		font-weight: bold;
		float: center;
		width: 805;
		height: 86;
		background-image: url("/include/header.php");
		padding: 0px;
		spacing: 0px;
	}

#content
	{
                width: 805px;
		height: 600px;
                //padding: 30px;
                border: 0px solid #ccc;
                background: #fff;
                text-align: left;
		vertical-align: top;
		font-size: 12px;
        }

#cdr
        {
                //padding: 30px;
                border: 0px solid #ccc;
                text-align: center;
                vertical-align: top;
                font-size: 12px;
        }

#footer-disc
        {
		font-size: 10px;
        }

#container
	{
		width: 805px;
		padding: 0px;
		border: 0px solid #ccc;
		background: #fff;
		text-align: center;
		align: center;
	}

#container2
        {
                width: 750px;
                padding: 0px;
                border: 0px solid #ccc;
                background: #fff;
                text-align: center;
                align: center;
        }

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(/include/images/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: center;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}
