/* Change the colors here */
body {
	background-color: #FFFFCC;
}
/* coutsider border color */
table.border {
	border: 2px solid #3D322E;	
}
#linkUnit {
	border-top: 1px solid #3D322E;
	border-bottom: 1px solid #3D322E;
}
/* Top adsense link unit background color. 
You should also change adsense background color. */
h1 {
	color: #352D2B;
}
h2 {
	color: #677D89;
}
/* End of color editing */

table {
	background-color: white;
}

table.border {
	width: 750px;
}
#headerimg {
   background-color: #040C89;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	height: 130px;
}
#linkUnit {
	padding: 2px;
	height: 19px;
	background-color: #040C89;
}
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: red;
	font-size: 20px;
	width: 100%;
	line-height: 120%;
	text-align: center;
}
/* Menu title */
h4 {
	border: 3px outset #040C89;
	background-color: #FFFFCC;
	font-weight: bold;
	color: black;
	font-size: 13px;
	text-align: center;
}

#copyright {
	background-color: #040C89;
	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%;
}

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

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

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