body {
	border: 1px solid #000;
	background-color: #fff;
	
	text-align:center;
	width:900px;
	margin:0px auto;
	text-align:left;
	
}

#Content {
	width:780px;	
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	
}

#ads
{
float: left;
}

#quotes
{
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#e3e3e3;
	font-size: 11pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

#navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
	width:900px;
}

#navlist li
{
	display: inline;	
	list-style-type: none;
	width:900px;
}

#navlist a
{
	padding: 1px 8px 1px 24px;
	border: 1px solid #333;
	background-color: #2d508c;
	background-image: url(images/l1_down.gif);
	width:900px;
}

#navlist a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
	width:900px;
}

#navlist a:hover
{
	border: 1px solid #333;
	background-color: #a0d0f0;
	background-image: url(images/l1_over.gif);
	color: #333;
	width:900px
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #a0d0f0;
background-image: url(images/l1_over.gif);
color: #333;
}

a {
	color: #2d508c;
}

a:visited {
	color: #2d2d2d;
}

a:hover {
	color: #a0d0f0;
}

p {
	font-family: arial;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1 {
	font-family: arial;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#2d508c;
}

h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 16pt;
	margin-left: 10%;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#2d508c;
}

h3 {
	font-family: arial;
	font-weight: bold;
	font-size: 14pt;
	color:#2d508c;
}

li {
	list-style: disc inside ;
}

ul {
	font-family: arial;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 15px;
}


