
body
{
	font-family: Verdana, Arial, Helvetica, san-serif; 
	font-size:11;
	margin: 0;  
	padding: 0; 
} 

td
{
	font-size:12;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline overline; color: #A95FAB;}

ul { list-style-image: url('images/bullet_chevrons.png') }


#bgtop
{	position:absolute; 
	z-index:1;
	width:100%; 
	min-width:800px;
	height:7px;  
	left: 0px; 
	top: 0px; 	
	background: #6BC3E3;
}

#bgheadermenu
{
	position:absolute; 
	z-index:2;
	right: 50px; 
	height:5px;
	top: 83px; 
}

#bgheadersubmenu
{
	position:absolute; 
	z-index:2;
	right: 50px; 
	height:20px;  	
	top: 2px; 	
}

#headernote
{
	position:absolute; 
	z-index:1;
	font-size:10;
	right: 300px; 
	height:20px;  
	top: 13px; 
}

#logo
{
	position:absolute; 
	z-index:1;
	left: 160px; 
	height:100px;  
	width:290px;  
	top: 12px; 
	background: url('img/logo_small.jpg') no-repeat left top;
}

#bgheaderline
{
	position:absolute; 
	z-index:1;
	width:100%; 
	height:7px;  
	left: 0px; 
	top: 116px; 
	background: #A95FAB;
}


#bgmain
{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%; 
	left: 0px; 
	top: 8px; 
	background: url('images/bg_blue.gif');
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bgmainindexpage
{
	position:absolute; 
	z-index:1; 
	width:100%; 
	height:100%; 
	left: 0px; 
	top: 1px; 
	background: url('images/bg_blue.gif');
	background-repeat: repeat-x;
	padding-top: 1px;
	padding-bottom: 20px;
}

table.main
{
	width: 900px;
}

#navigation a
{
font-size:11;
font-weight: bold; 
color: #123456;
background: #F6CBF7 url('images/left-tab.gif') no-repeat left top;
text-decoration: none;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px
}

#navigation1 a
{
font-size:11;
color: #FFFFFF;
background: #6BC3E3 url('images/left-tab.gif') no-repeat left top;
text-decoration: none;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px
}

#navigation a span, #navigation1 a span
{
background: url('images/right-tab.gif') no-repeat right top;
padding-right: 10px
}

#navigation a, #navigation a span, #navigation1 a, #navigation1 a span
{
display: block;
float: right;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span, #navigation1 a, #navigation1 a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #ffffff;
background: #A95FAB url('images/left-tab-hover.gif') no-repeat left top;
padding-left: 10px
}

#navigation a:hover span
{
color: #ffffff;
background: url('images/right-tab-hover.gif') no-repeat right top;
padding-right: 10px
}

#navigation ul, #navigation1 ul
{
list-style: none;
padding: 0;
margin: 0
border: none;
}

#navigation li, #navigation1 li
{
float: left;
margin: 0;
display: inline;
} 

#footer
{ 
 color: #123456;
 text-align: center;
 font-size: 10;
 font-style:italic;
}