/* CSS Document */

html {
	margin: 0;
	padding: 0;
}	
body {
	margin: 0;
	padding-top: 0px;
	background:#730a0a;
		}	
img {
	margin: 20px;
	border: 5px;
	border-color: #7D7D7D;
	}	
.text {
	float:left;
	width:auto;
	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002809;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	text-align: justify;
}
p:first-letter {
	color:#FF6600;
	font-size:24px
	}
p.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#9999FF;
	font-style:italic;
	}
em {
	font-size:14px;
	font-style: italic;
	font-weight: 800;
	color:#FFFF99;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #CCFFFF;
	font-size:24px;
	text-align: center;
	width: auto;
}
h2 {
	font:italic small-caps 900 24px arial;
	color:#669999;
	text-align: center;
}

h3 {
	font: italic normal 1.4em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #333399;
	border: #7D7D7D;
	border-width: thin;
	text-align: center;
	font-size: 18px;
}
h3.right {
	text-align:left;
	}

p	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCFF;
	}
p.indent {
	position:relative;
	left:200px;
	}
img {
	border: medium double #7D7D7D;
	vertical-align:text-top;
	white-space:normal;
	}	
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-position:inside;
	color:#CCCCFF;
	font-weight: bold;
	margin-left: 5px;
	font-style: italic;
}
ul.decimal {
	list-style:decimal
		}
table{
	line-height: 20px;
	width: 80%;
	padding-left: 10px;
	background-color:#FFFF66;
	font-weight: bolder;
	font-size:14px;
	margin-left: 20%;
	
	}
table.coll {
	border-collapse: collapse;
	}
table.sep {
	border-collapse: separate;
}
table.sidebar2 {
	background-color:#FFFF66;
	font-weight: bolder;
	font-size:14px;
	text-align: center;
	border: 4px;
	border-color:#336699;
	}	
td {
	width: 20%;
	}
	
th	{
	width: 20%;
	}
#link {
	background-color:#FFFF66;
	border-color: #CC9900;
	border: thick;
	font-family:sans-serif;
	font-size:14px;
		}	
#heading {
	width: 100%;
	height: 220px;
	background-image: url(banner.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}	
#main {
	text-align: left;
	text-indent: 40px;
	text-align:justify;
	float: left;
	width: 65%;
	padding: 10px;
}

#sidebar {
	clear: right;
	margin: 20px 20px 20px 10px;
	width: 250px;
	float: right;
	border: thin;
	border-left-color: #7D7D7D;
	border-left-style: solid;
	border-left-width: medium;
	height:600px;
}





