body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	background: url(pics/bg.gif)  repeat-y right;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	width: 781px;
	margin-left: -390px;
}
#wrapper { 
    width: 781px;
}
#header {
	background-image: url(pics/header.jpg);
	height: 96px;
	width: 781px;
	background-repeat: no-repeat;
}
#menu {
	background-image: url(pics/menu.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 781px;
}
#content {
	background-repeat: repeat-y;
	width: 507px;
	float: left;
}
#right_column {
	width: 227px;
	float: right;
	padding: 0px;
	margin-top: 17px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:inline;
}
#footer {
	background-repeat: no-repeat;
	height: 28px;
	width: 781px;
}
.clearing {
	height: 0;
	clear: both;
}

#content_box {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 21px;
}
#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 {
  background: 
url(images/custom_corners_topleft.gif) 
  top left no-repeat;
  width:470px;
  }
div.ArticleBody p {
	margin: 0px;
	padding: 0px;
}

div.specialBox_right {
	background: 
url(images/custom_corners_topleft.gif) 
  top left no-repeat;
	width:227px;
	float: right;
  }
div.specialBox_left {
	background: 
url(images/custom_corners_topleft.gif) 
  top left no-repeat;
	width:227px;
	clear: left;
  }
div.Article h2, div.specialBox_left h2, div.specialBox_right h2 {
	font-size:1.3em;
  }
div.locator {
	background: url(images/custom_corners_topright.gif) top right no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin:0;
}
div.ArticleBody {
  background: 
url(images/custom_corners_rightborder.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter {
	background: 
url(images/custom_corners_bottomleft.gif) 
  bottom left no-repeat;

  }
div.ArticleFooter p {
	background: 
url(images/custom_corners_bottomright.gif) 
  bottom right no-repeat;
	display:block;
	margin-top: -2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 15px;
  }
.boldnblue {
	font-weight: bold;
	color: #336666;
}
.blue {
	color: #316563;
}

.bold {
	font-weight: bold;
}
.grey {
	color: #999999;
}

#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: #FFFFFF;
	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: #FFFFFF;
	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: #FFFFFF;
	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;

}
