

body {
	background-color: #E5DAB8;
	background-image: url(top_bg.gif);
    background-repeat: repeat-x;
    background-position: top;
}
td {
	font-size: 11px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #454545;
}

a:link {
	font-weight: regular;
	color: #454545;
	text-decoration:none;
}
a:visited {
	font-weight: regular;
	color: #454545;
	text-decoration:none;
}
a:active {
	font-weight: regular;
	color: #000000;
	text-decoration:none;
}
a:hover {
	font-weight: regular;
	color: #000000;
	text-decoration:underline;
}
.statue_bg {
	background-image: url(statue_bg.jpg);
    background-repeat: no-repeat;

}
/* news layout start */

.newsheadline {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.newsdate {
	font-size: 9px;
	color: #999999;
	padding-left: 15px;
}

.newscontent {
	font-size: 11px;
	color: #454545;
	padding: 5px;
}

/* news layout end */

/* pages layout start */

.headline {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #454545;
	padding: 12px;
}

.content {
	font-size: 11px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #454545;
	padding: 5px;
	background-image: url(statue_bg.gif);
    background-repeat: no-repeat;
	background-position: top;
}

/* pages layout end */


/* menu layout start */

a.mainmenu{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
	background: #FFFCED;
	display: block;
	width:100%;
	padding: 6px;
	height: 15px;
	border: 1px solid #E5DAB8;
}
a.mainmenu:hover{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
	background: #E5DAB8;
	display: block;
	width:100%;
	padding: 6px;
	height: 15px;
	border: 1px solid #FFFFFF;
}

a.submenu{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
	background: #FFFCED;
	display: block;
	width:100%;
	padding: 3px;
	height: 15px;
	border: 1px solid #E5DAB8;
}
a.submenu:hover{
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #454545;
	text-decoration: none;
	background: #E5DAB8;
	display: block;
	width:100%;
	padding: 3px;
	height: 15px;
	border: 1px solid #FFFFFF;
}

/* menu layout end */

.footer {
	color: #454545;
	font-size: 10px;
	font-family: verdana, helcetica;
	padding: 8px;
}
