/* LastRender Art Studios - 2008  - http://www.lastrender.com */
body
{
	background: url(../media/bg.jpg) repeat-y center top #ffffff; 
	margin: 0 120px 0 0;
	height: 100%;
	width: 100%;
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	color: #696969;
	text-align: center;
	padding: 0;	
}
a
{
	color: #054E6F;
	text-decoration: none;
}
a:hover
{
	color: #067DB6;
}
img
{
	border: 0;
}
li
{
	padding-bottom: 1.5em;
}
.tableCon
{
	margin:0 0 0 120px;
	clear:both;
	width: 1000px;
	display: block;
	text-align: justify;
}
/*#container
{
	width: 1000px;
	text-align: justify;
	clear: both;
	display: block;
}*/
#header
{
	color: #909090;
	text-align: right;
	clear: both;
	display: table-header-group 		
}
#header ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	display: block; 
	height: 29px;
	text-align: center;
	clear:both; 	 
}
#header li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0px;
	width: 110px;
}
#header li a
{
	display: block;
	float:  left;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	height: 29px;
	width: 130px;
	background: transparent url( "../media/btn_new.jpg" ) no-repeat;

}
#header li a:hover
{
	background: transparent url( "../media/btnp_new.jpg" ) no-repeat;
	 
}
#header li a.current, #header li a.current:hover
{
	background: transparent url( "../media/btnp_new.jpg" ) no-repeat;
	
}
#footer
{
	font-size: 11px;
}
#footer td, th
{
	text-align: left;
}
.btn
{	background: url(../media/button.jpg) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	height: 29px;
	width: 117px;
	float: none;
	clear: none;
}
.btnLong
{	background: url(../media/btnLong.jpg) no-repeat;
	color:#565656;
	font-weight:bold;
	border:none;
	height: 29px;
	width: 151px;
	float: none;
	clear: none;
}
.myTable
{
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;	
}
.mTable tr
{
	vertical-align:top;	
}



