@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.shell #container { 
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(/images/tile-center.gif);
	background-position:bottom;
}
.shell #header { 
	background: #DDDDDD; 
	padding: 0px 0px 0px 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. */
	margin:0px 0px 0px 0px;
} 
.shell #header A, A:link {
padding:0px 0px 0px 0px;
line-height:normal;}

.shell #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	padding:0px 0px 0px 0px;
	font-size:11px;
	margin:0px;
	width: 158px;
	padding-top:10px;
}
.shell #mainContent {
	margin: 0px 0px 0px 160px; /* 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: 20px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border:1px  #F7F7F7 solid;
	font-size:12px;
	color:#666666;
	background-color:#f7f7f7;
} 
.shell #footer {
	margin:0;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(/images/tile-footer.gif);
} 
.shell #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height:35px;
}
.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;
}
.shell #topheader {
height:16px;
font-size:12px;
color: #666666;
background-color:#FFFFFF;
width:640px;
margin:0 auto;
}
.shell #topheader P{
text-align:right;
margin:0px;
padding-right:44px;
font-weight:bold;
}
.shell #topheader A{
font-weight:bold;
color:#666666;
font-size:12px;
text-decoration:none;
}
.shell #topheader A:hover{
font-weight:bold;
color:#333333;
font-size:12px;
text-decoration:none;
}
.shell #topheaderwrapper {
background-color:#FFFFFF;
}
.shell #outercontainer {
background-color:#990000;
}


/* Text Styles */
.shell #sidebar1 A, A:link {
padding-left:12px;
color:#FFFFFF;
text-decoration:none;
line-height:22px;
font-size:10px;
}

.shell #sidebar1 A:visited {
color:#FFFFFF;
font-size:10px;
}


.shell #sidebar1 A:hover {
color: #CCCCCC;
}


.shell #innerlink A, A:Link {
padding-left:20px;
line-height:12px;

}


.shell #innerlink A:visited {
font-size:10px;

}

.shell H1 {
margin:0px;
font-size:14px;
color:#990000;
padding:0px;
display:inline;
}
.shell H2 {
margin:0px;
font-size:12px;
color:#990000;
font-weight:normal;
font-style:italic;
}


.shell #notlink {
background-color: #333333;
color:#FFFFFF;
margin-left:2px;
width:139px;
padding-left:18px;
font-size:10px;}


.shell #osnotlink {
background-color: #333333;
color:#FFFFFF;
margin-left:2px;
margin-top:5px;
margin-bottom:5px;
width:147px;
padding-left:10px;
font-size:10px;
line-height:12px;}


.shell #mainContent A, A:Link {
font-size:12px;
color:#333333;
} 


.shell #mainContent A:Visited {
font-size:12px;
color:#333333;
text-decoration:none;
} 

.shell #mainContent A:Hover {
font-size:12px;
color: #999999;
} 


.shell #breadcrumb {
font-size:10px;
color:#666666;
margin-bottom:10px;

}

.shell #breadcrumb A, A:Link {
font-size:10px;
color:#666666;
text-decoration:none;
margin-left:0px;
padding-left:0px;
}

.shell #breadcrumb A:Visited {
font-size:10px;
color:#666666;
}

.shell #breadcrumb A:Hover {
font-size:10px;
color:#333333;
}

#footerwrapper {
background-color:#FFFFFF;
}

#finalfooter {
font-size:9px;
color:#999999;
background-color:#FFFFFF;
width:640px;
text-align:center;
margin:0 auto;
}

#finalfooter P {
text-align:left;
padding-left:40px;
padding-top:4px;
padding-bottom:4px;
margin-top:0px;}

#finalfooter A, A:Link{
font-size:9px;
color:#999999;
text-decoration:none;
}

#finalfooter A:Visited{
color: #999999;
}


#finalfooter A:Hover{
color: #666666;
}

.shell #sidebarnav UL {
	padding:4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
	line-height:normal;
	font-size:10px;
}

.shell #sidebarnav LI {
	padding:0px 0px 0px 10px;
	margin: 0px 0px 12px 2px;
	list-style:none;
	line-height:normal;
}

.shell #sidebarnav A, A:Link {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:normal;
	
}

.shell #innernav UL {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
	line-height:normal;
	font-size:10px;
}

.shell #innernav LI {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	list-style:none;
	line-height:normal;
}

.shell #innernav A, A:Link {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:normal;
	
}

.shell #notlinkLI {
background-color: #333333;
color:#FFFFFF;
margin-left:-20px;
width:147px;
padding-left:20px;
font-size:10px;}

.shell #notlinkDIV {
background-color: #333333;
color:#FFFFFF;
margin-left:-10px;
width:147px;
padding-left:10px;
font-size:10px;}


.shell #innernotlinkLI {
background-color: #333333;
color:#FFFFFF;
margin-left:-20px;
width:127px;
padding-left:10px;
font-size:10px;}


.shell #innerLI UL{
padding:0px 0px 0px 0px;
margin: 5px 0px 0px 0px;
line-height:4px;
}

.shell #innerLI LI{
padding:6px 0px 0px 10px;
margin: 0px 0px 0px 0px;
line-height:4px;
}