/* ********************************************************************************************************************************** */
/* R E S E T
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
/* ******************************************* Fix IE6 background flicker ****************************************************** */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* Browser specific (not valid) styles to make preformatted text wrap */
 pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
} 
/* ********************************************************************************************************************************** */
	
body
{
margin: 0;
margin: 0 auto;
width: 800px;
font-family: Tahoma, Arial, sans-serif;
font-size: 0.9em;
background : silver; 
text-align: center;
 background:  #CDD2E3 url('back_2.png') repeat-x;
}
p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}
h1 {
	color: gray;
	margin:0px;
	padding:0px;
	font-size: 20px;
}
h2 {
	color: silver;
	margin:0px;
	padding:0px;
	font-size: 15px;
}
h3 {
	color: silver;
	margin:0px;
	padding:0px;
	font-size: 15px;
}
h4 {
	color: silver;
	margin:0px;
	padding:0px;
	font-size: 15px;
}
h5 {
	color: silver;
	margin:0px;
	padding:0px;
	font-size: 15px;
}
h6 {
	color: silver;
	margin:0px;
	padding:0px;
	font-size: 15px;
}
ul {
	font-size: 10px;
	margin-left:0px;
	padding-left:0px;
	/* list-style-image: url(bullet.gif); */
}
a {
	color: Blue;
	font-size: 12px;
	cursor:hand;
}
/**** Content Container ***/
#content {
	
	max-width: 800px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align: left;
	color: #000;
                border: 2px solid #B9BDD8;
}
#headerpic img{
                border: 1px solid #B9BDD8; 
	margin: 3px;
	padding: 2px; 
	background: #EFF7F7; 
	float:right;
	}
#content p 
	{ 
	margin: 0; 
	} 
/**** Clear Div ***/
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:0px;
	overflow:hidden;
}
#center_for_ie
{
/* this is an IE5 fix. */
width: 100%;
text-align: center;
}
