body  {
	background: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-size:150%;
	color: #295BAD;
	padding: 0px 0px 0px 0px;
}
h2 {
	font-size:125%;
	color: #316CCE;
}
h3 {
	font-size:108%;
	color: #666666;  
}
h1,h2,h3 {

}
h1,h2,h3,h4,h5,h6, {
	font-weight:normal; 
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	font-style:italic;
}
blockquote,ul,ol,dl {
	margin:1em;
}
ol,ul,dl {
	margin-left:2em;
}
ol li {
	list-style: decimal outside;	
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left:1em;
}
th {
	font-weight:bold;
	text-align:center;
}
strong {
    font-weight:bold; 
}
a:link		{ color: #316cce }
a:visited	{ color: #5876A7}
a:hover		{ color: #000000 }

#body_wrapper {
	margin:0px auto;
	background-color:#CBD6E2;
	width:1000px;
	text-align:left;
	clear:both;
}
#body_wrapper_bottom {
	height: 40px;
	width: 1000px;
	text-align: left;
	margin:0px auto;
}
#body_wrapper_top {
	width: 1000px;
	text-align: left;
	margin: 0 0 0 0;
}
.twoColFixLtHdr #container {
	width: 1000px;  
	background-color:#CBD6E2;
	border: 1px solid #a5bcd1;
	text-align: left;
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #sidebar {
	float: left; 
	width: 220px;
	margin-top: 40px;
	padding-left:10px;
	background-color:#CBD6E2;
}
#sidebar h3 {
	margin: 0px;
	padding: 2px 2px 2px 4px;
	color: #FFFFFF;
	font-size: 110%;
	background: #B3C7D9;
}
#sidebar ul {
	margin:0;
	padding:0px;
  }
#sidebar li {
	margin:0px;
	padding:2px 2px 3px 2px;
	list-style:none outside;
	vertical-align: middle;
	line-height: 110%;
	border-bottom: 1px solid #D1DBE4;
  }
#sidebar a {
	padding: 0px;
	margin: 0px;
	text-decoration:none;
	font-weight:normal;
	color:#316cce;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#sidebar a {float:none;}
/* End IE5-Mac hack */
#sidebar a:hover {
	color:#000000;
	text-decoration: none;
  }
  
 

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px;
	background-color:#FFFFFF;

} 
.twoColFixLtHdr #footer { 
	padding: 5px 5px 5px 5px;
} 
#footer {
	margin: 0;
	padding: 10px 0; 
	font-size: 88%;
	color: #666666;
}
#footer a {
    padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration:none;
	font-weight:normal;
	color:#5983ac;

  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#footer a {float:none;}
/* End IE5-Mac hack */
#footer a:hover {
	color:#5983ac;
	text-decoration: underline;
  }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Q-style1  { /* Q. for Questions page */
	background: #FFFFFF;
	color: #295BAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold
}