@charset "UTF-8";
body  {
	padding: 0px;
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	line-height: normal;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	margin: 0px;
	text-align: left;
}
.thrColFix #container {
	width: 1058px; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: auto;
	clear: both;
	float: none;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 154px;
	margin: 0px;
	padding: 22px 20px 0px 20px;
	clear: none;
	height: auto;
	position: relative;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 222px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
}
.thrColFix #mainContent {
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	width: 559px;
}
h1 {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	color: #666;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	font-size: 24px;
	color: #999;
}
h3 {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	font-size: 22px;
	color: #999;
	line-height: 24px;
}
h4 {
	font-size: 20px;
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	color: #999;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	font-size: 18px;
	color: #999;
}
h6 {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	font-size: 16px;
	color: #999;
	line-height: normal;
}
.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:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.thrColFix #container #sidebar1 #mainNav {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #F00;
	padding: 0px 0px 0px 0px;
	margin-top: 50px;
	line-height: 15px;
	font-weight: bold;
	text-align: right;
}
.thrColFix #container #sidebar1 #myname {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	text-align: right;
	white-space: normal;
	display: block;
	vertical-align: text-top;
	line-height: 18px;
	float: none;
	clear: none;
	filter: Invert;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.thrColFix #container #sidebar1 p #mytitle {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	text-align: right;
	display: block;
	line-height: 14px;
	white-space: normal;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
.homeHeadline {
	font-family: "Myriad Pro", Myriad, Helvetica, arial, sans-serif;
	font-size: 75px;
	font-weight: bold;
	line-height: 80px;
	color: #F00;
}
