/*body { background-color : #ffffff; }*/ 
body { /*padding-left: 0px;*/ /*margin: 0 0 0 0;*/
	font-size: 12px;
	/*background-image: url(../images/blue_border_line.gif);*/
	/*color: mediumblue;*/ /*background-repeat: repeat-y;*/
	font-family: verdana, arial, helvetica, sans-serif;
	/*background-color: #a9a9a9;*/
	/*background-color: #C8D6E3;*/
}

/* links */
a, 
a:visited, 
a:active 
{
  display:inline; 
  text-decoration: none;
  width:50px;
  font-family : arial; 
  padding: 0px 10px 0px 10px;
}

/* link with underline */
a.uline, 
a.uline:visited, 
a.uline:active 
{
  display:inline; 
  text-decoration: underline;
  width:50px;
  font-family : arial; 
  padding: 0px 10px 0px 10px;
}

a	
{
  color: #1a3968;
  text-decoration: underline;
}
a:visited 
{
  color: #7D053F;
  text-decoration: underline;
}
a:hover 
{
  background: #488AC7; 
  color: #fff;
}

#header1
{ 
    position: absolute; top: 10px; left: 10px; right: 10px;
	background: url("../images/blueheadercut.jpg");
	height: 55px;
	width: 96%;
	/*padding: 20px 0px 0px 20px;*/
	padding: 30px 40px 10px 40px;
	color : white; 
	font-size : 32px; 
	text-align : left; 
	/*background-color: #1d6ea5;*/
}

#header2
{ 
    position: absolute; top: 10px; left: 10px;  right:20px;
	background-image:  url("../images/blueheadercut.jpg") ; 
	white-space: nowrap;
	/*background-repeat:repeat-x;*/
	height: 60px;
	width: 96%;
	padding: 20px 0px 0px 20px;
	color : white; 
	font-size : 32px; 
	font-family : arial; 
	text-align : left; 
	/*background-color: #1d6ea5;*/
}

#header
{
	/*position: relative;*/
	background-color: #1a3968;
	color: #fff;
	padding: 30px 40px 10px 40px;
	background:  url("../images/blueheadercut.jpg") repeat-x;
	/*background-image:  url("../images/blueheader_long.jpg");*/
	width: auto;
	
}

#header h1
{
	font-size: 30px;
	color: ffffff;
}

#header h2
{
	font-size: 14px;
}


p {

	margin-left : 10pt; 
	margin-right : 10pt; 
	color : #000000; 
	font-size : 90%; 
	font-family : arial; 
	text-align : left; 
} 

h1 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 16pt;
	font-weight: bold;
	font-variant: normal;
	color: #333366;
	text-decoration: none;
	white-space:nowrap;
}
h2 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666699;
	text-decoration: none;
}

TABLE {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: #C8D6E3;
	color: #00ff99;
	font-size: 12px;
	border: solid;
	border-width: thin;
	border-color: black;
}

TABLE TR TH 
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: white;
	
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
	background-color: #1d6ea5;
	text-align: center;
}

/* form entry style */
TABLE.entry TR TD
{
    padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	valign: middle;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #CCCCFF;*/
	background-color: #c8d6e3;
	text-align: left;
}

table.result {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: white;
	color: black;
	font-size: 12px;
	border-color: grey;
}

table.result th{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	valign: middle;
	color: black;
	valign: middle;
	/*font-family: arial, helvetica, sans-serif;*/
	background-color: white;
	text-align: left;
}

table.result td{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	valign: middle;
	color: black;
	valign: middle;
	/*font-family: arial, helvetica, sans-serif;*/
	background-color: white;
	text-align: left;
}

table.result tr{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: black;
	valign: middle;
	/*font-family: arial, helvetica, sans-serif;*/
	background-color: white;
	text-align: left;
}

/* even rows */




ul#tabnav 
{ /* general settings */
	position: relative;
	text-align: left; /* set to left, right or center */
	margin: 10em 0 0 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #C8D6E3; /* set border COLOR as desired */
	width: 98%;
	list-style-type: none;
	padding: 5px 5px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

/*tab styles*/
ul#tabnav li 
{ 
	display: inline;
}

body#tab1 li.tab1, 
body#tab2 li.tab2, 
body#tab3 li.tab3, 
body#tab4 li.tab4, 
body#tab5 li.tab5 
{ /* settings for selected tab */
	border-bottom: 1px solid #fff; 
	background-color: #fff; 
}

body#tab1 li.tab1 a, 
body#tab2 li.tab2 a, 
body#tab3 li.tab3 a, 
body#tab4 li.tab4 a,
body#tab5 li.tab5 a 
{ /* settings for selected tab link */
	background-color: #fff; 
	color: #000; 
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a 
{ /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #C8D6E3; 
	background-color: #C8D6E3; 
	color: #666; 
	margin-right: 0px; 
	text-decoration: none;
	border-bottom: none;
}

ul#tabnav a:hover,
ul#tabnav a:focus
{ /* settings for hover effect */
	background: #fff; 
}

/* old, kept to be compatible with old pages */

#container
{
	border: 1px solid #C8D6E3;
	width:auto;
	position: absolute;
	padding: 10px;
	margin-left: 10px;
	/*margin: 30px 80px 0px 20px;*/
}

#primarycontainer
{
	float: left;
	padding-right: 0px;
	width: auto;
}