/*DHTML page layout
 * 
 */
body{
margin:0;
padding:0;
/*line-height: 1em;*/
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #574380;
background-color : white;
font-size : 12px;
}

#topsection{
/*background: #EAEAEA;*/
height: 126px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
border-left:1px solid #574380;
border-right:1px solid #574380;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -100%;
/*background: #C8FC98;*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
/*background: #FDE95E;*/
}

#footer{
clear: left;
width: 100%;
background: #574380;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* End DHTML page layout
 * 
 */
a:link  { color :  #574380}
a:visited  {color :  #574380}
a:hover {color:#FF0000; text-decoration: underline;}


/*
a.menu:hover {color:#FF0000; text-decoration: underline;}
a.menu:link  {color : #574380}
a.menu:visited  {color : #574380}

a.menuS:visited  {color : #574380}
a.menuS:link  {color : #574380}


*/
.menu  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #574380;
	text-decoration: none;
}

.menuS  {
	font-size : 11px;
	text-decoration: none;
}

.menuWhite  {
	font-size : 12px;
}

.heading  {
	font-family : Verdana, Arial, Helvetica, sans-serif;  
	color : #574380; 
	font-size : 18px;
}
