@charset "utf-8";
/* CSS Document */

/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	background:#666666;
}
a:link, a:visited { color: #AB0602; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #AB0602; text-decoration: underline; font-weight: bold; }

h1 {
	margin:0px;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 18px;
	color:#AB0602;
}
h2 {
	margin: 0px;
	font-weight: bold;
	padding-left: 20px;
	font-size: 16px;
	color:#ea6300;
}
h3 {
	margin:20px 0px 20px 40px;
	font-weight: bold;
	font-size: 12px;
	color:#adadad;
}

#conv_container{
	margin: auto;
	margin-top: 10px;
	width: 750px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
	padding-bottom:10px;
}
#conv_left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(../images/2010_left_corner.jpg) no-repeat;
}
#conv_left_title {
	padding: 20px;
	height: 43px;
	color: #5e5e5e;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;

}
#conv_left_title span {
	font-size: 24px;
	color:#c61000;
}
#conv_menu_column {
	float: left;
	width: 230px;
	background: url(../images/2010_left_title.jpg) no-repeat;
}
.conv_menu_list {
	float: left;
	width: 230px;
}
.conv_menu_list ul {
	list-style-type: none;
	margin: 10px;
	margin-left:7px;
	padding: 0;
	width: 216px;
}
.conv_menu_list li a {
	display: block;
	height: 25px;
	padding-top: 8px;
	color: #666666;
	padding-left: 50px;
	background: url(../images/2010_menu_button.gif) no-repeat;
}
.conv_menu_list li a:hover, .conv_menu_list li .current {
	color: #AB0602;
	background-color:#EEEEEE;
	text-decoration:none;
}
#conv_new {
	float: left;
	width: 180px;
	padding-top: 10px;
	padding-left: 30px;
	text-align: justify;
	padding-right: 20px;
}
#conv_new span {
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	padding: 5px;
}
#conv_contact {
	float: left;
	margin-top: 20px;
	margin-left:15px;
	padding-left: 20px;
	padding-top: 10px;
	width: 180px;
	background: #660000;
	color: #FFFFFF;
	height: 80px;
}
#conv_extra_left {
	float: left;
	width: 180px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
}
#conv_contact span {
	font-size: 14px;
	font-weight: bold;
}
#conv_right_column {
	float: right;
	width: 493px;
}
#conv_right_header_top {
	height: 85px;
	color: #FFFFFF;
	background: url(../images/2010_header_top.jpg) no-repeat;
}
#conv_right_header_bottom {
	height: 166px;
	color: #FFFFFF;
	background-color: #000000;
}
.conv_right_link {
	float: left;
	margin: auto;
}
.conv_right_link ul {
	margin: 0px;
	list-style: none;
	padding-left: 280px;
}
.conv_right_link li{
	display: inline;
}
.conv_right_link li a {
	float: left;
	margin-top: 55px;
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: url(../images/2010_bullet.gif) no-repeat;
}

#conv_content {
	background: url(../images/2010_right_bg.jpg) repeat-x;
}
#conv_content p {
	margin-top: 15px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}


#footer_container {
	margin: auto;
	margin-top: 0px;
	width: 750px;
	border: solid 5px #000000;
	background: #000000;
	margin-bottom:10px;
	color:#CCCCCC;
}

#conv_footer {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	font-weight: bold;
}

#conv_footer a:link, #conv_footer a:visited {
	text-decoration:none;
	color:#EEEEEE;
}
#conv_footer a:active, #conv_footer a:hover {
	text-decoration:underline;
}

#conv_footer span {
	color:#666666;
}