 * {
	margin: 0;
}
 html, body {
	height: 100%;
	text-align: center;
	font-size: 11px; 
	color: #000000; 
	background-color: #d2ddc7; 
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	min-height: 100%;
}	

 a {
 	color: #3163b4;
	font-weight: bold;
	text-decoration: underline;
 }

 a:hover {
 	color: #3163b4;
	text-decoration: none;
 }

 #design_layout_container {
	position: relative;
	width: 932px;
	font-size: 11px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -87px;
	background-image: url(../images/sidebar_clouds.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
 #design_layout_header {
	height: 220px;
	padding: 5px 0px 0px 0px;
}

 #design_layout_header #flags_container {
	margin: 0px 0px 0px 300px;
}

 #design_layout_body {
	text-align: justify;
	margin: 5px 0px 5px 0px;
 }
 
 #design_layout_body #title {
	margin: 5px 0px 6px 15px;
	height: 23px;
	font-size: 13px;
	font-weight: bold;
 }

 #design_layout_body #menu {
	float: left;
	width: 276px;
 }

 #design_layout_body #menu #address_box {
	width: 191px;
	height: 81px;
	padding: 12px 0px 0px 80px;
	background-image: url(../images/address_background.jpg);
	background-repeat: no-repeat;
	margin: 5px 0px 5px 0px;
	line-height: 20px;
 }

 #design_layout_body #menu #search_engine {
	width: 271px;
	height: 37px;
	background-image: url(../images/search_background.gif);
	background-repeat: repeat-x;
 }

 #design_layout_body #menu #search_engine form {
	padding: 0px;
	margin: 0px;
 }

 #design_layout_body #menu #search_engine #field  {
 	float: left;
	width: 206px;
	height: 21px;
	margin: 7px 0px 0px 5px;
	padding: 0px 10px 0px 10px;
	background-image: url(../images/search_field_background.gif);
	background-repeat: no-repeat;
	border: 0px;
	font-size: 11px;
	color: #ffffff;
 }

 #design_layout_body #menu #search_engine #submit  {
 	float: right;
	width: 25px;
	height: 25px;
	background: none;
	border: 0px;
	background-image: url(../images/search_icon.gif);
	cursor: hand;
	cursor: pointer;
	margin: 4px 8px 0px 0px;
 }

 #design_layout_body #body_content {
	float: left;
	width: 626px;
	padding: 15px 15px 30px 15px;
	background-color: #c0e1a3;
	background-image: url(../images/body_watermark_logo.gif);
	background-position: center center;
	background-repeat: no-repeat;
 }

 #design_layout_footer {
 	font-size: 10px;
	height: 87px;
	position: relative;
	width: 932px;
	margin: 0 auto;
	background-image: url(../images/footer_background.jpg);
	background-repeat: no-repeat;
}
 #push {
	height: 87px;
}

 #design_layout_footer #footer_menu {
 	float: left;
	margin: 15px 20px 0px 10px;
	text-align: left;
	width: 635px;
	line-height: 15px;
 }

 #design_layout_footer #footer_menu #copyright {
 	color: #000000;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
 }

 #design_layout_footer #footer_menu a {
 	font-size: 11px;
	font-weight: bold;
	color: #0955ad;
	text-decoration: none;
 }

 #design_layout_footer #footer_menu a:hover {
	color: #000000;
	text-decoration: none;
 }
 
 #design_layout_footer #webdesign_by {
 	float: left;
	margin: 15px 20px 0px 20px;
 }
 
 #design_layout_footer #webdesign_by a {
	width: 225px;
	height: 60px;
	display: block;
 }
 
 #menu_list_top_bar {
 	width: 287px;
	height: 9px;
	background-image: url(../images/top_menu_bar.gif);
	background-repeat: no-repeat;
 }
 
 .menu_list {
 	width: 287px;
	font-size: 11px;
	text-transform: uppercase;
 }
 
 .menu_list ul {
 	width: auto;
	list-style: none;
	margin: 0px;
	padding: 0px;
 }
 
 .menu_list ul li {
	padding: 0px;
	border: none;
 	width: auto;
	margin-bottom: 1px;
 }

 .menu_list ul li a {
	font-weight: bold;
 	display: block;
	border: none;
 	width: auto;
 	width: 245px;
	height: 22px;
	padding: 7px 0px 0px 42px;
	background-image: url(../images/menu_background.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	text-decoration: none;
 }
 
 .menu_list ul li a:hover {
 	display: block;
	border: none;
 	width: auto;
 	width: 245px;
	height: 22px;
	padding: 7px 0px 0px 42px;
	background-image: url(../images/menu_background.gif);
	background-repeat: no-repeat;
	color: #c0e1a3;
 }
 
 .extrabig_margins {
 	margin: 20px 20px 20px 20px;
 }
 
 .big_margins {
 	margin: 10px 10px 10px 10px;
 }
 
 .medium_margins {
 	margin: 5px 5px 5px 5px;
 }
 
 .small_margins {
 	margin: 2px 2px 2px 2px;
 }
 
 .extrasmall_margins {
 	margin: 1px 1px 1px 1px;
 }

 .clear {
 	clear: both;
 }
 
  .inputs {
 	margin: 1px;
	padding: 2px;
 	font-family: Verdana; 
	font-size: 11px; 
	color: #254208; 
	BACKGROUND-COLOR: #dfeed0; 
	border:1px solid #476f1e;
 }
 
  div#wrap {
	text-align: center;
	width: 783px;
 }

 div#wrap ul {
 	padding: 0px;
	list-style:none;
	margin: 0px;
	width: 615px;
 }

 div#wrap li a {
 	width: 125px;
	height: 94px;
	text-align: center;
	background-color: #cadcc6;
	display: inline;
	float: left;
	margin: 10px;
	border: 2px solid #355aae;
 }

 div#wrap li a:hover {
 	width: 125px;
	height: 94px;
	text-align: center;
	background-color: #cadcc6;
	display: inline;
	float: left;
	margin: 10px;
	border: 2px solid #b51717;
 }

 div#wrap li a img {
	border: 0px;
 }

/*
 div#wrap ul li a img {
	border: 2px solid #355aae;
 }

 div#wrap ul li a img:hover {
	border: 2px solid #b51717;
 }
*/