@charset "utf-8";

body {
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: .9em;
	margin:0;
}

p {
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000;
	text-align: left;
	font-style:normal;
	padding-left: 10px;
	line-height: 1.2em;
}

p.bar {
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:.9em;
	color:#fff;
}


p.center {
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: .8em;
	color:#000;
	text-align:center;
	font-style:normal;
	font-weight:lighter;
}

h1{
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	color:#000;
	text-align: left;
	line-height:1.2em;
	padding-left: 10px;
	padding-bottom: 0;
	margin-bottom:0;

}

h1.bar
{
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.2em;
	color:#fff;
	text-align:left;

}

h2 { 
	font-size:1em;
	text-align:left;
	line-height:.9em;
	padding-left: 10px;

}

h2.bar
{
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:1em;
	color:#fff;
	text-align:left;
	line-height:.9em;
}

h4 {
	font-size:1em;
	text-align:left;
	line-height:1.3em;
	padding-left: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul {
	list-style-type: none;
	text-align: left;
}

li {
	list-style-type: none;
	text-align: left;
}

a { 
	color: #C00; 
}

a:hover { 
	color: #999; 
}

a:visited {
	color: #C00;
	text-align: center;
}

a.bar { 
	color: #fff; 
}

strong{
	font-weight:bold;
}

pre {
	font-family:  "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size:.9em;
}

pre li {
	list-style-type:square;	
}

.description {
	font-size: .8em;
	color:#000;
	text-align: left;
	font-style:normal;
	padding-left: 10px;
	line-height: .9em;
	margin: 0px;
}

#container  {
	width: 740px;
	background: #fff;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;

} 

#container {
	clear: both;
	width: auto;
}
/*
In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent  {
	width: 730px;
	height: auto;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 212px;
} 

#header  {
	padding:0;
	margin-left:5px;
	width: 745px;
} 

#sidebar {
	float: left;
	width: 200px;
	background-color: #900;
	padding: 8px;
	margin:0;
	height: 1200px;
}

#sidebar a  {
	color: #fff; 
}

#sidebar a:hover  {
	background:#666; 
}

#footer  { padding: 0 10px; 
} 

#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-size:.7em;
	color:#999;
	text-align: center;
}

/* Miscellaneous classes for reuse */
.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: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.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;
}



/*- Menu Tabs --------------------------- */

#tabs {
	float:left;
	width:100%;
	line-height:normal;
	border-bottom:1px solid #666;
	font-size: 1em;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	text-align:left;
}

#tabs ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
}
	  
#tabs li {
      display:inline;
      margin:0;
      padding:0;
}

#tabs a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#900;
}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float:none;
}
    /* End IE5-Mac hack */

#tabs a:hover span { 
	color:#FFF;
}

#tabs a:hover span {
	background-position:100% -42px;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs #current a {
	background-position:0% -42px;
}

#tabs #current a span {
	background-position:100% -42px;
}

#twitter_div {
	text-align: left;
	vertical-align: middle;
	padding: 3px;
	line-height: 1.5 em;
	margin-bottom: 3px;
}

#twitter_update_list {
	vertical-align: middle;
	padding: 8px;
	line-height: 1.5 em;
	margin-bottom: 8px;
	font-size:.85em;
}

#container #maincontainer #mainContent form table tr td p {
	text-align: left;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}
