*{
	padding: 0px;
	margin: 0px;
}

body{
	font: 12px arial,sans-serif;
	color: #5a6665;
}


h1,
h2{
	font-size: 18px;
}

a{
	color: #b02c43;
	text-decoration: none;
}

.clear{
	clear: both;
}

img{
	border: 0px;
}

/* ------------------------------ INDEX ------------------------------ */

div#wrapper{
	width: 933px;
	margin: 0px auto;
}

div#header{
	width: 933px;
	margin: 30px 0px 0px 0px;
	height: 285px;
	padding: 60px 0px 0px 0px;
}

div#header.wide div#logo{
	width: 389px;
	height: 163px;
	background: transparent url(../images/design/logo_wide.png) no-repeat bottom;
}

div#header.narrow{
	height: 200px;
	padding: 36px 0px 0px 0px;
}

div#header.narrow div#logo{
	width: 310px;
	height: 129px;
	background: transparent url(../images/design/logo_narrow.png) no-repeat bottom;
}

div#header div#corner{
	width: 35px;
	height: 41px;
	background: transparent url(../images/design/header_corner.png) no-repeat;
}

div#header.wide div#corner{
	position: relative;
	top: 82px;
	left: 898px;
}

div#header.narrow div#corner{
	position: relative;
	left: 898px;
	top: 30px;
}

ul#menubar{
	width: 933px;
	height: 34px;
	background: transparent url(../images/design/background_menubar.gif) repeat-x bottom;
	
	list-style-image: none;
	list-style: none;
}

ul#menubar li{
 	display: inline;
}

ul#menubar li a{
	text-decoration: none;
	color: #469b26;
	font-weight: bold;
	height: 17px;
	display: block;
 	float: left;
 	margin: 5px 0px 10px 0px;
	padding: 2px 8px 0px 10px;
}

ul#menubar li a:hover,
ul#menubar li a.selected
{
	color: white;
	background: #7fbe1f url(../images/design/background_menubar_a.gif) no-repeat;
}


div#content{
	padding: 18px 0px 18px 0px;
}

div#footer{
	width: 918px;
	height: 16px;
	background: #469b26;
	font-size: 10px;
	color: white;
	font-weight: bold;
	padding: 2px 0px 0px 15px;
}

div#footer a{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 10px;
	border-right: white 1px solid;
	padding: 0px 15px 0px 0px;
	margin: 0px 15px 0px 0px;
}

div#con_left{
	width: 700px;
	float: left;
}

div#con_left h1{
	color: #469b26;
}

div#con_right{
	width: 233px;
	float: left;
}

div#con_right p{
	padding: 0px 14px 10px 14px;
}

div#con_right h1{
	color: #7fbe1f;
	padding: 0px 0px 0px 10px;
}


div#con_box{
	width: 200px;
	height: 75px;
	background: white url(../images/design/background_con_box.gif) no-repeat;
	padding: 4px 10px 10px 15px;
}

div#con_box h2,
div#con_box p{
	color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;;
	
}

div#con_left h3 {
	color: #469B26;
	font: 14px arial,sans-serif;	
	font-weight: bold;
	margin-right:12px;
}

div#con_left ul{
	margin: 0px 0px 20px 15px;
	list-style-type: square;
}

div#con_left ul li{
	padding: 5px 0px 0px 0px;
}

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
  margin: 0px;
  padding: 0px;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}