﻿/**
 * Simple.css -- Used by Simple.master
 */

html,body {
    height: 100%;
}

form {
	margin:0;
}

body{
	margin:0;
	text-align:center;
	font-family:verdana;
	font-size:.7em;
	background:#F6F6EB  top center repeat-y;
	color:#5B5750;
}


div.id_wrapper{
	margin:0 auto;
	width:923px;
	background:#fff url(../Images/Global/shadow_bg.gif) repeat-y;
	overflow:visible;
}

div.id_wrapper_sub{
	padding:13px 28px 0 27px;
}

div.id_header{
	background:#32506A;
	height:70px;
	padding-right:15px;
}

input.logo {
	float:left;
	margin:10px 0 0 16px;
}

div.id_footer{
	clear:both;
	border-top:1px solid #C4CFD8;
	padding:12px;
}



@media screen
{
   .id_logo_print
   {
      display: none;
   }
}

@media print
{
   .logo
   {
      display: none;
   }

   img.id_logo_print
   {
      height: 0.625in;
   }
 }

