/* Change the colors here */
body {
	background-color: #FFFFFF;
		background-image: url(images/background.jpg);
}
/* coutsider border color */
table.border {
	border: 2px solid #000099;	
}
/* Top adsense link unit background color. 
You should also change adsense background color. */
h1 {
	color: #000000;
}
h2 {
	color: #000000;
}
/* End of color editing */

table.border {
	width: 800px;
}
#linkUnit {
	padding: 2px;
	height: 19px;
	background-color: #000099;
}
body, p, td {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
}

/* Article title */
h1 {
	font-family: arial, verdana, sans-serif;
	color: black;
	font-size: 24px;
	width: 100%;
	line-height: 120%;
	text-align: center;
}
/* Menu title */
h4 {
	border: 3px outset #000099;
	background-color: #FFFFCC;
	font-weight: bold;
	color: black;
	font-size: 13px;
	text-align: center;
}

#copyright {
	background-color: #000099;
	color: white;
	text-align: center;
}
div.rightMenu {
	margin-left: 0em;
	margin-top: 2em;
   padding-right: 1em;
}

.rightMenu ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 0em;
}

.rightMenu ul li {
	line-height: 150%;
}
div.leftMenu {
	margin-right: 0em;
	margin-top: 2em;
   padding-left: 1em;
}

.leftMenu ul {
	list-style-type: square;
	list-style-position: inside;
	margin-right: 0em;
}

.leftMenu ul li {
	line-height: 150%;
}

li a {
	text-decoration: none;
	color: #434E5C;
	font-size: 12px;
}

li a:hover {
	text-decoration: underline;
	color: #434E5C;
	font-size: 12px;
}

#left {
	width: 150px;
	text-align: center;
}
#right {
	width: 170px;
	padding-left: 4px;
}
