body {
    margin: 0;
    height: 100%;
    overflow-y: auto;
    background-image:url("");
}
.content {
    position: relative;
    text-align: left;
    top: 15px;
    left: 50%;
    margin-left: -408px;
    width: 820px;
    height: 50px;
    overflow: auto;
    overflow-x: hidden;
}
.topHeader {
    text-align: left;
    left: 50%;
    width: 800px;
    position: relative;
    height: 125px;
    margin-left: -408px;
}

body, Table {
		scrollbar-face-color:       #3876b3;
        scrollbar-highlight-color:  #d7d7d7;
        scrollbar-3dlight-color:    #cccccc;
        scrollbar-darkshadow-color: #666666;
        scrollbar-shadow-color:     #333333;
        scrollbar-arrow-color:      #FCFAE3;
        scrollbar-track-color:      #E9EDF2;
		font:						8pt verdana,arial,sans-serif;					
		color:						#000000;
}
A:link {
	color:#336666;
	text-decoration:underline;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
A:visited {
	color:#336666;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
A:active {
	color:#336666;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
A:hover {
	color:#000000;
	text-decoration:underline;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}
.header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: Bold;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #3D6893;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#85B3E4',EndColorStr='#3D6893');
}
.titles {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.required {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.banner {
		background-image:    url("images/banner_bg.gif");
        background-position: top left;
}
.gray {
	background-color: #EEEEEE;
	border: 1px dashed #CDCDCD;
}
.submit {
	background-color: #DDDDDD;
	border: 1px dashed #CDCDCD;
}
.ltblue {
	background-color: #CCD9EC;
}
.blue {
	background-color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
/* old stuff

.navselect {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11 px;
	color: #ffff00;
	text-align: left;
	font-variant: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFF00;
	border-left-color: #666666;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 17px;
}
.smnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 17px;
	background-color: #000000;

}
 */
input.btn{
   color:#000;
   font-family:trebuchet ms;
   font-size:10pt;
   font-weight:normal;
   background-color:#CCD9EC;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
   filter:progid:DXImageTransform.Microsoft.Gradient
   (GradientType=0,StartColorStr='#ffffff',EndColorStr='#CCD9EC');}
   
input.btnhov{
   border-top-color:#ff0000;
   border-left-color:#ff0000;
   border-right-color:#ff0000;
   border-bottom-color:#ff0000;}
   
input, select{ 
	background-color: #ffffff;
	border-width: 1px;
	color: #000000;
	font-size: 8pt;
	font-family: verdana;
}
.grayselect{ 
	background-color: #EEEEEE;
}
.msgbox{ 
	color: #003399;
	font-size: 9pt;
	font-family: trebuchet ms;
}
/*Color Selector*/

.colorbox {
	font-family: trebuchet ms;
	font-size: 16px;
	font-weight: bold;
}
option.one {background-color: #332F6A; color:#fff;}
option.two {background-color: #332F6A; color:#fff;}
option.three {background-color: #E7EFE0; color:#000;}
option.four {background-color: #CDCDCD; color:#000;}
option.five {background-color: #BFE4FF; color:#000;}
option.six {background-color: #000; color: white;}
option.seven {background-color: #FFEAF7; color:#000;}
option.eight {background-color: #C10001; color:#fff;}

    .phase {
        float: left;
        padding: 0;
        margin: 0;
        height: 25px;
        color: #FFFFFF;
        vertical-align: middle;
        font-size: 0.9em;
        line-height: 25px;
        font-weight: bold;
        overflow: hidden;
    }
    .startActive {
        color: #FFFF00;
        width: 133px;
        background: #6d8cb7 url("images/active_left.gif") no-repeat;
    }
    .startInactive {
        color: #3D6893;
        width: 133px;
        background: #c8c3c9 url("images/left.gif") no-repeat;
    }
    .startVisited {
        width: 133px;
        background: #1f4b77 url("images/done_left.gif") no-repeat;
    }
    .active {
        color: #FFFF22;
        width: 134px;
        background: #6d8cb7 url("images/active_middle.gif") no-repeat;
    }
    .inactive {
        color: #3D6893;
        width: 134px;
        background: #c8c3c9 url("images/middle.gif") no-repeat;
    }
    .visited {
        width: 134px;
        background: #1f4b77 url("images/done_middle.gif") no-repeat;
    }
    .endActive {
        color: #FFFF00;
        width: 131px;
        background: #6d8cb7 url("images/active_right.gif") no-repeat;
    }
    .endInactive {
        color: #3D6893;
        width: 131px;
        background: #c8c3c9 url("images/right.gif") no-repeat;
    }
    .endVisited {
        width: 131px;
        background: #1f4b77 url("images/done_right.gif") no-repeat;
    }

    .progressBar{
        width: 812px;
        border: 0;
        clear: both;
    }
  H1 { color: blue }
  body {fond: 85% arial, helvetica, sans-serif; background: #444; color: #FFF;}
  li {color: orange; text-align: left; font-size: 2em;}
  ul#topnav li {display: inline; background: url(header-bullet.gif) no-repeat 0 50%; padding: 0 10px 0 8px}
  p.slogan {font-size: 2em; text-align: center;}

  a:link, a:visited, a:active, a:focus {
	text-align: center;
	background-color: #cccccc;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: red;
  }
  a:hover {color: red;}
.tableheaderBG {
	text-align: center;
	background-color: #cccccc;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.bodyTEXT1 {
	text-align: right;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 4px;
	margin: 0px;
	padding-right: 4px;
	font-variant: normal;
}
.bodyTEXT2 {
	text-align: left;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 4px;
	margin: 0px;
	padding-right: 4px;
	font-variant: normal;
}
.header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: Bold;
	color: #FFFFFF;
	line-height: 18px;
	background-color: #3D6893;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#85B3E4',EndColorStr='#3D6893');
}

