@charset "utf-8";
/* CSS Document */

/*Headings
==========*/
h2 {
	color:#ff6600;	
}

h3 {
	color:#ff6600;	
}
h4 {
	color: #ff6600;
}
h5, h6 {
	border-color: #ff6600;
	background: #fce0cd;
}
.quote {
	color: #ff6600;
}
ul {
	list-style:#ff6600;
}

a {
	color:#ff6600;
}

table.standardTable {
	background: #fff;
}
table.standardTable tr td {
	border-top:1px #ff6600 solid;
	border-bottom:1px #ff6600 solid;
}
table.standardTable tr th {
	border-top:1px #ff6600 solid;
	border-bottom:1px #ff6600 solid;
	background:#f4f3f3;
}
div#mainBorder {
	border-right:1px solid #ff6600;
	border-left:1px solid #ff6600;
	border-bottom:1px solid #ff6600;
}

div#borderTop {
	background:url(images/border_top_career.gif) top right no-repeat;
}
