/* Page Styles */

body {
	margin-top: 20px;
	padding: 0;
	background-image: url(../_graphics/shared/floral_bg.jpg);
}
.left-bar-bg {
	background-image: url(../_graphics/page/left_bar_bg.gif);
	background-repeat: repeat-y;
}
.right-bar-bg {
	background-image: url(../_graphics/page/right_bar_bg.gif);
	background-repeat: repeat-y;
}.left-column-bg {
	background-image: url(../_graphics/page/left_column_bg.gif);
	background-repeat: repeat-y;
}
.right-column-bg {

	background-image: url(../_graphics/page/right_column_bg.gif);
	background-repeat: repeat-y;
}
.left-page-bg {
	background-image: url(../_graphics/page/template_1/left_page_bg.gif);
	background-repeat: no-repeat;
	height: 105px;
}
.page-corner {
	background-image: url(../_graphics/page/template_1/top_corner.gif);
	background-repeat: no-repeat;
}
.page-area {
	padding-top: 36px;
	padding-right: 20px;
	padding-left: 52px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4A3910;
}
#content h1{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #4A3910;
}
#content li {
	list-style-position: outside;
	list-style-image: url(../_graphics/page/bullet.gif);
	list-style-type: none;
}
#content a {
	color: #4A3910;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #EE42B6;
	font-weight: bold;
	text-decoration: underline;
}
