@charset "utf-8";
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

body        {
	background:#191919;
	color: #c7c8ca;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 82%;
	height:105%;
	line-height:1.3em;
	padding:0;
	vertical-align:top;
}
html>body   { font-size:12px; } /* for FF, Safari, IE7, Opera - allows text to resize in px */

.twoColFixRt #container {
	width: 930px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 405px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 60px;
}
#involved {
	width: 400px;
	padding-top: 0px;
	padding-left: 72px;
}

.twoColFixRt #mainContent {
	width: 400px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
} 
.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;
}
h1,h2,h3 {
	color: #ff0087;
	font-size:1.2em;
	font-weight: normal;
	line-height:1.3em;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	font-family: Helvetica, arial;
}
a, a:link, a:visited, a:active {
	color:#c7c8ca;
	text-decoration:underline;
	font-weight: bold;
}
a:hover, a:focus {color:#ff0087; text-decoration:none;}

