
body {
	text-align: center;
	}

#page {
	text-align: left;
	width: 700px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	}

#page_wide {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	}

#header {
	}

#top-col-1 {
  position:relative;
  padding-top: 2px;
  padding-left: 0px;
  padding-right:5px;
  }

#header_pic {
	position:absolute;
	display: inline;
	margin-left: 18px;
	text-align: center;
  }
  
#index_header {
	width: 505px;
	position:absolute;
	display: inline;
	margin-top: 20px;
	margin-left: 5px;
  }


#search {
	margin-top: 25px;
	}

#openaccess {
	margin-top: 25px;
	}

#content {
	position: relative;
	float: left;
	margin-left: 15px;
	width: 485px;
	border-left: 1px solid gray;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 1.6;
	z-index: 20;
	}

#content_wide {
	position: relative;
	float: left;
	margin-left: 15px;
	width: 585px;
	border-left: 1px solid gray;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 1.6;
	z-index: 20;
	}

#breadcrumb {
	position:relative;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	}

#footer {
	width: 635px;
	left: 0;
	top: 0;
	padding-top: 2em;
	padding-bottom: 1em;
	padding-right: 2em;
	padding-left: 2em;
	clear: both;
	position: relative;
	}

#bottom-col-1 {
	position: relative;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	border-top: 2px solid gray;
	}


#pdf_link {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #3366CC;
	line-height: 1.3;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: oblique;
	font-weight: normal;
	color: #3366CC;
	line-height: 1.3;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #3366CC
	}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
	color: #3366CC
	}

 #navigation {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	line-height: 1.5;
	overflow: visible;
	z-index: 50;
	}

* html #navigation {
	display: inline;
	}

#navigation a {
	display: block;
	width: 123px;
	}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 135px;
	border-bottom: 1px solid #cadbeb;
	}

#navigation ul li {
	position: relative
	}

#navigation li ul {
	position: absolute;
	left: 134px;
	top: 0;
	display: none
	}

#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #cadbeb;
	border-bottom: 0;
	z-index: 50;
	}

/* Fix IE. Hide from IE Mac \*/
* html #navigation ul li { float: left; height: 1%; }
* html #navigation ul li a { height: 1%; }
/* End */

#navigation ul li a:hover { 
	color: #3366CC; 
	background: #cadbeb;
	} /* Hover Styles */

#navigation li ul li a { 
	padding: 4px 5px;
	} /* Sub Menu Styles */

#navigation li:hover ul, #navigation li.over ul {
	display: block;
	} /* The magic */
	
a:link {	color: #003399;
	text-decoration: underline;
	}

a:visited {	font-variant: normal;
	color: #777;
	text-decoration: underline;
	}

a:hover {	color: #0066FF;
	background: #cadbeb;
	text-decoration: underline;
	}

a:active {	color: #00274E;
	text-decoration: underline;
	}

.table { border: solid black;
	border-width: thin;
	border-collapse: separate ;
	border-spacing: 0px ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	line-height: 1.8;
    }
    
.table_callout { border: solid gray;
	border-width: thin;
	border-collapse: separate ;
	border-spacing: 0px ; 
	background: #cadbeb;
	line-height: 1.4;
    }

.callout_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: oblique;
	color: #333333;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	}

.callout_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: Normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	}

.table_make {
	border-collapse: separate ;
	border-spacing: 0px ; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	line-height: 1.4;
    }

.make_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: Normal;
	font-weight: bold;
	color: #333333;
	text-align: left;
	}


.table_header { background: #617898; 
	border-bottom: #666; 
	border-width: 0 0 1px 0; 
	border-style: none none solid none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: Normal;
	font-weight: bold;
	color: #ffffff;
	}

.row_1 { background: #FFFFFF; 
	border-bottom: #CCC; 
	border-width: 0 0 1px 0; 
	border-style: none none solid none; 
	}

.row_2 { background: #CADBEB; 
	border-bottom: #CCC; 
	border-width: 0 0 1px 0; 
	border-style: none none solid none; 
	}


.cell_1 { background: #FFFFFF; 
	border-bottom: #CCC;
	border-left: #CCC; 
	border-width: 0 1px 1px 1px; 
	border-style: none solid solid solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: Normal;
	}

#cell_data_1 { background: #FFFFFF; 
	border-bottom: #CCC;
	border-left: #CCC; 
	border-width: 0 1px 1px 1px; 
	border-style: none solid solid solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: Normal;
	}

#cell_data_1 ul{
    width: auto; 
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-image: url(images/bullet_a.gif);
    list-style-position: outside;
    }




.cell_2 { background: #FFFFFF; 
	border-bottom: #CCC;
	border-left: #CCC; 
	border-width: 0 1px 1px 0; 
	border-style: none solid solid none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: Normal;
	}

#cell_data_2 { background: #FFFFFF; 
	border-bottom: #CCC;
	border-left: #CCC; 
	border-width: 0 1px 1px 0; 
	border-style: none solid solid none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: Normal;
	}


#cell_data_2 ul{
    width: auto; 
    margin: 0;
    padding: 0;
    list-style-type: disc;
    list-style-image: url(images/bullet_a.gif);
    list-style-position: outside;
    }

.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #666666
	}

.site_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333
	}

#content ul{
    width: auto; 
    margin: 2em;
    border: none; 
    list-style-type: disc;
    list-style-image: url(images/bullet_a.gif);
    list-style-position: outside;
    }

#content ul li a {
	line-height: 1.5;
	text-decoration: underline;
	color: #003399;



	}

#content ul li a:hover { 
	color: #0066FF;
	background: #cadbeb;
	text-decoration: underline;
	} /* Hover Styles */
	
.google_map_bubble {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333
	}