
body {
	background-image			: url('../images/body_bg.gif');
	background-repeat			: repeat-x;
	background-color			: #BCE3E5;
	margin						: 0;
}

div, td, p {
	font-family					: verdana, arial, sans-serif;
	color						: #444444;
	font-size					: 10pt;
}

a, a:link, a:active, a:visited, a:hover {
	font-family					: verdana, arial, sans-serif;
	color						: #6A8A22;
	font-size					: 10pt;
	text-decoration				: underline;
}

a:hover {
	color						: #007476;
}

h1 {
	font-family					: georgia, "Times New Roman", serif;
	font-style					: italic;
	color						: #007476;
}

h3 {
	width						: 70%;
	background-color			: #D0E39A;
	color						: #6A8A22;
	padding						: 5px 0 5px 10px;
	margin						: 1.5em 0 0 0;
}

#border_left {
	vertical-align				: top;
	background-image			: url('../images/border_left_bg.gif');
	background-repeat			: repeat-y;
}

#border_right {
	vertical-align				: top;
	background-image			: url('../images/border_right_bg.gif');
	background-repeat			: repeat-y;
}

#content_cell {
	background-image			: url('../images/content_bg.gif');
	background-repeat			: no-repeat;
	background-position			: top right;
	background-color			: #E5F0C8;
	vertical-align				: top;
}

#footer {
	text-align					: center;
	font-size					: 11px;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	font-family					: verdana, arial, sans-serif;
	color						: #444444;
	font-size					: 11px;
	text-decoration				: none;
}

#footer a:hover {
	color						: #007476;
	text-decoration				: underline;
}

#menu {
	width						: 200px;
	background-image			: url('../images/manj_02.gif');
	background-repeat			: no-repeat;
	background-position			: bottom left;
	vertical-align				: top;
}

#nav {
	vertical-align				: top;
	height						: 235px;
}

#nav a, #nav a:link #nav a:active, #nav a:visited #nav a:hover {
	font-family					: verdana, arial, sans-serif;
	color						: #007476;
	font-size					: 12pt;
	font-weight					: bold;
	text-decoration				: none;
	display						: block;
	vertical-align: middle;
/* 	height						: 32px; */
	background: url('../images/bullet.gif') no-repeat 0% 50%;
	padding						: 12px 2px 5px 42px;
	border						: none;
}

#nav a:hover {
	background-position			: 5px 50%;
}

#main_01 {
	width						: 545px;
	background-image			: url('../images/manj_01.gif');
	background-repeat			: no-repeat;
	background-position			: top right;
	vertical-align				: top;
}

#main_02 {
	width						: 544px;
	background-image			: url('../images/manj_03.gif');
	background-repeat			: no-repeat;
	background-position			: bottom right;
	padding						: 30px 45px 30px 15px;
	vertical-align				: top;
}

.title {
	font-family					: georgia, 'Times New Roman', sarif;
	color						: #007476;
	font-size					: 16pt;
	font-weight					: bold;
	font-style					: italic;
	text-align					: center;
	padding-bottom				: 1.5em;
}

.new {
	font-weight					: bold;
	color						: #F36F21;
}