/**
 *	Print Degradation Resolution
 *	CSS Style for printed mediums
 **/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0px;
	background: white;
	font-size: 12pt;
	font-weight: lighter;
}

h2 {	/*Page Headers*/
font-size:18pt;
font-weight: normal;
padding: 0px 10px;
margin:0px;}

h3 {	/*Sub Headers*/
font-size:14pt;
font-weight: normal;
padding: 0px 10px;
margin:0px;}

h4 {	/*Sub Headers*/
font-size:12pt;
font-weight: bold;
padding: 0px 10px;
margin:0px;}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

/* ----------container to center the layout---------- */
#container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
background-color: #FFFFFF;
padding: 0px;
margin: 0px; 
width:auto;
}

#banner img {
	padding:20px 0px;
	width:600px;
} 

/* ----------outer and inner----------------- */
#outer{ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/*- Menu Tabs--------------------------- */ 

#tabs ul {
	display:none;
}

/* --------------left navi------------- */

#menu10 ul {
	display:none;
}

/* -----------------content--------------------- */
#content{
	background-color: #FFF;
	margin: 10px;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
p{
padding: 5px 10px;
margin:0px; }

img	{
	border: 0px;
}

#content ul li {
	list-style-type: disc;
}

/*  ----------------footer---------------------- */ 
#footer {
display:none;
} 

/*  ----------------copyright---------------------- */ 
#copyright {
	clear:both;
	padding:10px;
	margin:0px;
	text-align: center;
	font-weight:lighter;
} 

/*--- for tables ---*/
	td{
       FONT-SIZE: 100%; FONT-FAMILY: Verdana, Arial, Helvetica, San-serif; 
       padding-left:10px;
	}
	table.special{
		border: 1px solid #555; text-align: left; width: 90%;
		margin: 10px 0px;
	}
	tr.odd{
		background-color:white;
		border: 1px solid #555;
	}
	tr.even{
		background-color:#E7F1F8;
		border: 1px solid #555;
	}