body {
	background-color: #ffffff;
	color: #333333;
	color:#000000;
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	/* This changes the background color, the url displays image on top*/
	background: #3366FF url(images/bg.jpg) repeat-x;
}


/* --------------------------------------------------- */
.bg {
	border-left:1px solid #003366;
	border-right:1px solid #003366;	
	border-bottom:1px solid #003366;
	/* color behind main text section*/
	background-color: #ffffff;
	width:800px;
	height:100%;	
}
.top {
	background: transparent url(images/top.gif) no-repeat top center;
	width:800px;
	height:200px;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
}
/* --- nav --- */
.menuc {
	margin: 0px auto;
	width: 800px;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
}


#topnavi{
	position:center;
	display:block;
	height:36px;
	font-size:.7em;
	color:#FFFFFF;
	/*color behind top menu*/
	background: transparent url(images/bgOFF.jpg) repeat-x top center;
}


#topnavi ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#topnavi ul li{
	display:block;
	float:right;
	margin:10;
	background-image: none;	
}

#topnavi ul li a{
	/*this is the color of the top menu...*/
	display:block;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding:9px 10px 0 10px;
	height:23px;
	background: transparent url(images/bgDIVIDER.jpg) no-repeat top right;
}


#topnavi ul li a:hover,#topnavi ul li a.current{
	color:#99CCFF;
}

/* --- end nav --- */

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li
{
	line-height: 20px;
	padding-left: 0px;
	padding-top: 0px;

}


a:link, a:visited {
	color: #3366FF;
	text-decoration: underline;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
}	

table.contentpaneopen
{
	width:100%;
}

table.contentpaneopen td
{
	line-height:18px;
}

table.contentpaneopen td.contentheading
{
	height: 50px;
	padding-left:3px;
	color: #3366FF;
	text-align: left;
	white-space: nowrap;
	font-size:1.5em;
	border-bottom:1px solid #3366FF;
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	vertical-align: middle;
	text-align: left;
	padding-left:3px;
	padding-top: 5px;
	height: 16px;
	width:175px;
	text-decoration: none;
	border-bottom: 1px solid #e4e4e4;
	color:#003366;
	font-weight:bold;
	font-size: 0.8em;
}


a.mainlevel:hover {
	text-decoration: none;
	color:#3366FF;
	background-color: #C6DFDF;
	font-size: 0.8em;
}

table.moduletable {
	width:100%;	
	margin-bottom: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable td {
	margin-top:12px;
	padding-left:7px;
	/*font-size: 11px;*/
	margin: 10px;
	font-weight: normal;

}

td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align: justify;
}


/* -------------------------- */

.sgfooter {
	font-size: 0.8em;
}

a.sgfooter:link, a.sgfooter:visited {
	color			: #CCCCCC;
	font-size		: 0.8em;
	text-decoration:none;
}
a.sgfooter:hover {
	color			: #FFFFFF;
	font-size		: 0.8em;
	text-decoration:none;
}





.floatimgright { 
	float:right; 
	margin-top:5px; 
	margin-right:5px; 
	margin-bottom:5px; 
} 
.floatimgleft { 
	float:left; 
	margin-top:5px; 
	margin-right:5px; 
	margin-bottom:5px; 
} 

.subtitleBlue {
	font-size: 1.0em;
	color: #003366;
	font-weight:bold;
}
.subtitleBlack { 
	font-size: 1.0em;
	
	/*color: #668AAC;*/
}

.quoteBlue {
	color: #003366;
	font-style: italic;
}

table.feesched {
	width:85%;	
	margin-bottom: 5px;
	margin-left: 20px;
	border-spacing: 0px;
	border-collapse: separate;
	border-style: outset;
	border-width: 2px;
	border-color: #C6DFDF;
	border: 3px solid #C6DFDF;	
}

table.feesched th {
	/*Title of fee schedule table*/
	
	text-align: left;
	text-align: center;
	vertical-align:middle;
	padding-left: 0px;
	height: 30px;
	font-size: 1em;
	color: #003366;
	background-color: #E9F4FC;
}

table.feesched td {
	text-align: center;
	margin-top:12px;
	padding-left:7px;
	/*font-size: 11px;*/
	margin: 10px;
    background: transparent url(../images/bg_feeBox.jpg) repeat-x top center;
}