body, form, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}

body {
	background:#b6b5b3 url(images/body_bg.jpg) repeat-x top;
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#636363;
}


/* Top Link */
#topLink {
	font:12px Tahoma, Verdana, Arial;
	color:#014401;
	text-align:right;
	text-transform:lowercase;
}
#topLink a {
	color:#014401;
	text-decoration:none;
	background:url(images/top_link_bg.jpg) no-repeat left bottom;
	padding:2px 12px 2px 14px;
}
#topLink a:hover {
	color:#789585;
}


/* Left Menu */
#leftMenu {
	background:url(images/m_bg.jpg) no-repeat left top;
}
#leftMenu ul {
	margin:0;
	padding:0;
	width:175px;
}
#leftMenu ul li {
	margin:0;
	padding:0 14px 0 0;
	list-style:none;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#014401;
	border-bottom:1px solid #789585;
	height:35px;
	
	text-align:right;
	background:url(images/left_link_bg.gif) no-repeat right 20px;
}
#leftMenu ul li a {
	color:#014401;
	text-decoration:none;
}
#leftMenu ul li a:hover {
	color:#789585;
}


/* Content */
#content {
	padding: 15px 10px 0 5px;
	line-height:26px;
}


/* Footer */
#footer {
	font:12px Georgia, "Times New Roman", Times, serif;
	color:#464646;
	text-align:right;
	padding:2px 0 0;
}
#footer a {
	color:#464646;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}