/* Top Bar */
h1 {
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	background-color: #FF0000;
	border: thin none #000000;
	width:100%;
	top:0;
	left:0;


}

/* 20 Years Experience label */
h2 {
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: black;
	border: thin none #000000;
	width:100%;
	top:0;
	left:0;


}

/* Standard body text */
body {
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	z-index: 0;
}

/* W3C valid image */
.valid {
	border: none;
}

/* No Job Too Small text */
.nojobtoosmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: oblique;
	font-weight: bolder;
}

/* Top navigation */
.topbar {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

/* Original page content on home page */
.bodycontent {
	padding:10px 10px 0;
	margin-left:180px;
	margin-top: auto;
}

/* Images on home page */
.genimages {
    float:right;
	position:relative;
	display:block;
}


/* Jobs on home page*/
.job {
	font-size:larger;
}

/* Home page side navigation */
.sidebar {
	float: left;
	z-index: 1;
	margin-left:16px;
	padding-bottom:50px;
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	width: 250px;
	background-color: #FF0000;
	color: #FFFF00;
	font-weight: bold;
	border: thin solid #000000;
	width:180px;
	float:left;

}
