/* CSS Document */

body,td,th {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

}

body {

	background-color: #757575;

	margin-left: 0px;

	margin-top: 20px;

	margin-right: 0px;

	margin-bottom: 20px;

}

.Wrapper {

	text-align:center;

	margin:0 auto;

	width:950px;

	}

.header {

	background:url(images/bg_div_header.gif) no-repeat top center;

	text-align:left;

	height: 100px;

	}

.left_panel_header {

	float:left;

	width:700px;

	text-align:left;

	margin-top:50px;

	padding-left:30px;

	}

.right_panel_header {

	float:left;

	width:220px;

	text-align:left;

	padding:20px 0px;

	}

.left_panel {

	float:left;

	width:715px;

	text-align:left;

	background:url(images/bg_content_top.gif) left top no-repeat;

	}

.right_panel {

	float:left;

	width:235px;

	text-align:left;

	background: #FFFFFF;

	}

.bg_content {

	background:url(images/bg_content_center.gif) left top repeat-y;

	}

.content {

	margin-top:22px;

	}

.container_close {

	background:url(images/bg_div_close.gif) top center no-repeat;

	height:33px;

	text-align:left;

	clear:both;

	}

.footer {

	text-align:left;

	padding:30px;
	margin-left: 21px;
	font-size:10px;

	color:#dadada;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	background-color: #757575;

	}

p {

	margin:0;

	padding:0;

	}

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

h1,h2,h3,h4,h5,h6 {

	font-family: Arial, Helvetica, sans-serif;

	padding:0;

	margin:0;

}

h1 {

	font-size: 20px;

	color: #333;

	font-weight:normal;
	
	text-transform: lowercase;
	
	background:url(images/heading_bullet.gif) left center no-repeat;
	
	padding-left: 15px;
	margin-left: 20px;

}

h2 {

	font-size: 16px;

	color: #333333;

}

h3 {

	font-size: 14px;

	color: #333333;

}

h4 {
	font-size: 18px;
	color: #333;
	margin: 0;
	text-transform: lowercase;
	}
#menu {

	margin:30px auto;
	width:170px;
	font-size: 13px;

	}

#menu a, #menu a:visited {

	text-decoration:none;

  	color:#333;

  	display:block;

	padding: 7px;

  	width: 156px;

  	border-bottom:1px solid #ccc;

	font-weight: bold;

  }

#menu a:hover {

	color:#4c82b9;

	padding-left: 25px;

	background:url(images/pink_arrow.gif) left center no-repeat;

	width: 138px;

  }

#menu .selected {

	text-decoration:none;

  	color:#4c82b9;

  	display:block;

	padding: 7px 7px 7px 25px;

  	width: 138px;

  	border-bottom:1px solid #ccc;

	background:url(images/pink_arrow.gif) left center no-repeat;

	font-weight: bold;

	}

#menu #submenu {

	margin-left:25px;

	}

#menu #submenu a, #submenu a:visited {

	text-decoration:none;

  	color:#333;

  	display:block;

	padding: 7px;

  	width: 131px;

  	border-bottom:1px solid #ccc;

	font-weight: bold;

  }

#menu #submenu a:hover {

	color:#4c82b9;

	padding-left: 25px;

	background:url(images/pink_arrow.gif) left center no-repeat;

	width: 113px;

  }

#menu #submenu .current {

	text-decoration:none;

  	color:#4c82b9;

  	display:block;

	padding: 7px 7px 7px 25px;

  	width: 113px;

  	border-bottom:1px solid #ccc;

	background:url(images/pink_arrow.gif) left center no-repeat;

	font-weight: bold;

	}

.text {

	margin:0px 109px 0px 51px;

	text-align:justify;

	line-height: 18px;

	}
	
#inline .col1 {
	display: block;
	float: left;
	margin-bottom: 35px;
	text-align: left;
	width: 145px;
	padding-right: 20px;
	font-weight: bold;
	}
	
#inline .col2 {
	display: block;
	width: 387px;
	float: left;
	margin-bottom: 35px;
	padding-bottom: 5px;
	}
	
#inline br {
	clear: left;
	}
.bigText {
	font-size: 16px;
	}
#thumb a {
	display: block;
	width: 147px;
	height: 97px;
	background: url(images/thumbs_off_tn.jpg) top left no-repeat;
	}
#thumb a:hover {
	background: url(images/thumbs_on_tn.jpg) top left no-repeat;
	}
