body
{ 
	margin: 0;
	padding: 0;
	height: 100%;
}

img
{
	border: none;
}

h1
{
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #000066;
}

div#page
{
	border: 1px solid white;
	width: 920px;
	margin: 20px auto;
	position: absolute;
	top: 0;
	left: 5%;
}

div#logo
{
	background-color: white;
	width: 320px;
	height: 80px;
	float: left;
}

div#header
{
	background-color: white;
	width: 600px;
	height: 80px;
	float: right;

}

div#menu
{
	background-color: #000099;
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	width: 320px;
	float: left;
	height: 2500px;
}

div#menulist
{
	background-color: #000099;
	margin: 20px 0 20px 0;
}

.menutab
{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	width: 310px;
	margin: 10px 0 10px 10px;
	background-color: #000099;
	border-bottom: 1px solid #fff;
}

.menutab a
{
	text-decoration: none;
	color: #f5f5f5;
	font-weight: bold;
}	

div#indexlist
{
	background-color: #000055;
	padding: 20px 0 20px 10px;
}

.indextab
{
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	width: 310px;
	margin: 10px 0 10px 0;
	background-color: #000055;
	border-bottom: 1px solid #fff;
}

.indextab a
{
	text-decoration: none;
	color: #f5f5f5;
	font-weight: bold;
}

div#jobs
{
	background-color: #ccccff;
	border-top: solid 1px #000099;
	border-bottom: solid 1px #000099;
	width: 468px;
	height: 2500px;
	float: left;
}


#job
{
	background-color: #f6f6f6;
	border: 1px solid #000;
	font-family: verdana, arial, helvetica;
	line-height: 19px;
	font-size: 14px;
	width: 384px;
	height: 2415px;
	margin: 20px;
	padding: 20px;
	overflow: auto;
}

#job a
{
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}
	
#job li
{
	margin: 0 0 20px 10px;
}

#job ul
{
	margin: 0;
	padding: 5px;
}

div#action
{
	padding-top: 20px;
	text-align: center;
	background-color: #f6f6f6;
	border: solid 1px #000099;
	float: right;
	width: 130px;
	height: 2480px;
	clear: right;
}

div#footer
{
	background-color: #fff;
	font-family: verdana, arial, helvetica;
	line-height: 25px;
	text-align: right;
	font-size: 14px;
	padding: 20px 0 50px 0;
	width: 920px;
	height: 50px;
	clear: both;
}
