/* CSS Document */

body{
margin:6;
padding:0;
line-height: 1.5em;
background-color: #FFCC66;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}

b{font-size: 110%;}
em{color: red;}

h4{
	color: #404040;
	font-size: 13px;
}

#maincontainer{
width: 960px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: White;
}

#topsection{
background: #CD2A09;
height: 142px; /*Height of top section*/
margin-bottom: 5px;
 }

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 190px; /*Set left margin to LeftColumnWidth*/


}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -960px; /*Set left margin to -(MainContainerWidth)*/
background: White;
padding: 5px;
border: 1px solid #959595;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;

}

#footer{
clear: left;
width: 100%;
background: #CD2A09;
color: #FFF;
text-align: center;
font-size: 10px;
padding: 2px 0 4px 0;
}

#footer a{
color: White;
 }

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.content{

padding: 0px;
margin-left: 8px;
width: 610px;
margin-right: 128px;
}

/* TABS */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #969926 url(../Templates/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(../Templates/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #CD2A09; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #969926; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* menu */
.sidelink{
display:block;
width:170px;
margin: 3px 5px 2px 0;
padding: 3px 0 3px 3px;
font-size: 12px;
font-weight: bold;
text-align:left;
background: #eee url(../Templates/gradient1.png) repeat-x;
color: Navy;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
font-variant: normal;
text-decoration: none;
}

.sidelink:hover,.menuheader{
background: #fff url(../Templates/gradient2.png) repeat-x;
color: #CD2A09;
border-top:1px solid #ddd;
border-right:1px solid #888;
border-bottom:1px solid #888;
border-left:1px solid #ddd;
text-decoration:none;
font-weight: bold;
}


