html { margin: 0; padding: 0; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Arial Regular", Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height: 20px;
	color: #333333;
	background-color: #FFFFFF;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 155%; text-transform: uppercase; font-weight: normal; margin-bottom: 10px; margin-top: 1px; color: #333333; }
h2 { font-size: 140%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #666633; }
h3 { font-size: 135%; text-transform: uppercase; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #666666; }
h4 { font-size: 135%; font-weight: normal; margin-bottom: 5px; margin-top: 1px; color: #999999; }
hr { width: 100%; border: 0; color: #999999; background-color: #999999; height: 1px; margin-top: 15px; margin-bottom: 15px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: underline; outline: none; color: #000000; }
a:hover { text-decoration: underline; outline: none; color: #999933; background-color: #FFFFFF; }
.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; }
img { border: 0; }
table {margin:0px;padding:0px;}
tr {margin:0px;padding:0px;}
td {margin: 0px; padding:0px;}

/* content formatting containers ******************************************** */
#outer_container {
	position: relative;
	left: 30px;
	top: 30px;
	margin:0;
	padding:0;
	width: 895px;
	margin-bottom: 0px;
}

#box_top {
	height: 0px;
	/*background: url('images/static/main_top.gif') top center no-repeat;*/
}

#box_bottom {
	position: relative;
	top: -1px;
	height: 15px;
	/*background: url('/images/static/main_bot.gif') bottom center no-repeat;*/
}

#left_container {
	position: relative;
	float: left;
	width: 190px;
}

#logo {
	width: 190px;
	height: 220px;
}

#menu {
	position: relative;
	top: 0px;
	width: 190px;
}

#right_container {
	position: relative;
	float: right;
	width: 688px;
}

#right_main_container {
	position: relative;
	float: left;
	width: 688px;
	background-image: url('images/static/main_bg.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

#right_inner_container {
	position: relative;
	margin-left: 24px;
	margin-top: 0px;
	width: 640px;
}


#default_cell01 { /*margin-bottom: 30px;*/ }

#two_col_cell01 {
	position: relative;
	float: left;
	width: 215px;
	margin-bottom: 30px;
}

#two_col_cell02 {
	position: relative;
	float: right;
	width: 410px;
	margin-bottom: 30px;
}

#bot_menu {
	position: absolute;
	width: 215px;
	bottom: 35px;
	left: 25px;
}

#address {
	position: relative;
	font-size: 100%;
	line-height: 20px;
	color: #333333;
}

#address a:link, #address a:visited, #address a:active {
	color: #999999;
	background-color: transparent;
	text-decoration: none;
}

#address a:hover {
	text-decoration: underline;
}

#address hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	width: 180px;
	float: left;
}

li {
	margin-left: 0;
	padding-left: 1.3em;
	text-indent: -1em;
}

ul {
	margin-left: 0;
	padding-left: 1.3em;
	text-indent: -1em;
}




/* antonio 2008-06-24 */
#contact_form { margin-bottom: 40px; }

#contact_form h2 {
  margin: 20px 0 2px 0;
}

.contact_form_section {
	clear: both;
	height: 46px;
	height: auto;
	padding: 3px 0 2px;
}

.contact_form_item label {
	display: block;
	float: left;
}

.contact_form_item {
	padding-top: 1px;
	float: left;
	padding-right: 10px;
	width: 180px;
	color: #333333;
}

.contact_form_item_sbs label {
	float: left;
  width: 120px;
}

.contact_form_item_sbs {
	padding-top: 7px;
	float: left;
	padding-right: 10px;
	width: 320px;
  color: #333333;
}
.list ul{list-style-type: none;}
