﻿div .CareersContainer
{
	padding:5px 20px 10px 40px; 
	width:808px;
	color:white;
	font-size:110%;
	border-left:solid 1px #00A79D;
	border-right:solid 1px #00A79D;
}

div .ColumnLeft
{
	width:500px;
	float:left;
	clear:left;
}

div .ColumnLeft a, div .ColumnLeft a:visited
{
	color:White;
	text-decoration:none;
	font-weight:bold;
}

div .ColumnLeft a:hover
{
	text-decoration:underline;
}

div .ColumnRight
{
	width:208px;
	float:right;
	clear:right;
}

div .Content_Specific
{
    width: 880px;
    padding-left: 50px;
    padding-right: 50px;
}

.Green
{
	color:#00A79D;
	font-weight:bold;
}

.SearchForm
{
	width:200px;
	/*height:200px;*/
	background-color:#C53F95;
}

.CallOutGreen
{
	color:#00A79D;
	font-weight:bold;
	background-color:Fuchsia;
}