body
{	background-color: black;
	background-image: url('images/diamondPlateEdit.jpg');
	background-repeat: repeat;
	/* ScrollBar Properties
	scrollbar-face-color: 663366;
	scrollbar-highlight-color: DDBBFF;
	scrollbar-shadow-color: 442266;
	scrollbar-darkshadow-color: 000000;
	scrollbar-arrow-color: 44EE22;
	scrollbar-track-color: 6D3A7B; */
}

ul.circle 
{
list-style-type: circle;
color: black;
font-size: 12px;
font-family: arial;
}
ul.disc {list-style-type: disc}
ul.square {list-style-type: square}
ul.none {list-style-type: none}

ul.list
{
	font-family: arial;
}

li.list
{
	font-family: arial;
}

p.center
{
	font-family: arial;
	text-align: center;
}

p.right
{
	font-family: arial;
	text-align: right;
}

p.left
{
	font-family: arial;
	text-align: left;
}

h1{text-align: center; color: white; font-family: arial}
h2{text-align: center; color: white; font-family: arial}
h3{text-align: center; color: white; font-family: arial}
h4{text-align: center; color: white; font-family: arial}
h5{text-align: center; color: white; font-family: arial}
h6{text-align: center; color: white; font-family: arial}

table.coll 
{
	border-collapse: collapse;
}

table.coll 
{
	border-collapse: collapse;
}

table.sep
{
	border-collapse: separate;
}

td.left{text-align: left;}
td.center{text-align: center;}
td.right{text-align: right;}
td.portal
{
width: 280px;
height: 220px;
background-image: url('images/PagePortal.jpg');
background-repeat: no-repeat;
text-align: center;
}
th
{
color: #006699;
font-family: arial;
}
/*
########################################################
Hyperlink Properties
########################################################
*/

href {text-decoration: none; color: #33ccff; font-family: arial;}
a:link {text-decoration: none; color: #33ccff; font-family: arial;}
a:visited{text-decoration: none; color: #33ccff; font-family: arial;}
a:hover {text-decoration: none; color: white; font-family: arial;}
a:active {text-decoration: none; color: #33ccff; font-family: arial;}

a img {border: 0px; }

td.jobBody a href {text-decoration: none; color: #33ccff;}
td.jobBody a:link {text-decoration: none; color: #33ccff;}
td.jobBody a:visited{text-decoration: none; color: #33ccff;}
td.jobBody a:hover {text-decoration: underline; color: black;}
td.jobBody a:active {text-decoration: none; color: #33ccff;}
td.jobBody a img {border: 0px; }
/*
########################################################
Page Layout
########################################################
*/
#mainDiv
{
width: 768px;
text-align: left;
position: absolute;
top: 50px;
left: 50%;
margin-left: -385px;
background-color: #f0f0f0;
}

#mainHeaderDiv
{
width: 786px;
text-align: left;
position: absolute;
top: 0px;
left: 50%;
margin-left: -395px;
}

#menu
{	
	position: absolute;
	top: 0px;
	width: 786px;
	height: 220px;
	color: #33ccff;
	font-family: tahoma;
	font-size: 12px;
	z-index: 0;
}

#bodyDiv
{
	/*background-color: black;*/
	width: 100%;
	text-align: left;
	position: absolute;
	top: 200px;
	background-image: url('images/bgGradientWhiteBevel.jpg');
	background-repeat: repeat-y;
}

#footerDiv
{
	background-color: #336699;
}

#headerDiv
{
	width: 100%;
}

table.job
{
width: 320px;
border: 0px;
}

td.jobTop
{
width: 320px;
background-image: url('JobTable/jobTop.png');
background-repeat: no-repeat;
}

td.jobBody

{
width: 320px;
background-image: url('JobTable/jobBody.png');
background-repeat: repeat;
}

td.jobBottom
{
width: 320px;
background-image: url('JobTable/jobBottom.png');
background-repeat: no-repeat;
}