﻿



body
{
	background-position: #fff;
	background: #fff;
	color: #0f0f0f; /*margin: 32px 0 0;  removed from original CSS to put top margin in the header */
	margin: 10px 75px 0 10px; /* top/right/bottom/left */
	padding: 0;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 10pt;
}

div, ul, h1, h2, h3, li, p, img
{
	margin: 0 0px 0 0;
	padding: 0;
}

h1
{
	font-size: 18pt;
	color: #0076cd;
	font-family: 'Times New Roman' , Times, serif;
	font-style: italic;
	font-weight: bold;
}
h2
{
	font-size: 12pt;
	color: #000000;
	font-family: arial,helvetica,clean,sans-serif;
}

h3
{
	font-size: 12pt;
	color: #0076cc;
	font-family: arial,helvetica,clean,sans-serif;
	font-style: italic;
	font-weight: bold;
	}

h4
{
	font-size: 11pt;
	color: #000000;
	font-family: arial,helvetica,clean,sans-serif;
}

ul
{
	list-style-type: none;
}

ul.bullets
{
	list-style-type: disc;
	 margin-left: 10px;
}

/* -------- Top Panel ------- */
#topPanel
{
	width: 980px;
	height: 30px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	top: -2px;
	left: 1px;
}

#topPanel ul li
{
	float: left;
	font: 12px/36px "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* static tab*/
#topPanel ul li a
{
	background-position: #ffffff url(../Images/blueBigger1.jpg);
	width: 138px;
	height: 30px;
	display: block;
	padding: 0;
	color: #FFFFFF;
	background: #ffffff url(../Images/blueBigger1.jpg);
	text-decoration: none;
	text-align: center;
	margin: 0 1px 0 0;
	top: 0;
	left: 0;
	font-size: 11px;
}

/* Inside the "topPanel" is a "ul" that contains a "li" that has 
	an "a" tag.  The "a" tag has a property called "hover". */
#topPanel ul li a:hover
{
	width: 138px; /*height : 36px;*/
	text-decoration: none;
	background: #aeaeae url(../Images/blueBigger1.jpg) no-repeat 0 0;
	color: #CCFFFF;
}

/* Inside the "topPanel" is a "ul" that contains a "li" that has 
	an "a" tag with the class "active" */
#topPanel ul li a.active
{
	background-position: 0 0;
	width: 138px; /* height: 36px;*/
	text-decoration: none;
	background: #aeaeae url(../Images/redBigger1.jpg) no-repeat 0 0;
	color: #ffffff;
	font-size: font-size: 11px;
}

#topPanel ul li.active
{
	width: 138px;
	display: block; /*height : 30px; */
	background: #aeaeae url(../Images/blueBigger1.jpg) no-repeat 0 0;
	color: #ffffff;
	text-align: center;
	margin: 0 1px 0 0;
}




/* --------- Footer Panel ------------- */

.nationalOper
{
	position: absolute;
	left: 148px;
	color: #0076CD;
	font-size: small;
	width: 770px;
}
/*.copyright
{   
    left: 410px;
    color: #4c4c4c;
    font: 10px/15px Arial;   
    } */

#footerPanel p.copyright
{
	display: block;
	position: absolute; /*top : 225px;*/
	left: 430px;
	color: #4c4c4c;
	font: 10px/15px Arial;
}

#footerPanel ul
{
	width: 730px;
	display: block;
	position: absolute;
	left: 325px;
}

#footerPanel li
{
	float: left;
	font: 10px/15px Arial;
	font-weight: normal;
}

#footerPanel ul li a
{
	padding: 0 6px;
	color: #4c4c4c;
	text-decoration: none;
}

#footerPanel ul li a:hover
{
	text-decoration: underline;
}

#footerPanel ul li a.padl
{
	padding: 0 0 0 6px;
}

#footerPanel ul.templateworld
{
	width: 600px;
	background: #dcdcdc;
	color: #4c4c4c;
	display: block;
	position: absolute;
}

#footerPanel ul.templateworld li a
{
	background: #dcdcdc;
	display: block;
	color: #4c4c4c;
	text-decoration: none;
}

#footerPanel ul.templateworld li a:hover
{
	text-decoration: underline;
}

