@charset "UTF-8";
body  {
	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 */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #DDDDDD;  /* 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. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 218px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
.twoColFixRtHdr #sidebar1 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/linkhead218.gif);
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 14px;
	margin-bottom: 0px;
	margin-top: 8px;
} 
.twoColFixRtHdr #sidebar1 p{
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	margin-bottom: 0px;
	background-color: #efefef;
	margin-top: 0px;
} 
.twoColFixRtHdr #sidebar1 a:link, .twoColFixRtHdr #sidebar1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b69be;
	text-decoration: none;
	line-height: 1.4em;
}
.twoColFixRtHdr #sidebar1  a:hover {
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent a:link, .twoColFixRtHdr #mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b69be;
	text-decoration: none;
	line-height: 1.4em;
}
.twoColFixRtHdr #mainContent  a:hover {
	text-decoration: underline;
}

.twoColFixRtHdr #mainContent {
	margin: 0 240px 0 0; /* the right margin on this div element creates the column down the right 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 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContent p{
	line-height: 1.2em;
	margin-top: 4px;
	color: #000000;
} 
.twoColFixRtHdr #mainContent ul{
	line-height: 1.2em;
	margin-top: 4px;
	color: #000000;
} 
.twoColFixRtHdr #mainContent li{
	background-color: #FFFFFF;
	list-style-type: disc;
	margin-bottom: 6px;
} 


.twoColFixRtHdr #mainContent h1{
	color: #666666;
} 
.twoColFixRtHdr #mainContent h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/linkhead500.gif);
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	margin-bottom: 0px;
} 
.twoColFixRtHdr #mainContent h4{
	margin-top: 18px;	
} 
.twoColFixRtHdr #mainContent h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	
} 
.twoColFixRtHdr #panel {
	margin: 0 0px 0 0; /* the right margin on this div element creates the column down the right 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 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #panel p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	line-height: 1.4em;
	background-color: #efefef;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.twoColFixRtHdr  #panel  a:link, .twoColFixRtHdr  #panel  a:visited   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b69be;
	text-decoration: none;
	line-height: 1.4em;
}
.twoColFixRtHdr #panel  a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#efefef;
	font-size: 11px;
	color: #666666;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b69be;
	text-decoration: none;
	line-height: 1.4em;
}
.twoColFixRtHdr #footer  a:hover {
	text-decoration: underline;
}


.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;
}
h2 {
	margin-bottom: 4px;
	font-size: 16px;
}



#twitter_div ul {
	list-style: none;
	margin: 0;
	padding: 12px;
	line-height: 1.4em;
	background-color: #efefef;
}

#twitter_div ul li {
    margin-bottom: 10px;
}

