
/*
	This file contains the styles for the web site
 */

body 
{
	/* ie-specific scrollbar styles */
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #999999;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #EEEEEE;
	scrollbar-track-color : #FFFFFF;
	scrollbar-highlight-color : #999999; 

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	background-image:url("../images/mainBG.gif"); 
	background-repeat:repeat-x;
	background-attachment:fixed;
}

td
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul
{
	list-style-image:url('../images/bullet_normal.gif');
	margin-left:15px;
	margin-top:10px;
	margin-bottom:5px;
}

ul ul
{
	list-style-image:url('../images/bullet_no_sub.gif');
	margin-left:15px;
	margin-top:10px;
	margin-bottom:15px;
	margin-top:5px;
}

li
{
	margin-bottom:5px;
}

a:link	{
	color : #336699;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

a:active	
{
	color : #336699;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

a:visited	
{
	color : #336699;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

a:hover	
{
	color : #336699;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.nav
{
	font-size:10px; 
	text-align:center;
	display: none;
}

.navBottom
{
	font-size:10px; 
	text-align:center;
}

#wrapperTable
{
	border-left: 1px solid #666666; 
	border-right: 1px solid #666666; 
	background-color:#FFFFFF;
	width: 770px;
}

#banner
{
	background-color:#FFFFFF;
}

#content
{
	padding: 20px 20px 20px 20px;
}

.navigationON
{
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #D6DBE0;
	background-image:url(../images/navBG-002.gif);
	background-repeat:repeat-x;
	color:#777777;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
}

.navigationOFF
{
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	height:22px;
	background-image:url(../images/navBG-001.gif);
	background-repeat:repeat-x;
	color:#777777;
	cursor:pointer;
	text-align:center;
}

.subNavigationON
{
	height:22px;
	border-bottom: 0px solid #CCCCCC; 
	background-image:url(../images/navBG-004.gif);
	background-repeat:repeat-x;
	color:#777777;
	cursor:pointer;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

.subNavigationOFF
{
	height:22px;
	border-bottom: 0px solid #CCCCCC; 
	background-image:url(../images/navBG-004.gif);
	background-repeat:repeat-x;
	color:#777777;
	cursor:pointer;
	font-weight:normal;
	font-size:10px;
	text-align:center;
}

.logoTextLarge
{
	color:#999999;
	font-size:16px;
	font-weight:bold;
}

.logoTextSmall
{
	color:#CCCCCC;
	
}

h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	display:inline;
	color: #336699;
}

h2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display:block;
	color: #336699;
}

h3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	display:block;
	color: #336699;
}

.contentTDs
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height:16px;
	color: #000000;
	text-align:left;
	vertical-align:top;
}

#copyright
{
	color:#666666;
	font-size:10px;
}

.commonBorder
{
	border: 1px solid #666666;
}

.homeText
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right:8px;
	padding-top: 45px;
	color: #333333;
	line-height:20px;
}





















