body
{
    font-weight: normal;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    background-color: #ffffff;
    color: #000000;
}

p, li, dl, dd, dt, ol, ul, dl, th, tr, td
{
	font-weight: normal;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}

h2 {
    font-weight: bold;
    font-size: 16pt;
    font-family: arial, helvetica, sans-serif;
    color: #003366;
}

h3 {
	font-weight: bold;
	font-size: 16pt;
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}

h4 {
    font-weight: bold;
    font-size: 12pt;
    font-family: arial, helvetica, sans-serif;
    color: #333333;
}

h5 {
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, sans-serif;
    color: #333333;
}

h6 {
    font-weight: bold;
    font-size: 10pt;
    font-family: arial, helvetica, sans-serif;
}

.skiplink {display:none}

.smalltext 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.form
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.border
{
    border-style: solid;
    border-width: 1px;
    border-color: #003366;		
}

.lightborder
{
    border-style: solid;
    border-width: 2px;
    border-color: #cccccc;
	padding: 5px;
	margin: 10px;
}

.lightbox
{
    border: solid;
    border-width: 1px;
    border-color: #cccccc;
    background-color: #cccccc;
}

.fullborder
{
    border: solid;
    border-width: 1px;
    border-color: #666666;
    background-color: #666666;
}

.whitenavlinks
{
    font-weight: normal;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
    text-decoration: underline;    	
}

.whitenavlinkshere
{
    font-weight: bold;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
}

.whitenavtext
{
    font-weight: normal;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
}

.breadcrumblinks
{
    font-weight: normal;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    text-decoration: underline;
    color: #666666;
}

.breadcrumbhere
{
    font-weight: bold;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    color: #666666;
}

.topnavlinks
{
    font-weight: normal;
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-decoration: underline;	
    color: #666666;
}

.topnavhere
{
    font-weight: bold;
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;	
    color: #666666;
}

.topnavtext
{
    font-weight: normal;
    font-size: 8pt;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;	
    color: #666666;
}

.bottomnavlink
{
    font-weight: normal;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    text-decoration: underline;	
    color: #666666;
}

.bottomnavtext
{
    font-weight: normal;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;	
    color: #666666;
}

.leftnavlinks
{
    font-weight: normal;
    font-size: 10pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: underline;	
    color: #666666;
}

.leftnavhere
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;	
    color: #666666;
}

.leftnavhead
{
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;	
    color: #333333;
}


/*	------------------	Main Navigation	--------------------	*/

#navigation {
	padding : 0 20px 0 12px;
	vertical-align: top;
}

#navigation ul {
	margin : 0px;
	padding-left: 0px;
}

#navigation li {
	list-style : none;
	margin-bottom : 10px;
}

#navigation a:hover {
	text-decoration : underline;
}

#navigation ul ul {	/*	Sub Navigation of menu item	*/
	padding : 2px 2px 2px 10px;
}

.leftsubnav
{
    font-size: 100%;
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.leftsubnav:link,a.leftsubnav:visited,a.leftsubnav:active
{
    text-decoration: none;
}

a.leftsubnav:hover
{
    text-decoration: underline;
}
/*	------------------	Right Hand Navigation	--------------------	*/

#rightnav {
	padding: 0px 12px 5px 10px;
	vertical-align: top;
}

#rightnav ul {
	margin : 0px;
	padding-left: 0px;
}

#rightnav li {
	list-style : none;
	margin-bottom : 10px;
}


#rightnav h1, #rightnav h2, #rightnav h3, #rightnav h4, #rightnav h5, #rightnav h6 {	/*	title of section	*/
	font-size : 100%;
	margin-bottom: 0px;
}

#rightnav img {
	border: 0px;
}

.listexpand li {
  margin-bottom: 10px;
}

.listnobullet {
	list-style-type : none;
}