body{
margin:0;
padding:0;
line-height: 1.5em;
background-image:url(../images/bg.jpg); background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}
html, body {
height: 100%;
}
b{font-size: 100%;}
em{color: red;}

a
{ 
color:#FF6600;
text-decoration:none;
font-weight:bold;
font-size:111%;
}

a:hover
{
	color:#000000;
}

#maincontainer {
min-height: 100%;
margin-bottom: -190px;
position: relative;
}


.topsection-bottom
{
background-color:#FF6600;
padding-left:10px;
color:white;
}

.topsection-bottom a
{
color:white;
text-decoration:none;
}

.topsection-bottom a:hover
{
color:black;
text-decoration:none;
}

#topsection{
height: 150px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#topsection .nav
{
padding-left:5px;
padding-top:7px;
padding-bottom:10px;
background-color:black;
color:#FFFFFF;
font-weight:bold;


}

#topsection .nav a
{
color:#FFFFFF;
text-decoration:none;
padding-right:5px;
padding-left:5px;
position:relative;
z-index:1;

}

#topsection .nav a:hover
{
color:#FF6600;
}


.bottom
{
text-align:right;
}

#contentwrapper{
	float: left;
	width: 83%;
	margin-left:-55px;
	height: auto;

}

#contentcolumn{
	margin-left: 80px; /*Set left margin to LeftColumnWidth*/
	width:100%;
	margin-top: 30px;
}


#contentcolumn img
{
border-color:#FF6600;
border:1px;
}

#leftcolumn{
	margin-top:24px;
	float: left;
	width: 200px; /*Width of left column*/
	position: relative;

/*margin-left: -100%*/
}


#footer{
	height: 260px;
	position: relative;
	width: 100%;
	color:black;
	text-align: center;
	padding: 4px 0;
}
.clearfooter {
height: 260px;
clear: both;
}

#footer a{
color: #FF6600;
text-decoration:none;
}
#footer a:hover
{
color:black;
}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

.innertube-content{
	width:auto;
	/*width: 100%;/*
margin: 2px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
	margin-left: 2px;
}

.ad
{
float:right;
margin-top:-85px;
}
.google
{
	float:right;
	margin-right:10px;
	color:white;
}

.googlead1
{
	text-align:center;
}


.leftnav
{
	color:white;
	width:180px;
}

.leftnav li
{
	padding-top:3px;
	padding-bottom:3px;
}

.leftnav  .heading
{
color: #FFF;
list-style:none;
background-color:#000000;
margin-left:-35px;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
font-weight:bold;
text-transform:capitalize;

margin-left:5px;

}

.leftnav  .item 
{
font-size:10px;
list-style:none;
margin-left:-35px;
padding-left:5px;
background-color:#FF6600;

border-bottom:groove;
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;


}

.leftnav  .item  a
{
	color:white;
	text-decoration:none;
}

.leftnav .item a:hover
{
	color:black;
}


hr
{
color:#FF6600;
}


H1 {
font-size:24px;
margin-bottom:1px;
      }

H2 {
margin-bottom:-3px;
      }

H3 {
margin-bottom:-3px;
      }
	  
	  /*  
Footer Solution
*/


.data
{
	font-size:85%;
}

.data a
{
	font-size:125%;
}

.datatitle
{
	/*padding-top:2px;
	margin-bottom:5px;
	background-color:#FF6600;*/
}

.roundedbox-container
{
margin-left:-35px;
}


roundedbox{display:block}
.roundedbox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#000000}
.roundedbox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #919191;
  border-right:1px solid #919191;
  background:#3f3f3f}
.roundedbox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  background:#303030}
.roundedbox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #303030;
  border-right:1px solid #303030;}
.roundedbox4{
  border-left:1px solid #919191;
  border-right:1px solid #919191}
.roundedbox5{
  border-left:1px solid #3f3f3f;
  border-right:1px solid #3f3f3f}
.roundedboxfg{
  background:#000000;
  }
  
  /*
generic site layout code
*/
.smallCalendar
{
	width: 46px;
	height: 50px;
	text-align: center;
	float: left;
	margin-top: 6px;
	margin-right: 5px;
	background-image:url(../images/date_bg.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.smallCalendar .month
{
margin-top: 6px;
font-size: 0.8em;
	color: #FFFFFF;
}
.smallCalendar .day
{
	margin-top: 1px;
	font-size: 1.0em;
	color: #993333;
}

.TextRed {
	font-weight: normal;
	color: #FF0000;
}

/*
funky warning info boxes
*/
.InfoBoxInfo, .InfoBoxSuccess, .InfoBoxWarning, .InfoBoxError, .InfoBoxValidation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.InfoBoxInfo {
color: #FFFFFF;
background-color: #FF6600;
background-image: url('/images/InfoBoxInfo.png');
float:left;
}
.InfoBoxSuccess {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/InfoBoxSuccess.png');
float:left;
}
.InfoBoxWarning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/InfoBoxWarning.png');
float:left;
}
.InfoBoxError {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/InfoBoxError.png');
float:left;
}

