@charset "utf-8";

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

div.center {
  text-align: center;
}

/* Header */

div#hdr_style {
	background: url(images/img_02.gif) repeat-x left top;
}

div#header {
	width: 800px;
	height: 137px;
	margin: 0px auto;
	background: url(images/img_03.gif) no-repeat left top;
}

/* Main */

div#main_style {
	background: #d7dbce;
	padding: 20px 0px 5px 0px;
}

div#mainContent {
	width: 700px;
	background: #d7dbce;
	text-align: left;
}

#menu_left {
	margin: 20px 0px 0px 20px;
	width: 160px;
	vertical-align: top;
}

#whitebox {
	margin: 0 20px 0px 20px;
	background: #fff;
	width: auto;
}

#flashback {
	margin: 0px;
	padding: 3px;
	background: url(images/flash_bkgd.png) 0 0 no-repeat;
}

div#whitebox_t {
	background: #fff url(images/img_08.gif) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(images/img_07.gif) 0 0 no-repeat;
}

#whitebox_tr {
	height: 15px;
	overflow: hidden;
	background: url(images/img_10.gif) 100% 0 no-repeat;
}

#whitebox_m {
	width: auto;
}

#whitebox_l {
	background: url(images/img_12.gif) 0 0 repeat-y;
}

#whitebox_r {
	background: url(images/img_14.gif) 100% 0 repeat-y;
	overflow: hidden;
}

#whitebox_b {
	margin-top: -5px;
	background: url(images/img_18.gif) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(images/img_17.gif) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(images/img_19.gif) 100% 100% no-repeat;
}

.content {
	padding: 0px 25px 10px 25px;
	text-align: left;
	color: #000000;
	vertical-align: top;
}


/* Footer */

div#ftr_style {
	background: url(images/img_21.gif) repeat-x left top;
	padding: 40px 0px 20px 0px;
}

div#ftr_content {
	width: 800px;
	color: 222222;
	font-size: 10px;
}