@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #232122;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #AAA;
	font-size: 11px;
	line-height: 16px;
}
p {
	margin: 0px;
	padding: 0px;
}
.resume_titles {
	color: #FFF;
}
.resume_titles a:active {
	color: #FFF;
}
.resume_titles a:link {
	color: #777;
}
.resume_titles a:visited {
	color: #999;
}
.resume_titles a:hover {
	color: #B6067C;
}
.pageheaders {
	font-size: 36px;
	color: #B6067C;
	line-height: 43pt;
	font-weight: normal;
}
.headers {
	font-size: 11px;
	color: #B6067C;
	line-height: 20pt;
	font-weight: bold;
}
.headerswhite {
	font-size: 11px;
	color: #FFF;
}
.headerswhite a:active {
	font-size: 11px;
	color: #FFF;
}
.headerswhite a:link {
	font-size: 11px;
	color: #FFF;
}
.headerswhite a:visited {
	font-size: 11px;
	color: #FFF;
}
.headerswhite a:hover {
	font-size: 11px;
	font-weight: bold;
}
a:active {
	color: #FFF;
	text-decoration: none;
	margin: 0;
}

a:link {
	color: #FFF;
	text-decoration: none;
	margin: 0;
}
a:visited {
	color: #777;
	text-decoration: none;
	margin: 0;
}
a:hover {
	color: #B6067C;
	text-decoration: none;
	margin: 0;
}

.twoColFixLtHdr #container {
	width: 984px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
} 
.twoColFixLtHdr #header {
	padding: 15px 20px 10px 20px;
	height: 65px;
} 
.twoColFixLtHdr #header_long {
	padding: 15px 20px 10px 20px;
	height: 600px;
}
.twoColFixLtHdr #logo {
	margin: 0;
	width: 250px;
}
.twoColFixLtHdr #tag {
	top: 60px;
	width: 300px;
	right: 20px;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 204px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 15px 20px;
	line-height: 22px;
	margin: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 244px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 10px 0;
	width: 720px;
	overflow: visible;
} 
.twoColFixLtHdr #footer {
	padding: 20px 0 30px 0;
	color: #666;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#info_1 {
	text-transform: uppercase;
	color: #FFF;
	padding-left: 10px;
}
#LeftNav_on {
	color: #B6067C;
	text-decoration: none;
	margin: 0;
}
.capabilities {
	font-size: 11px;
}
.capabilities a:active {
	color: #B6067C;
}
.capabilities a:link {
	color: #999;
}
.capabilities a:visited {
	color: #999;
}
.capabilities a:hover {
	color: #B6067C;
}
