html {
	height: 100%;
	background-color: white;
}

body {
	background-color: #d4eaff;
	width: 800px;
	
	position: absolute;
    left: 50%;
    
    margin-left: -400px;
    
    border: 1px solid black;
    border-top: 0px;
    border-bottom: 0px;
    
    margin-top: 0px;
	padding: 0px;
	
	min-height: 100%;
}

#header {
    background-color : #00A7DF;
    background-image : url('layout_images/header.png');
    background-repeat : no-repeat;
    width: 800px;
    height: 65px;
}

#cs_noexpressUpdate {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #003300;
    text-align: left;
    background-image: url(Update_Warning_bg.gif);
    background-repeat: no-repeat;
    width: 210px;
    height: 200px;
    padding: 40px;
}

#media
{
        margin-top: 4px;
        margin-left: 0px;
}
#noUpdate
{
        margin: 0 auto;
        font-family:Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: #003300;
        text-align: left;
        background-image: url(Update_Warning_bg.gif);
        background-repeat: no-repeat;
        width: 210px; 
        height: 200px;	
        padding: 40px;
}

#slogan {
	border: 1px solid white;
	width: 175px;
	
	position: absolute;
	left: 10px;
	top: 44px;
	
	font-family: sans;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 4px;
	
	background-color: #3261f9;
	color: white;
}

#slogan2 {
	border: 0px solid white;
	width: 550px;
	
	position: absolute;
	right: -30px;
	top: 45px;
	
	font-family: sans;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	
	/*background-color: #3261f9;*/
	color: white;
}

#nav {
	background-image : url('layout_images/nav_bg.png');
	width: 800px;
	height: 33px;
}

#footer {
	position: relative;
	left: 1%;
	
	width: 98%;
	
	border-top: 1px solid black;
	
	font-size: 10px;
	font-family: arial;
}

#content {
	background-color: #d4eaff;
	
	width: 792px;
	min-height: 100%;
	
	padding-left: 4px;
	font-size: .8em;
}

#credit {
          float: left;
          margin-left: 10px;
          font-family: Arial;
          font-size: 10px;
          color: black;
        }
        
#credit a {
         color: #008000;
         background: transparent;
         text-decoration: none;
        }
        
#credit a:active, a.visited {
         color: red;
         background: transparent;
         text-decoration: none;
        }
#credit a:hover {
         color: red;
         background: transparent;
         text-decoration: underline;
         }
#feature_choices {
         margin-left: 0px; font-family: Arial; font-size: 12px;
         line-height: 1.2; color: black;
      }
#feature_choices a {
         color: black;
         background: transparent;
         text-decoration: none;
      }
#feature_choices a:active, a:visited {
         color: red;
         background: transparent;
         text-decoration: none;
      }
#feature_choices a:hover {
         color: red;
         background: transparent;
         text-decoration: underline;
      }        
.nav_item {
	background-image : url('layout_images/nav_tab_bg.png');
	background-repeat : repeat-x;
	
	width: 9%;
	height: 30px;
	font-size: 12px;
	
	font-family: arial;
}

#nav a:active, a:visited {
	text-decoration: none;
	color: navy;
	font_weight: bold;
}

#nav a:hover {
	text-decoration: underline;
	color: yellow;
	font-weight: bold;
}

.nav_sel {
	background-image : url('layout_images/nav_tab_sel_bg.png');
	
	width: 9%;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	
	font-family: arial;
}

.tab_cap_l {
	background-image : url('layout_images/nav_tab_reg_cap_l.png');
	background-repeat: no-repeat;
	background-position: right;
	
	width: 25px;
	height: 30px;
}

.tab_cap_r {
	background-image : url('layout_images/nav_tab_reg_cap_r.png');
	background-repeat: no-repeat;
	background-position: left;
	
	width: 25px;
	height: 30px;
}

.nav_sep {
	background-image : url('layout_images/nav_tab_reg_reg.png');
	background-repeat: no-repeat;
	
	width: 25px;
	height: 30px;
}

.nav_sel_l {
	background-image : url('layout_images/nav_tab_reg_sel_l.png');
	background-repeat: no-repeat;
	
	width: 25px;
	height: 30px;
}

.nav_sel_r {
	background-image : url('layout_images/nav_tab_reg_sel_r.png');
	background-repeat: no-repeat;
	
	width: 25px;
	height: 30px;
}

.dark_cell_class {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18;
	font-weight:bold;
	border: 1px solid #FFFFFF;
	/*background-color:#336699;*/
        background-color: #004172;
	padding:4px;
	margin:4px;
	color:white;
}
.light_cell_class {
	text-decoration:none;
	font-size:12;
	border: 1px solid #FFFFFF;
	/*background-color:#6699CC;*/
        background-color: #0089D2;
	padding:4px;
	margin:4px;
}
.modified_cell_class {
	text-decoration:none;
	font-size:12;
	border: 1px solid #FFFFFF;
	/*background-color:#6699CC;*/
        background-color: #0089D2;
	padding:4px;
	margin:4px;
	color: white;
}

.table_class {
	border:0px solid;
}
.image_class {
	border: 1px solid white;
}
.image_class2 {
	border: 2px solid #CC3300;
}
.input_class {
	border:2px solid #336699;
}
.button_class {
	border: 1px solid white;
	color:#FFFFFF;
	background-color:#336699;
}
.checkbox_class {
	border-color:#336699;
	border-style:none;
	border-width:none;
	margin:0;
	padding:0;
}
.query_dark_cell_class {
	text-decoration:none;
	font-size:11;
	font-weight:bold;
	border-style:solid;
	border-width:1;
	background-color:#336699;
	border-color:#FFFFFF;
	padding:4px;
	margin:4px;
}
.query_light_cell_class {
	text-decoration:none;
	font-size:10;
	border-style:solid;
	border-width:1;
	background-color:#6699CC;
	border-color:#FFFFFF;
	padding:4px;
	margin:4px;
}