body {
	margin: 0px;
	padding: 0px;
	background-color: #4b321e;	
}
	
.left_border {
	background-image: url(images/left_side.jpg);
	background-repeat: repeat-y;
	width: 16px;
}	

.right_border {
	background-image: url(images/right_side.jpg);
	background-repeat: repeat-y;
}
.list {
	width: 200 px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 0px;
}	
.list li {
	background-image: url(images/dot1.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 13px;
	list-style-type: none;
	text-align: left;
}

.list_1 {
	width: 190px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-left: 0px;
}	
.list_1 li {
	background-image: url(images/dot2.gif);
	background-repeat: no-repeat;
	background-position: 13px 6px;
	padding-left: 26px;
	list-style-type: none;
	text-align: left;
}

.menu {
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0056ca;
	vertical-align: top;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 30px;
	width: 253px;
}

.menu a{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0056ca;
	text-decoration: none;
}

.menu a:hover{
	text-decoration:underline;
}
	
.footer_menu {
	background-color: #4b321e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3cf9d;
	text-align: center;
}		

.footer_menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f3cf9d;

	text-decoration:none;
}

.footer_menu a:hover{
	text-decoration:underline;
}

.body {
	background-color: #fff2dd;	
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;	
}

.font_body_1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;	
}

.font_body_2 {
	margin: 0 auto;
	padding-right: 25px;
	padding-left:  25px;	
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}

.font_body_3 {
	margin: 0 auto;
	padding-right: 25px;
	padding-left:  25px;		
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: justify;
}
