body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	width: 781px;
	margin-left: -390px;
}
#wrapper { 
    width: 781px;
}
#header {
	width: 781px;
	text-align: center;
	height: 50px;
}
#menu {
	background-repeat: no-repeat;
	height: 22px;
	width: 781px;
}
#content {
	background-repeat: repeat-y;
	width: 780px;
	float: left;
}
#footer {
	background-repeat: no-repeat;
	height: 28px;
	width: 781px;
	text-align: center;
}
.clearing {
	height: 0;
	clear: both;
}

#content_box {
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
}
#special_content {
	width: 470px;
	margin-top: 16px;
}

div.right_column_Article h2 {
	font-size: 1.3em;
	margin:0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
}
div.right_column_Article p {
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
}
div.Article {
  width:700px;
  }
div.ArticleBody p {
	margin: 0px;
	padding: 0px;
}

div.specialBox_right {
	width:227px;
	float: right;
  }
div.specialBox_left {
	width:227px;
	clear: left;
  }
div.Article h2, div.specialBox_left h2, div.specialBox_right h2 {
	font-size:1.3em;
  }
div.locator {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin:0;
}
div.ArticleBody {
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter {

  }
div.ArticleFooter p {
	display:block;
	margin-top: -2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 15px;
  }
.boldnblue {
	font-weight: bold;
	color: #333333;
}
.blue {
	color: #316563;
}

.bold {
	font-weight: bold;
}
.grey {
	color: #000000;
}

#content_box a:link, #content_box a:visited, #right_column a:link, #right_column a:visited {
	text-decoration: none;
}


#content_box a:hover, #right_column a:hover {
	text-decoration: underline;
}



  
/* Hides from IE5-mac \*/
* html .ArticleFooter {height: 1%;}
.raquo {
	font-weight: bold;
	color: #333333;
}

/* End hide from IE5-mac */ 
#dropdown {
	color: #000000;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 30px;
}

#dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
#dropdown li {
	float: left;
	position: relative;
	width: 100px;
  }
.dropdown_cat {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#dropdown li ul {
	display: none;
	position: absolute;
	top: 14px;
	left: 0;
	background-color: #7B797B;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 3px;
  }
#dropdown li ul li {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B7B5B7;
}

#dropdown li ul a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#dropdown li ul a:hover {
	font-weight: bold;
}


#dropdown li > ul {
top: auto;
left: auto;
}

#dropdown li:hover ul, #dropdown li.over ul { 
display: block; 
}
#right_top {
	position: absolute;
	height: 22px;
	width: 227px;
	top: 100px;
	right: 27px;

}

