body{
margin:0;
padding:0;
font-family: Californian FB, Verdana, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

h1, h2, h3 {
 text-shadow: 2px 2px 2px gray;
}
h1 {
 color: #513968;
 font-style: italic;
 font-size: medium;
}

#topsection{
background:url(IMAGES/CMTFPheader_text2.png) #F1E7FB; background-position:center; background-repeat:no-repeat;
height: 100px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background: #ECECFF;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #ffffff; 
}

#footer{
clear: left;
width: 100%;
background: #F1E7FB;
color: #000;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

img {
	margin:10px 0 5px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

a:link {cursor: crosshair; color: maroon; text-decoration: none; }
a:visited {cursor: crosshair; color: #6f7384; text-decoration: none; }
a:hover {cursor: crosshair; color: #000000; background-color:#ffffff; text-decoration: none; }
a:active {cursor: crosshair; color: #000000; background-color:#ffffff; text-decoration: none; }

a.hidden:link {color: #000000; text-decoration: none;}
a.hidden:visited {color: #000000; text-decoration: none;}
a.hidden:hover {cursor: crosshair; color: #000000; background: #F1E7FB; text-decoration: none; }
a.hidden:active {color: #F1E7FB; text-decoration: none;}

.menutitle{
cursor:crosshair;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
cursor: crosshair;
}

span.tiny{
	font-size: 9px;
}
span.small{
	font-size: 11px;
}
span{
	font-size: 12px;
}
span.big{
	font-size: 14px;
	font-weight: bold;
}

