@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #C0C0C0;
}
.twoColFixRtHdr #container {
	width: 760px;  /* 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;
} 
.twoColFixRtHdr #header {
	background-color: #333;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000;
	padding: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
} 
.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: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	margin-right: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.25em;
	padding: 0px;
	background-color: #d2d2c8;
}
#sidebar1 p {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1em;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#sidebar1 img {
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
} 
.text_indent {
	padding-left: 2em;
}
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top: 20px;
	background-color: #D2D3C6;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: 10px;
	margin-left: 10px;
	height: 90px;
	clear: both;
} 
#footer_left {
	float: left;
}
#footer_right {
	float: right;
	text-align: right;
}
#donate_button {
	margin-left: 90px;
	margin-bottom: 12px;
}
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.25em;
}
.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;
}
.unbold {
	font-weight: normal;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #F30;
	margin-top: 25px;
	margin-bottom: 10px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #F30;
	margin-top: 15px;
	margin-bottom: 0px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #999;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	border-top-width: 0px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 15px;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #FFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	display: inline;
	margin-right: 35px;
	list-style-type: none;
}
#navbar ul li a:link {
	color: #000;
	text-decoration: none;
}
#navbar ul li a:visited {
	color: #000;
	text-decoration: none;
}
#navbar ul li a:hover {
	color: #F30;
	text-decoration: none;
}
#mainContent table img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent a:link {
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #00C;
}
#mainContent a:hover {
	text-decoration: none;
}
#mainContent a:active {
	text-decoration: none;
}
#sidebar1 p a:link {
	color: #000;
	text-decoration: none;
}
#sidebar1 p a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar1 p a:hover {
	color: #F30;
	text-decoration: none;
}
.project_box {
	background-color: #EBEBE6;
	margin-top: 5px;
	margin-bottom: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent div.CollapsiblePanel {
	background-color: #EBEBE6;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}
#mainContent div.CollapsiblePanel div.CollapsiblePanelTab {
	background-color: #EBEBE6;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#mainContent div.CollapsiblePanel div.CollapsiblePanelContent {
}
.CollapsiblePanel_More {
	font-weight: bold;
	color: #F30;
	float: right;
	font-size: x-small;
}
.text_emphasize {
	font-weight: bold;
	color: #000;
}
#sidebar1 #twitter_div #twitter_update_list {
	text-indent: 0em;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../images/plus_sign.png);
	left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#sidebar1 #twitter_div #twitter-link {
	text-decoration: none;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#sidebar1 #twitter_div #twitter_update_list li {
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: none;
}
.navlink_current {
	color: #F30;
}
