/*Main-Menu*/

#pointermenu{
border-top: 7px solid #ee8c00; 
margin: 0;
padding: 0;
}
#pointermenu ul{
margin: 0;
margin-left: 15px; 
float: right;
padding-left: 8px;
font: bold 13px Verdana;
background-color: #ee8c00;
background: #ee8c00 url(../images/leftround.gif) bottom left no-repeat; 
}
* html #pointermenu ul{ 
margin-bottom: 2px;
margin-right: 7px; 
}
#pointermenu ul li{
display: inline;
}
#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
}
#pointermenu ul li a:visited{
color: white;
}
#pointermenu ul li a:hover, #pointermenu ul li a#selected{ 
color: #1b4c98;
background-color: #ffc548;
}
#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 4px;
background: #ffc548 url(../images/rightround.gif) bottom right no-repeat; 
}

/*Sub-Menu*/

#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Verdana;
width: 100%;
background-color: #ffc548;
}

* html #vdividermenu ul{ 
width: 100%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #1b4c98;
padding: 2px 12px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: #1b4c98;
}

#vdividermenu ul li a:hover{
color: #ff9600;
background-color: #0062ab;
}

/*Common*/

body {font-size: 9pt;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color:#000066;
  background-color:#FFFFFF;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  scrollbar-arrow-color: 000000;
  scrollbar-track-color: FFFFFF;
  scrollbar-shadow-color: a5a5a5;
  scrollbar-face-color:FFFFFF;
  scrollbar-highlight-color: a5a5a5;
  scrollbar-darkshadow-color: a5a5a5;
  scrollbar-3dlight-color: FFFFFF; 
}
h1 {font: 14pt Verdana;
    font-weight: bold;
	margin-bottom:0;
	color:#1d4b96;
}
h2 {font: 14pt Arial, Helvetica, sans-serif;
    font-weight: bold;
	line-height: 30pt;
	color:#646464;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#topbox {
	clear: both;
	width: 1000px;
	height: 30px;
	margin: 0px;
	position: relative;
	background-color: #ffec02;
	border: 0px;
	padding: 0px;
}
#middlebox {
	clear: both;
	width:70%;
	height:80%;
	margin: 0px;
	position: center;
	background-color: #f1f1ff;
	border: solid 3px #0062ab;
	padding-left:20px;
	padding-right:10px;
}
#bottombox {
	clear: both;
	width: 1000px;
	height: 500px;
	margin: 0px;
	position: relative;
	background-image:url(../images/bg.gif);
	border: 0px;
	padding: 0px;
	}
.boldwhite
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: white;
    FONT-FAMILY: Verdana
}
.smallwhite
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: white;
    FONT-FAMILY: Verdana
}
.tinyblue
{
    FONT-SIZE: 10px;
    COLOR: #7fbcfd;
    FONT-FAMILY: Verdana
}
.header
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #1d4b96;
    FONT-FAMILY: Verdana
}
.orange
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    COLOR: #ff5c12;
    FONT-FAMILY: arial, helvetica, sans-serif;
    TEXT-DECORATION: none
}
.boldblue
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #7fbcfd;
    FONT-FAMILY: Verdana
}
.copywrite
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    COLOR: gray;
    FONT-FAMILY: Verdana
}
.blueregular
{
    FONT-SIZE: 12px;
    COLOR: #000099;
    FONT-FAMILY: arial, helvetica, sans-serif;
    TEXT-DECORATION: none
}