@charset "utf-8";
/* CSS Document */


body {
	background-color:#E5FF89;
	background-image:url(../images/fot_background.jpg);
	background-repeat:no-repeat;
}
::selection {
        background: lavender /* Safari */
        }
::-moz-selection {
        background: lavender; /* Firefox */
}
a {
  color:#99cc00;
}

a:hover{
  color:#ff9900;
}

#content {
	color: #A0522D;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:22px;
	margin:126px 0 0 106px;
	width:1105px;
	padding:0px;
	border:none;
}
.mainframe{
	width:440px;
	/*background-color: #fff;background-color:#000;padding:5px;*/
	float:left;	
	margin-bottom: 10px;
	padding:0px;
	border:none;
	box-shadow: 0 2px 3px #DFDFDF;	
}

.menu {
	border-bottom:1px dotted purple;
	border-top:1px dotted purple;
	font-size:13px;
	text-align:center;
}

.tab a {
	color:#660066;
	font-weight:bold;
	line-height:22px;
	padding:5px 10px;
	text-decoration:none;
}

a.titlelink {
	/*color:#660066;*/
	color: #cc00cc;
	font-weight:bold;
	text-decoration:underline;
}
.column a.titlelink {
	/*color:#660066;*/
	color: #cc00cc;
	font-weight:bold;
	text-decoration:underline;
}
.column a.titlelink:hover{color: #cc00cc;}

tab a:hover{
	color:#ff9900;
	font-weight:bold;
}
.activetab{
	color:#ff9900;
	font-weight:bold;
	line-height:22px;
	padding:5px 10px;
	text-decoration:none;
}
.home{
	margin: 20px 10px 10px;
	min-height: 300px;
}

.subheadingone {
	background-image:url(../images/subheadings.gif);
	background-position:0px -25px;
	height:25px;
	width:122px;
}
.subheadingtwo{
	background-image:url(../images/subheadings.gif);
	background-position:top top;
	width:122px;
	height:25px;
}
.subheadingthree{
	background-image:url(../images/subheadings.gif);
	background-position:0px -50px;
	width:122px;
	height:25px;
}
.subheadingfour{
	background-image:url(../images/subheadings.gif);
	background-position:0px -100px;
	width:130px;
	height:25px;
}
.subheadingfive{
	background-image:url(../images/subheadings.gif);
	background-position:0px -75px;
	width:100px;
	height:25px;
}
.title {
	/*color:#660066;
	color: #cc00cc;*/
	font-weight:bold;
	/*text-decoration:underline;*/
}

#sidebar {
    float: left;
    margin-top: -100px;
    width: 330px;
}
.column {
	background-color:#FFFFFF;
	margin-top:0px;
	padding:0;
	float: right;
}
h2{
    color: #CA0BD6;
    font-family: "times new roman",arial,serif;
    font-size: 24px;
    font-weight: lighter;
}
.mainframe h3 {
    color: #FF9900;
    font-family: "times new roman", arial, serif;
    font-size: 17px;
    margin-bottom: 0;
}/* color: #6F2400;*/

#twitterstream { float: right;
margin-top: 27px;
}

 .column a {
  color: #DC143C;
}

.column a:hover{
  color: #ff9900;
}

.heading1{
	background-color:#FFCCFF;
	background-image:url(../images/purpleshade.gif);
}
.heading1title{
	height:35px;
	background-color:#ca0bd6;
}
.heading2{
	background-color:#FFE4C2;
	background-image:url(../images/orangeshade.gif);
}
.heading2title{
	height:35px;
	background-color:#ff9900;
}
.heading3{
	background-color: #FFCCFF;
	background-image:url(../images/purpleshade.gif);
}
.heading3title{
	height:35px;
	background-image:url(../images/heading_03.gif);
	background-color: #800080;
}

.heading1, .heading2, .heading3, .block3{
	padding: 0px 5px 1px 10px;
	border-top: 5px solid #FFFFFF;
	background-repeat:repeat-y;
	margin-bottom:5px;
}
.img {
	padding-bottom:5px;
	padding-right:10px;
}
.footer{
	border-top:1px dotted purple;
	font-size:10px;
	text-align:center;
	/*color: #FFCCFF;*/
}
Run with the Cheetahs, September 30th, 2011. 
We are here.. 
#rounded-box {
	border-radius-topleft: 15px;
	border-radius-topright: 0px;
	border-radius-bottomright: 15px;
	border-radius-bottomleft: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 15px;
}
/*
.bkgd{
	background-color:#000;
	box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	-moz-box-shadow: 0px 0px 6px #000000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	
	
	a links on the mainframe
    color: #99CC00;
    font-style: italic;
    text-decoration: none;

}*/

#fot-twitter {
    background-image: url("../images/fot_twitter_icon.png");
    background-repeat: no-repeat;
    float: right;
    height: 114px;
    margin-top: 14px;
    width: 128px;
}
