/* -- Basic HTML Elements -- */
html
{
	background-image:url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #E3560E;
}
body 
{
    margin: 0px;
    padding: 0px;
    text-align: center; 
    min-width: 871px;
    background-color: #E3560E;
    font-family:Verdana;
    font-size:11px;
}

/* menu */
#menu ul
{
    color: black;
    padding-left: 10px;
    padding-bottom: 10px;
    margin:5px 0px 0px -10px;
    list-style-position: inside;
}

    
#menu ul.active
{
    margin:5px 0px 0px 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: white;
    list-style-position: inside;
}

#menu p
{
    margin:5px;
    color: black;
    padding-left:0px;
}
#menu p.active
{
    margin:5px;
    font-weight:bold;
    color: white;
    padding-left:0px;
}
#menu a
{
    color: black;
    padding-left:10px;
    text-decoration:none;
}
#menu a.active
{
    font-weight:bold;
    color: white;
    padding-left:10px;
    text-decoration:none:
   
}

/* -- header -- */

/* -- Page Structure -- */
	#container {width: 871px; text-align: left; margin: 0px auto;padding: 0px;}

	#rightContent {float: left;}

	#contentarea {float: left;margin-left: 0px;}
    #content{
	
	}
	#bot
	{
	    margin: 15px 0px 0px 0px ;
	    float: right;
	}
	#mainContent 
	{
	    float: left; 
	    margin: 0px;
	    width:511px; 
	    height: 430px;
	    
	}
	#content
	{
	    padding: 30px 20px 20px 20px; 
	    width:511px; 
	    height: 430px; 
	    background-image:url('../images/content_background.jpg'); 
	    background-repeat: no-repeat;
	    margin:0px;
	}
	#leftContent 
	{
	    float: left; 
	    margin: 0; 
	    background-image:url('../images/leftbar.jpg');
	    background-repeat: no-repeat;
	    width: 340px;
	    height: 460px;
	}
	#menu{
	    color: White;
	    padding-top: 30px;
	    padding-left: 180px;
	    margin: 0px;
	    font-size: 12px;
	}
/* content */
#content ul
{
    padding-left: 5px;
    margin-left: 10px;
}	
.label
{
    float: left;
    width: 100px;
}
.linebreak
{
    line-height:8px;
    width:450px;
}
.input
{
    float: left;
    width: 350px;
}

.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	width: 100%;
}

.rightcolumn
	{
	position			: static;
	float			: right;
	}

/* -- Menu mouse over -- */
.selected{
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
.mouseover{
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
.notselected{
	background-repeat: no-repeat;
	background-position: -1862px 50%;
}


input.text_box
	{
	width: 200px;
	height: 20px;
	border: 1px #000 solid;
	background-color: #F0F8FA;
    	font-family:Verdana;
    	font-size:11px;
	}

input.btn
	{
	width: 70px;
	height: 25px;
	}


p.text_left
	{
	float: left;
	}


table
	{
	font-family: verdana;
	font-size: 11px;
	}

td
	{
	height: 30px;
	}

td.left
	{
	width: 100px;
	font-weight: bold;
	}