body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#FFFFFF;
}
#contentTable {
	border-bottom: 4px solid #990000;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
}
#contentTable td {
	vertical-align: top;
}

#masthead {
	background-image: url(../images/masthead/BanRNien.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333333;
}

#sidebar1 {
	width: 25%;
	font-size: 0.75em;
	color:#666666;
	border-right: 1px dashed #990000;
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 10px;
	
}
#sidebar2 {
	width: 30%;
	font-size: 0.75em;
	color:#666666;
	border-left: 1px solid #990000;
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right:10px;
}

#maincontent {
	width: 45%;
	font-size: 0.85em;
	color:#990000;
	margin-top: 30px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right:10px;
}



#footer {
	font-size: 0.7em;
	color: #990000;
	padding: 16px 12px;
}


a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
}
