body
{
	font-family: Verdana, Geneva, Lucida Sans Unicode, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	background-color: #f1f1f1;
	background-image: url(images/bg_site.png);
	background-repeat: repeat-x;
}
a img  
{  
border: none;  
}
#container
{
	width: 960px;
	margin: 10px auto 10px auto;
	background-color: #ffffff;
	/*border: solid 2px #000000;*/
	border: 1px solid #c0c0c0;
}
#header
{
	/* padding: 10px; */
	color: #ffffff;
	background-color: #6699cc;
	/*background-image: url(images/bg_header.png);*/
	background-image: url(images/bg_titlebar.png);
	/*border-bottom: solid 2px #000000;*/
	height: 70px;
}
#logo
{
    float: left; 
    padding-left: 5px; 
    padding-top: 12px;
}
#menubar
{
	padding: 10px;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	background-color: #e0e0e0;
	background-image: url(images/bg_menubar2.png);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d0d0d0;
}
#menubar a:link
{
    text-decoration: none;
}
#content
{
    padding: 10px;
    min-height: 500px;
}
#footer
{
	/* padding: 10px; */
	color: #ffffff;
	background-color: #6699cc;
	background-image: url(images/bg_header.png);
	padding: 5px;
	border-top: solid 2px #000000;
	height: 35px
}
#footer a:link
{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
#footer a:visited
{
	text-decoration: underline;
	color: #c0c0c0;
	font-weight: bold;
}
#footer a:hover
{
	text-decoration: underline;
	color: #5555dd;
	font-weight: bold;
	background-color: #ffffff;
}
/* OLD ITEMS */
td
{
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
whiteText
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
}
.bold
{
	font-weight: bold;
}
h1
{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066cc;
}
h2
{
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066cc;
}
h3
{
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066cc;
}
h4
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066cc;
}
.small
{
	font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.monospace
{
	font-family: Courier, monospace;
}
a:link
{
	text-decoration: underline;
	color: #0000ff;
	font-weight: bold;
}
a:visited
{
	text-decoration: underline;
	color: #0000ff;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #5555dd;
	font-weight: bold;
	background-color: #ffffff;
}
a.menu:active
{
	color: #ffffff;
	text-decoration: none;
}
a.menu:link
{
	color: #ffffff;
	text-decoration: none;
}
a.menu:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.menu:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color: #336699;
}
a.menunormal:link
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.menunormal:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.menunormal:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	font-weight: normal;
}
table.main
{
	border-collapse: collapse;
	border-right: #c0c0c0 thin solid;
	border-top: #c0c0c0 thin solid;
	border-left: #c0c0c0 thin solid;
	border-bottom: #c0c0c0 thin solid;
}
table.menu
{
	border-collapse: collapse;
	border-right: #ffffff thin solid;
	border-top: #c0c0c0 thin solid;
	border-left: #c0c0c0 thin solid;
	border-bottom: #ffffff thin solid;
}
td.menu
{
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	border-left: #c0c0c0 thin solid;
	border-top: #c0c0c0 thin solid;
	border-right: #ffffff thin solid;
	border-bottom: #ffffff thin solid;
	background-image: url(images/grayblendtile.png);
	background-repeat: repeat;
}
td.titlebar
{
	background-color: #336699;
	background-image: url(images/bg_subtitle.png);
	background-repeat: repeat;
}
table.grayborder
{
	border-collapse: collapse;
	border-right: #c0c0c0 thin solid;
	border-top: #c0c0c0 thin solid;
	border-left: #c0c0c0 thin solid;
	border-bottom: #c0c0c0 thin solid;
}
.divider
{
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	background-image: url( 'images/bg_subtitle.png' );
	padding: 5px 5px 5px 5px;
}
