@charset "UTF-8";
body.twoColFixLtHdr {
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	background: #f8a420;
	margin: 15; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
.twoColFixLtHdr p {
	margin: 0 0 5px 0;
}
.twoColFixLtHdr p.p1 {
	font-size: 13px;
	line-height: 20px;
}
.twoColFixLtHdr h3 {
	color: #18d;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0 2px 0;
}
.twoColFixLtHdr a:link, a:visited {
	color: #9c0;
	text-decoration: none;
}
.twoColFixLtHdr a:hover, a:active {
	color: #fff;
	background: #9c0;
}
.twoColFixLtHdr ul {
	margin: 0;
	padding: 0 23px 10px 27px;
	list-style: none;
	line-height: 1.2em;
}
.twoColFixLtHdr li {
	padding-bottom: 7px;
}
.twoColFixLtHdr #container {
	width: 720px;  /* using 720px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 720px;
	height: 220px;
	background: #993600 url(title.jpg) no-repeat;
}
.twoColFixLtHdr #subHeader {
	padding: 0px 10px 0px 10px;
	width: 700px;
	height: 29px;
	line-height:29px;
	border-top: 1px solid #fff;
	background: #993600;
	position: relative;
	margin: 0px 0px 0px 0px;
}
.twoColFixLtHdr #subHeader p.p2 {
	width: 240px !important;
	width /**/: 240px;
	height: 29px !important;
	height /**/: 29px;
	line-height:29px;
	vertical-align:middle;
	/*color: #6cf;*/
	color: #E5E5E5;
	margin: 0;
	border-right: 1px solid #fff;
	padding-top:0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7fa31f; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent {
	text-align:left;
	left:0px;
	top:0px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent h3 {
	text-indent: -1100px;
	height: 45px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent a:link, .twoColFixLtHdr #sidebar1 #sideBarContent a:visited {
	font-size: 11px;
	color: #fff;
}
.twoColFixLtHdr #sidebar1 #sideBarContent a:hover, .twoColFixLtHdr #sidebar1 #sideBarContent a:active {
	background: #fff;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #mainNavigation {
	border-top: 1px solid #fff;
	background: #E6C300;
	padding-left:0px;
	padding-bottom:10px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #mainNavigation h3 {
	background: url(/images/visit.gif) no-repeat;
	margin-bottom:0px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #mainNavigation li {
	color: #6cf;
	background: url(/images/select_bg.gif) repeat-x left bottom;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #mainNavigation a:hover {
	color: #E6C300;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #larchives {
	border-top: 1px solid #fff;
	background: #E54F00;
	padding-left:0px;
	padding-bottom:10px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #larchives h3 {
	background: url(/images/archives.gif) no-repeat;
	margin-bottom:0px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #larchives li {
	color: #6cf;
	background: url(/images/archives_bg.gif) repeat-x left bottom;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #larchives a:hover {
	color: #E54F00;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lresources {
	border-top: 1px solid #fff;
	background: #998200;
	padding-left:0px;
	padding-bottom:10px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lresources h3 {
	background: url(/images/select.gif) no-repeat;
	margin-bottom:0px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lresources li {
	color: #6cf;
	background: url(/images/resources_bg.gif) repeat-x left bottom;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lresources a:hover {
	color: #998200;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lposts {
	border-top: 0px solid #fff;
	background: #2940A6;
	padding-left:0px;
	padding-bottom:10px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lposts h3 {
	background: url(/images/posts.gif) no-repeat;
	margin-bottom:0px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lposts li {
	color: #6cf;
	background: url(/images/posts_bg.gif) repeat-x left bottom;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lposts a:hover {
	color: #E54F00;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lblogArchives {
	border-top: 1px solid #fff;
	background: #6699ff;
	padding-left:0px;
	padding-bottom:10px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lblogArchives h3 {
	background: url(/images/blogarchives.gif) no-repeat;
	margin-bottom:0px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lblogArchives li {
	color: #6cf;
	background: url(/images/blogarchives_bg.gif) repeat-x left bottom;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #lblogArchives a:hover {
	color: #6699ff;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #bloggerBanner{
background-color:#6699ff;
text-align:left;
height:40px;
padding-left:20px;
padding-bottom:20px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin {
	border-top: 1px solid #fff;
	background: #2940A6;
	color: #fff;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin input {
	width:200px;
	font-size:12px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin #loginDiv {
	padding: 0 23px 10px 27px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin th {
	text-align:left;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin #loginButton {
	width:100px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin h3 {
	background: url(/images/login.gif);
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin #loginDiv h4 {
	font-size:10px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin #logoutLink {
	padding: 0px 0px 0px 0px;
	margin-top:10px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin li {
	color: #fff;
	background: url(/images/login_bg.gif) repeat-x left bottom;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin a:hover {
	color: #2940A6;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin #sendMyPasswordForm input {
	width:170px;
}
.twoColFixLtHdr #sidebar1 #sideBarContent #llogin #sendMyPasswordForm #submitSendUserPassword {
	width:130px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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 /**/: 0px 20px 0px 20px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent h1 {
	color:#1188DD;
	font-size:18px;
}
.twoColFixLtHdr #mainContent h2 {
	color:#1188DD;
}
.twoColFixLtHdr #mainContent #preamble {
	margin: 20px 0px 0px 0px;
}

.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent #updateForm {
	border-top:dashed;
	border-width:1px;
	margin-top:5px;
	padding: 15px 5px 5px 5px;
}
.twoColFixLtHdr #mainContent #contactForm input, .twoColFixLtHdr #mainContent #updateForm input {
	width:300px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm textarea, .twoColFixLtHdr #mainContent #updateForm textarea {
	width:300px;
	height:200px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent #updateForm .submitBtn {
	width:150px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent #updateForm #userRegistration {
	border-top:dashed;
	border-width:1px;
	margin-top:10px;
	padding-top:5px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent #updateForm .label {
	width:200px;
}



.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .updateForm {
	border-top:dashed;
	border-width:1px;
	margin-top:5px;
	padding: 15px 5px 5px 5px;
}
.twoColFixLtHdr #mainContent #contactForm input, .twoColFixLtHdr #mainContent .updateForm input {
	width:300px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm textarea, .twoColFixLtHdr #mainContent .updateForm textarea {
	width:300px;
	height:200px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .updateForm .submitBtn {
	width:150px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .updateForm #userRegistration {
	border-top:dashed;
	border-width:1px;
	margin-top:10px;
	padding-top:5px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .updateForm .label {
	width:200px;
}

.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .requestAddForm {
	border-top:dashed;
	border-width:1px;
	margin-top:5px;
	padding: 15px 5px 5px 5px;
	color:#333333;
}

.twoColFixLtHdr #mainContent #contactForm input, .twoColFixLtHdr #mainContent .requestAddForm input {
	width:300px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm textarea, .twoColFixLtHdr #mainContent .requestAddForm textarea {
	width:300px;
	height:200px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .requestAddForm .submitBtn {
	width:150px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .requestAddForm #userRegistration {
	border-top:dashed;
	border-width:1px;
	margin-top:10px;
	padding-top:5px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .requestAddForm .label {
	width:200px;
}

.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .addForm {
	border-top:dashed;
	border-width:1px;
	margin-top:5px;
	padding: 15px 5px 5px 5px;
	background-color:#6699ff;
	color:#333333;
}

.twoColFixLtHdr #mainContent #contactForm input, .twoColFixLtHdr #mainContent .addForm input {
	width:300px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm textarea, .twoColFixLtHdr #mainContent .addForm textarea {
	width:300px;
	height:200px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .addForm .submitBtn {
	width:150px;
	font-size:12px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .addForm #userRegistration {
	border-top:dashed;
	border-width:1px;
	margin-top:10px;
	padding-top:5px;
}
.twoColFixLtHdr #mainContent #contactForm #submitBtn, .twoColFixLtHdr #mainContent .addForm .label {
	width:200px;
}



.twoColFixLtHdr #mainContent #usersList h4 {
	font-size:12px;
	color:#2940A6;
	margin-bottom:0px;
}
.twoColFixLtHdr #mainContent #usersList .lastLogin {
	font-size:9px;
	color:#000033;
}
.twoColFixLtHdr #mainContent #uploadDocs {
	border-top:dashed;
	border-top-width:1px;
	padding-top:10px;
	margin-top:10px;
}
.twoColFixLtHdr #mainContent #usersList .member {
	border-bottom: dotted #666 1px;
}
.twoColFixLtHdr #mainContent #usersList .castListLocation {
	text-transform:uppercase;
	font-size:10px;
	color: #666;
}
.twoColFixLtHdr #mainContent #qfuck {
	border-top:dashed;
	border-width:1px;
	margin-top:10px;
	padding-top:5px;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 700px !important;
	width /**/: 700px;
	height: 24px !important;
	height /**/: 30px;
	background: #993600;
	margin-top: 0px;
	padding: 0px 10px 10px 10px;
	;
	border-top: 1px solid #fff;
	text-align: right;
	color:#f8a420;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.error {
	color:#FFF;
	background-color:#B35A3E;
	padding-bottom:10px;
}
.success {
	color:#FFF;
	background-color:#33CC00;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}
.twoColFixLtHdr #mainContent .blogItemTitle {
	margin-top:0px;
	padding-top:0px;
	font-size:14px;
}
.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;
}
.twoColFixLtHdr #container #header #headline {
	display: none;
}
.workDescriptionLabel{
font-weight:bold;
}
.workGroupLabel{
padding-bottom:0px;
margin-bottom:0px;
}
.workSummaryLabel{
font-weight:bold;
padding-bottom:0px;
margin-bottom:0px;
}
.error404 {
	color:#CC0000;
	font-size:36px;
	line-height:36px;
	margin:0px, 0px, 0px, 0px;
}
