html, body{
	height:100%;
	}
body {
	background:url(../image/bgtest3.jpg) top left no-repeat;
	background-color:#000;
	margin:0;
}
#proc{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	visibility:hidden;
	}
h1{
	font-size:14px;
	}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a:link {
	color:#CC3300;
}
a:visited {
	color:#CC3300;
}
a:hover {
	color:#FFFFFF;
}
a:active {
	color:#FFFFFF;
}

#holder{
		width:875px;
		
}

#midColumn{
	background:#333333;
	width:875px;
	border:1px solid #000;
	border-top:none;
	float:left;	
	margin-bottom:30px !important;
		
}

#header{
	height:153px;
	background:url(../image/head.jpg) no-repeat;
	margin-bottom:0;
	
}

#leftColumn{
	width:120px;
	border:1px solid #000;
	margin:10px;
	margin-top:0;
	margin-right:5px !important;
	float:left;
	}
	
#centerColumn{
		background:url(../image/form_bg.gif);
		width:543px;
		border:1px solid #666666;
		min-height:400px;
		margin:5px;
		margin-top:0;
		float:left;
		overflow:hidden;
}

#rightColumn{
		width:160px;
		border:1px solid #666666;
		margin:10px;
		margin-top:0;
		margin-left:5px !important;
		float:left;
}


#links{
	background-color:#00101D;
	height:16px;
	width:80%;
	border:#FFFFFF 1px dashed;
}

#links a:link{
	color:#ffffff;
	text-decoration:none;
}

#links a:visited{
	color:#ffffff;
	text-decoration:none;
}

#links a:hover{
	color:#ffcc00;
	text-decoration:underline;
}

#links a:active{
	color:#ffcc00;
	text-decoration:underline;
}



/*Menu*/

 #navmenu
 {
 background-image:url(../image/menu_bg.jpg);
 width:826px;
 height:25px;
 margin:0;
 margin-bottom:10px !important;
 }

 #navmenu ul
 {
 list-style: none;
 padding: 0;
 margin: 0;
 }

 #navmenu li
 {
 float: left;
 margin:0;
 }

 #navmenu li a
 {
 height: 25px;
 line-height: 25px;
 float: left;
 width: 123px;
 display: block;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-top: 1px solid #000000;
 color:#E7E7E7;
 text-decoration: none;
 text-align: center;
 margin:0;
 }

#navmenu li a:hover
{
background:url(../image/menu_over_bg.jpg) bottom left repeat-x;
color:#FFFFFF;
}
 /* Hide from IE5-Mac \*/
 #navmenu li a
 {
 float: none
 }
 /* End hide */

 #navmenu
 {
 background-image:url(../image/menu_bg.jpg);
 width:875px;
 margin:0;
 }