@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #000000;
}
.twoColFixLtHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #000000;
	padding: 0px 0px 0px 14px;  /* 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. */
	text-align: left;
	margin: 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 {
	width: 200px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	font: 12px/133% Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000000;
	text-indent: -2px;
	float: left;
	clear: both;
	visibility: hidden;
}
.twoColFixLtHdr #mainContent {
	margin: 0px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 618px;
	font: normal 1em/normal Arial, Helvetica, sans-serif;
	color: #000000;
	z-index: 1;
} 

.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font: x-small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index: 10;
	visibility: hidden;
} 
.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 #sideFlash
{
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	width: 195px;
	font: bold 2.3em/82% Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
	visibility: hidden;
}

.twoColFixLtHdr #mainFlash
{
	margin: 0px; /* 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;
	z-index: 2;
	font-size: 1em;
	line-height: normal;
}

.twoColFixLtHdr #mainnarrow
{
	margin: 0px; /* 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;
	z-index: 2;
	width: 520px;
	font-size: 1em;
}

.twoColFixLtHdr #twitter_div
{
	margin: 0px; /* 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;
	width: 520px;
	font: normal 1em/normal Arial, Helvetica, sans-serif;
	color: #000000;
	z-index: 1;
}

.twoColFixLtHdr #blognarrow
{
	margin: 0px; /* 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;
	z-index: 2;
	width: 520px;
	font-size: .8em;
}

#smaller {
	width:650px;
	height:200px;
}


/* BODY TEXT STYLES */

.bodyCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	color:#000000;
	text-align: left;
}

.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#000000;
	font-weight: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-right: 50px;
}

.smalltext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	color:#999999;
	font-weight: normal;
	letter-spacing: 0px;
}

/* H1 - H5 TEXT STYLES */

h1 {
	margin:0px;
	font-size: 2em;
	color: #000099;
	padding: 20px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.05em;
}

h2 {
	margin:0px;
	font-size: 1em;
	color: #000000;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	margin:0px;
	font-size: 0.8em;
	color: #000000;
	padding: 0px;
}

h4 {
	margin:0px;
	font-size: 0.8em;
	color: #000000;
	padding: 0px;
}

h5 {
	margin:0px;
	font-size: 0.8em;
	color: #000000;
	padding: 0px;
}

/* sub-heading TEXT STYLES */

.bigheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color:#000000;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: normal;
}

.medheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#000000;
	font-weight: bold;
	line-height: 1em;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}

.big_grey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color:#333333;
	font-weight: normal;
	line-height: normal;
	letter-spacing: -1px;
}

.bodydarker
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#999999;
	text-align: left;
	word-spacing: normal;
}

/* nav TEXT STYLES */

.menubig {
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 82%;
}

.menumid {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.26em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 118%;
}


/* LINK STYLES */

a {
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
a:visited {
	color:#0000FF;
	text-decoration: none;
}
a:hover{
	color:#0000FF;
	text-decoration: none;
	font-weight: bold;
}

/* LINK STYLES */
