body {
	background-color: #333333;
	color: #1F1F1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
a {
	color: #8860BF;
	text-decoration: underline;
}
a img {
	border: 1px solid #cccccc;
	margin: 5px;
	padding: 5px;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	border: 1px solid #db8080
}
h1 {
	color: #69459A;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	margin-left: 0px;
}
h2 {
	background-color: #e7e7e7;
	color: #999999;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	background-color: #e7e7e7;
	color: #999999;
	font-size: 20px;
	font-weight: normal;
}
h4 {
	background-color: #DECFE6;
	color: #000;
	font-weight: normal;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h5 {
	color: #69459A;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	margin-left: 0px;
	margin-top: -15px;
	margin-bottom: 5px;
}
b   {
        color: #660099;
    }
#container {
	background: #ffffff;
	border: 3px solid #666;
	margin: 0 auto;
	text-align: left;
	width: 700px;
}
#header {
	background: url(Images/Header2.jpg) no-repeat;
	color: #999999;
	font-style: italic;
	font-size: 14px;
	margin: 20px 5px 5px 10px;
	padding: 5px 0px 20px 230px;
}	
	
	#navTop2 {
	padding-right: 10px;
	text-align: center;

}
#navTop2 li {
	display: inline;
	list-style-type: none;
	font-size: 10px;
}
#navTop2 li a {
	background: #e7e7e7 url(Images/corner.gif) top left no-repeat;
	border-bottom: 2px solid #cccccc;
	color: #666666;
	padding: 2px 10px;
	text-decoration: none;
}
#navTop2 li a:hover {
	background-color: #e0e0e0;
	border-bottom: 2px solid #660099;
	color: #333333;
}


#navTop {
	padding-right: 10px;
	text-align: right;
}
#navTop li {
	display: inline;
	list-style-type: none;
	font-size: 10px;
}
#navTop li a {
	background: #e7e7e7 url(Images/corner.gif) top left no-repeat;
	border-bottom: 2px solid #cccccc;
	color: #666666;
	padding: 2px 10px;
	text-decoration: none;
}
#navTop li a:hover {
	background-color: #e0e0e0;
	border-bottom: 2px solid #660099;
	color: #333333;
}
#content {
	margin: 5px;
	padding: 5px;
}
#content div {
	border: 1px solid #cccccc;
	height: auto;
	padding: 10px;
	width: 316px;
	padding-top: 5px;
}
#content blockquote {
	margin: 5px;
	padding: 5px;
	background: #e7e7e7;
}

#content div p {
	line-height: 18px;
}
#content div p img {
	cursor: pointer;
	margin-left: 10px;
}
#column1 {
	float: left;
}
#column2 {
	float: right;
}
#column2 a img {
	margin-top: 30px;
}
#column2 p span {
	color: #999999;
}
.date {
        color: #660099;
	font-weight: bold;
	
}
#footer {
	clear: both;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
}
