/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #000;
	background: #007D7D;
}
a:link, a:visited {
	color: #66cc66;
	text-decoration: none;
	font-weight: bold;
} 
a:active, a:hover {
	color: #66cc66;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	margin:0px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color:#66cc66;
	padding-bottom: 10px;
}
h2 {
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	color:#66cc66;
	padding-bottom: 10px;
	padding-top: 10px;
}
h3 {
	margin:0px;
	font-weight: bold;
	font-size: 12px;
	color:#66cc66;
	padding-top: 10px;
	padding-bottom: 10px;
}

#style_container {
	margin-top: 10px;
	width: 770px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#style_left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(images/left_corner.jpg) no-repeat;
}
#style_left_title {
	padding: 20px;
	height: 43px;
	color: #F00;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-align: center;
}
#style_left_title span {
	font-size: 24px;
	color:#66cc66;
}
#style_menu_column {
	float: left;
	width: 230px;
	background: url(images/left_title.jpg) no-repeat;
}
#style_menu_column h2 {
	color: #66cc66;
	font-size:18px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px;
}
#style_menu_column blockquote{
	margin-left: 0;
	padding-left: 1em;
	background-image: url(images/img09.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#style_right_column {
	float: right;
	width: 540px;
}
#style_right_header {
	height: 251px;
	color: #FFFFFF;
}
#style_content {
	background: url(images/right_bg.jpg) repeat-x;
}
#style_textos {
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	width: 500px;
}

#style_container li {
	pading: 0px;
	list-style-type: disc;
	margin-left: -20px;
}

#style_footer {
	clear: both;
	width: 770px;
	height: 32px;
	padding-top: 20px;
	text-align: center;
	background: #dedede;
	font-weight: bold;
}

