@charset "utf-8";
/* CSS Document */

body  {
	background:  #d2e8f4 url(../images/bg.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 120%;
	}
	
p {
	padding: 0px;
	}
	
b {
	font-weight: bold;
	}
	
blockquote {
	margin: 0px 20px 0px 20px;
	}
	
ul, ol {
	line-height: 1.5em;
	}

ul {
	list-style: url(../images/bullet.gif) inside;
	left: 0px;
	 }
	 
ul li 	{
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;

	line-height: 1
.em;
	left: 0px;
	clip: rect(auto,auto,auto,auto);
	line-height: 100%;
	}

td	{
	padding: 0px;
	font: 0.75em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #666
	}
	
/* Links */

a:link {
	color: #003399;
	text-decoration: none;
	}

a:visited {
	color: #3366ff;
	text-decoration: none;
	}

a:hover {
	color: #000033;
	text-decoration: underline;
	}

a:active {
	color: #1f7cff;
	text-decoration: none;
	}
	
/* Images */

img {
	border:none
	}

img.floatleft {
	float:left;
	margin:4px
	}

img.floatright {
	float:right;
	}

/* Headers and text */	

h1 {
	font-size: 1.5em;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	font-weight: normal;
	}
	
h2 {
	color: #20587b;
	font: normal 1.3em/normal "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	}	

h3 {
	color: #20587b;
	font: normal 1.2em/normal "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	}
	
h4 {
	color: #20587b;
	font: bold normal .85em/normal "Trebuchet MS", Arial, Geneva, Helvetica, sans-serif;
	}
