body {
	background-color: #ffffff;
    text-color: #000000;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}

.large     {font-family: verdana, sans-serif; font-size: 14pt;}
.standard  {font-family: verdana, sans-serif; font-size: 10pt;}
.small     {font-family: verdana, sans-serif; font-size: 8pt;}

#header {
	width: 100%;
	border: 0px;
	margin: 0px;
    padding: 0px;
	border-collapse: collapse;
}

#header_logo {
	width: 100%;
	border: 0px;
	margin: 0px;
    padding: 0px;
    background-color: #426fb8;
}
#header_welcome {
	border: 0px;
	margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
	font-size: 10pt;
	font-weight:normal;
	text-align: right;
	vertical-align: bottom;
	background-color: #426fb8;
	white-space:nowrap;
}

.header_menu {
	width: 100%;
    height: 36px;
	border: 0px;
	margin: 0px 0px 0px 0px;
    padding: 0px;
	text-align: left;
    background: url('/images/background.jpg');
	background-repeat:repeat-x;
	white-space:nowrap;
}

.header_body {
	width: 100%;
	border: 0px;
	margin: 0px;
    padding: 10px 10px 0px 0px;
}

td         {vertical-align: top; text-align: left;}
th         {vertical-align: bottom; text-align: center;}

.center {text-align: center;}
.right  {text-align: right;}
.left   {text-align: left;}
.pagebreak {page-break-before: always}

.copyright {font-family: Verdana, sans-serif;
            font-size: 8pt;
            color: #000000;
            background: #E4E5DF;
            text-align: center;
            border: 1px #6C9FF2 solid;
}

.google {padding-top: 10px; padding bottom: 10px; text-align: center;}

table.border {
	width: 100%;
	border: 1px #6C9FF2 solid;
	border-collapse: collapse;
}
table.border th {
	border: 1px #6C9FF2 solid;
	padding: 2px;
	background: #E4E5DF;
}
table.border td {
	border: 1px #6C9FF2 solid;
	padding: 2px;
}

table.noborder {
	width: 100%;
	border: 0px;
}
table.noborder th {
	padding: 2px;
}
table.noborder td {
	padding: 2px;
}

.message {
	font-size:12pt;
	font-weight:bold;
	padding-bottom:5px;
}
.message2 {
	font-size:12pt;
	font-weight:normal;
	font-style:italic;
}

.button_div {
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('/images/button.jpg') no-repeat scroll top right;
    display: block;
    float: left;
    height: 24px;
	color: #000000;
	font: normal 12px verdana, sans-serif;
    margin-right: 4px;
    padding-right: 14px;
    text-decoration: none;
}
a.button span {
    background: transparent url('/images/button.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}
a.button:active span {
    background-position: bottom left;
    padding: 5px 0px 5px 18px;
    outline: none;
}
a.button:hover {
    color: #00f;
}
#menu {
   clear:both;
   float:left;
   margin:0px;
   padding:0px;
   width:100%;
   font-family:Verdana, sans-serif;
   font-size: 100%;
   z-index:1000;
   position:relative;
}

/* Top menu items */
#menu ul {
   margin:0;
   padding:0px 0px 0px 0px;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#menu ul li {
   margin:0 0 0 10px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#menu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:1em;
   line-height:1em;
   background:#ddd;
   text-decoration:none;
   color:#333;
   font-weight:bold;
   border-bottom:1px solid #000;
}
#menu ul li.active a {
   color:#fff;
   background:#000;
}
#menu ul li a:hover {
   background:#36f; /* Top menu items background color */
   color:#fff;
   border-bottom:1px solid #03f;
}
#menu ul li:hover a,
#menu ul li.hover a { /* This line is required for IE 6 and below */
   background:#36f; /* Top menu items background color */
   color:#fff;
   border-bottom:1px solid #03f;
}

/* Submenu items */
#menu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#menu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#menu ul ul li a,
#menu ul li.active li a,
#menu ul li:hover ul li a,
#menu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#444;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#menu ul ul li a:hover,
#menu ul li.active ul li a:hover,
#menu ul li:hover ul li a:hover,
#menu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#36f; /* Sub menu items background colour */
   color:#fff;
}

/* Flip the last submenu so it stays within the page */
#menu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#menu ul li:hover ul,
#menu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}
