body {
	line-height:1.125em;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration : none;
	margin: 0;
	color : Black;
	font-size : 100%;
	width: 100%;
	min-width:750px;
}

p {
	font-family: Arial, Helvetica, Sans-Serif;
}

.floatright {
float: right;
width: 256px;
margin: 0 0 10px 10px;
padding-right: 10px;
text-align: center;
}

h1 {
	padding-left: 20px;
	font: normal normal bold 14px Sans-Serif;
}

h2 {
	padding-left: 20px;
	font: normal normal bold 12px Sans-Serif;
}

h3 {
	padding-left: 20px;
	font: normal normal bold 12px Sans-Serif;
}

.t {
	background: url(/images/border_dot.gif) 0px 0px repeat-x; /* Header Top */
	width: auto;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #fff;
}

.t2 {
	background: url(/images/border_dot.gif) 0px 0px repeat-x; /* Header Top */
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #fff;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.b {
	background: url(/images/border_dot.gif) 0px 100% repeat-x; /* Footer Bottom */
}

.l {
	background: url(/images/border_dot.gif) 0 0 repeat-y;
}

.r {
	background: url(/images/border_dot.gif) 100% 0px repeat-y;
}

.bl {
	background: url(/images/bottom_left.gif) 0 100% no-repeat;
}

.br {
	background: url(/images/bottom_right.gif) 100% 100% no-repeat;
}

.tl {
	background: url(/images/top_left.gif) 0px 0px no-repeat;
}

.tr {
	background: url(/images/top_right.gif) 100% 0 no-repeat;
	padding: 1px; /*10*/
} 

#header{
	background-color: transparent;
	border-bottom: 1px solid #666;  /* bottom border for header */
	margin:0px 0px; /*0,50*/
	font-size: 5px;
	background-image: url(/images/onsatmail_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 106px;
	padding-top: 0px;
  }

#topnav {
	position: relative;
	top: 90px;
/*	background-color: #efefef; */
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font: normal small-caps normal 14px Arial, Helvetica, Sans-Serif;
}

#topnav li a{
	text-decoration: none;
}

#topnav li{
	display: inline;
	list-style-type: none;
}

#topnav a:hover {
	color: red;
}

#topnav a:visted {
	color: blue;
}

#footer{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	background-color: #fff;
	border-top: 1px solid #666; 
	margin:0px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}

#container{
	background-color: #fff;
	overflow:hidden;
	margin:0 0px; /*50*/
	padding-left:151px; /* The width of the rail */
/*   border-left: 1px solid red; */
/*	border-right: 2px solid red; */
}

* html #container{
	height:1%; /* So IE plays nice */
}

#contents{
	background-color:fff;
	width:100%; 
/*	border-top: 1px solid #666; */ /* top bar for content, bottom bar of header */
	border-left: 1px solid #666;  /* The width and color of the rail */
	margin-left:-150px;
	float:right;
	padding-top: 10px;
}

#contents p {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom : 10px;
   font-size:0.875em;

}

#leftnav{ /* the rail */
	background-color:#fff;
	width:150px;
	float:left;
	margin: 0px;
	padding: 0px;
	margin-left:-151px;
	display:inline; /* So IE plays nice */
	border-right: 1px solid #666; /*content lower left border*/
/*	border-top : 1px solid #666; */
   font-size:0.75em;
}

#leftnav ul {


}


#faq {
	padding-left: 10px;
}

/********** Images *************/

#imageright {
  float:right;
  padding-left:10px;
  padding-bottom:10px;
  }

/***************** Left Navigation **************************/

.webmail {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
	font: normal normal bold 14px Arial, Helvetica, Sans-Serif;
}

.webmail a {
	color: blue;
	padding-bottom: 5px;
}

.leftmenu {
	padding: 5px;
	margin: 0px;
	padding-left: 10px;
	list-style: none;
/*	margin-bottom: 10px; */
}

.leftmenu a {
	list-style: none;
	color: blue;
	text-decoration: none;

}

	 
.leftmenu a:hover {
	text-decoration: underline


     }

.leftmenu a:active {
     color: #fff;
		border-bottom: 1px solid black;
     }

.leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

.leftmenu ul li {
	margin-left: 10px;
}

#active {
	font-weight: bolder;
}

/****** End Left Navigation *************/

#login {
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 5px;
	margin-left: 5em;
	margin-right: 5em;
}

#login a {
	color: blue;
}