﻿/* Styles for main page */
body 
{
    
}
#page{
    margin-left:auto;
    margin-right:auto;
    
}
#container
{
	width:800px;
	padding:0;
	margin:auto;
	
}
#header{
	width:800px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
#topmenu
{
	float:left;
	position:relative;
}
#content
{
	height:225px;
	clear:both;
	background-color:White;
}
.separator
{
	float:left;
	clear:none;
	height:100%;
	width:1px;
	position:relative;
	margin:0px 5px 0px 5px;
	background-color:yellow;
}
.barcolumn
{
	float:left;
	clear:none;
}
.baritem
{
	text-align:center;
	padding:10px 10px 10px 10px;
	margin-top:1px;
}
.mainflashcol
{
	float:left;
	clear:none;
}

/* Styles for section master */


#menusection
{
    width:160px;
    clear:none;
    float:left;
    height:100%;
}
#contentsection
{       
    clear:none;
    float:right;
    width:630px;
}
.heading
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:bold;
    background-color:gold;
    height:20px;
    clear:none;
    padding: 5px 0 0px 0px;
}
.subheading
{
    font-variant:small-caps;
    font-weight:bold;
    color:#0000AA;
    
}
.subheadingb
{
    font-weight:bold;    
}
