body {

	margin: 0px;

  	padding: 0px;

  	background-color: #DDDDDD;

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

	font-size: 11px;

	color: #000000;

	}

#header {

	height: 95px;

	background-color:#ddd;

	background-color: #FFFFFF;

	border-bottom-style: solid;

	border-bottom-color: #FFFFFF;

	border-bottom-width: 1px;

	}

#menu_x {

	height: 25px;

	background-color:#ddd;

	background-color: #DDDDDD;

	border-bottom-style: solid;

	border-bottom-color: #FFFFFF;

	border-bottom-width: 1px;

	}

#content {

  top: 0px;

  margin: 0px 0px 0px 180px;

  padding: 8px;

  color : #000000;

  background-color: #EEEEEE; 

  border-left-style: solid;

  border-left-width: 1px;

  border-left-color: #666666;

  background-image: url(../images/topshadow.gif);

  background-position: top left;

  background-repeat: repeat-x;

}

.pushdown { /* control height with inline style */

	width: 1px;

	}

div.clear {

	line-height: 0px; /* IE Hack */

	font-size: 0px; /* IE Hack */

	height: 0px;

	clear: both;

	}

/* ------------------ Image Positioning ------------------ */

#headerx {

	background-image: url(../images/headtile.jpg);

	background-repeat: repeat-x;

	background-position: top left;

	position: absolute;

	top:0px;

	left: 0px;

	height: 95px;

	width:100%;

	}

#header1 {

	background-image: url(../images/head1.jpg);

	background-repeat: repeat-x;

	background-position: top left;

	position: absolute;

	top:0px;

	left: 0px;

	height: 95px;

	width: 233px;

	}

#header2 {

	background-image: url(../images/head2.jpg);

	background-repeat: repeat-x;

	background-position: top left;

	position: absolute;

	top:0px;

	left: 233px;

	height: 95px;

	width: 225px;

	}

#header3 {

	background-image: url(../images/head3.jpg);

	background-repeat: repeat-x;

	background-position: top left;

	position: absolute;

	top:0px;

	left: 458px;

	height: 95px;

	width: 303px;

	}

#headersub {

	position: absolute;

	top: 95px;

	left: 550px;

	height: 25px;

	width: 210px;

	background-image: url(../images/headsub.gif);

	background-position: top left;

	background-repeat: no-repeat;

	z-index: 5;

	}

/* ------------------------ Horizontal Menu --------------------- */

#menu_x {

	padding: 0px;

	padding-top: 1px;

	height: 23px;

	width: 100%;

	text-align: left;

	z-index: 0;

	}

a.navlink { 

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

   	font-size: 11px;

	color: #000000;

	font-weight: bold;

	text-align: center;

    text-decoration: none;

	padding: 0px;

	margin: 2px;

	height: 15px;

	width: 95px;

	border-style: solid;

	border-width: 1px;

	border-color: #1B2330;

	background-color: #7F93B2;

	float: left;

    	} 

a.navlink:hover { 

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

	font-size: 11px;

	color: #495979;

	text-align: center;

   	text-decoration: none;

	border-color: #FFFFFF;

	background-image: none;

	background-color: #A9B8CA;

	}

img {

	border-style: none;

	}

/* ------------------------ Vertical Menu --------------------- */

#leftnavigation {

  	position : absolute;

	left : 0px;

	width : 180px;

	margin: 0px;

	padding : 0px;

	border: 0px;

	z-index: 1;

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

	font-size: 11px;

	font-weight: bold;

	}

#leftfill {

	margin: 0px;

	padding: 0px;

	background-color: #DDDDDD;

	width: 100%;

	z-index: 0;

	background-image: url(../images/tile.gif);

	background-position: top left;

	background-repeat: repeat;

	}

ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 180px; /* Width of Menu Items */

	border-bottom: 1px;

	border-bottom-style: solid;

	border-bottom-color: #495979;

	z-index:0;

	}



ul li {

	position: relative;

	}

	

li ul {

	position: absolute;

	left: 179px; /* Set 1px less than menu width */

	top: 0;

	display: none;

	border-bottom: 1px;

	border-bottom-style: solid;

	border-bottom-color: #495979;

	z-index:5;

	}

/* Styles for Menu Items */

ul li a {

	display: block;

	text-decoration: none;

	color: #495979;

	background-color: #FFFFFF; /* IE6 Bug */

	padding: 4px;

	padding-left: 8px;

	border-width: 1px 0px 0px 0px;

	border-style: solid;

	border-color: #495979;

	background-image: url(../images/tile3.gif);

	background-position: top left;

	background-repeat: repeat;

	}

ul li a.sub {

	display: block;

	text-decoration: none;

	color: #495979;

	background-color: #FFFFFF; /* IE6 Bug */

	padding: 4px;

	padding-left: 8px;

	border-width: 1px 1px 0px 1px;

	border-style: solid;

	border-color: #495979;

	background-image: url(../images/subtile.gif);

	background-position: top left;

	background-repeat: repeat;

	}

/* Fix IE. Hide from IE Mac */

* html ul li { float: left; height: 1%; }

* html ul li a, a.sub { height: 1%; }

/* End */



ul li a:hover { color: #1B2330; background: #7F93B2; } 

		

li ul li a, a.sub, { padding: 2px 8px; } 

		

li:hover ul, li.over ul { display: block; }



.pointer {

	position: absolute;

	top: 5px;

	right: 3px;

	text-align: right;

	height: 14px;

	width: 12px;

	background-image: url(../images/point.gif);

	background-repeat: no-repeat;

	background-position: top left;

	overflow: hidden;

	}

/* --------------------- Footer Menu -------------------- */

#footer {

	background-color: #DDDDDD; /* set to body background color */

	padding: 10px;

	text-align: center;

	clear: both;

	border-top-style: solid;

	border-top-width: 1px;

	border-top-color: #666666;

	}

#footermenu {

  	text-align: center; 

	margin: 1em auto; width: 85%;

	}

a.navlinkf { 

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

   	font-size: 11px;

	color: #274E89;

	text-align: center;

    text-decoration: none;

	padding: 0px;

	margin: 10px;

    } 

a.navlinkf:hover { 

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

	font-size: 11px;

	color: #000000;

	text-align: center;

   	text-decoration: none;

	padding: 0px;

	}

#endtext {

	height: auto;

	width: auto;

	color: #666666;

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

	font-size: 11px;

	}

/* ------------------------ Text Styles --------------------- */

.bold {

	font-weight: bold;

	}

.italic {

	font-style: italic;

	}

.title {

	font-style: italic;

	font-weight: bold;

	font-size: 14px;

	}

.titletext {

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

	font-size: 14px;

	font-weight: bold;

	letter-spacing: 2px;

	color: #000000;

	padding-left: 22px;

	background-image: url(../images/titleblock.gif);

	background-position: top left;

	background-repeat: no-repeat;

	}

.normal {

	font-weight: normal;

	}

.light {

	color: #274E89;

	}

.indent {

	margin-left: 14px;

	}

.center {

	text-align: center;

	}

.paragraph {

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

	font-size: 11px;

	font-weight: normal;

	color: #000000;

	margin: 8px;

	padding: 0px;

	}

/* ------------------- Elements: Content ----------------- */

.content_container {

	margin: 0px;

	margin-left: auto;

	margin-right: auto;

	padding: 1px;

	border-width: 1px;

	border-style: solid;

	border-color: #666666;

	height: auto;

	width: 90%;

	background-color: #DDDDDD;

	}

.content_banner {

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

	font-size: 14px;

	font-weight: bold;

	color: #666666;

	margin: 0px;

	padding: 2px 5px 2px;

	border-width: 1px;

	border-style: solid;

	border-color: #666666;

	height: auto;

	width: auto;

	background-image: url(../images/fade_x.gif);

	background-repeat: repeat-y;

	background-position: top left;

	background-color: #FFFFFF;

	}

.content_covercontainer {

	float: left;

	margin: 3px 10px 2px 0px;

	padding: 0px;

	border-width: 1px;

	border-style: solid;

	border-color: #666666;

	height: auto;

	width: 115px;

	background-color: #DDDDDD;

	text-align: center;

	}

.content_textdiv {

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

	font-size: 11px;

	font-weight: bold;

	color: #495979;

	margin: 3px 1px 3px 130px;

	padding: 0px;

	border: 0px;

	height: auto;

	width: auto;

	background-color: #DDDDDD;

	}

.content_textdiv3 {

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

	font-size: 11px;

	font-weight: normal;

	font-style: italic;

	color: #495979;

	margin: 5px;

	padding: 5px;

	height: auto;

	width: auto;

	}

.content_mini {

	margin: 5px;

	padding: 1px;

	border-width: 1px;

	border-style: solid;

	border-color: #666666;

	height: auto;

	width: auto;

	background-color: #DDDDDD;

	}

/* --------------------- Elements: Misc. ------------------- */

.rule {

	border-style: solid;

	border-width: 1px 0px 0px 0px;

	border-top-color: #495979;

	padding-top: 5px;

	padding-bottom: 5px;

	margin-left: auto;

	margin-right: auto;

	}

/* --------------------- Elements: Links ------------------- */

a.textlink { 

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

   	font-size: 11px;

	font-style: normal;

	color: #274E89;

	text-decoration: none;

	padding: 0px;

	margin: 0px;

	border: 0px;

    } 

a.textlink:hover { 

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

   	font-size: 11px;

	font-style: normal;

	color: #666666;

	text-decoration: none;

	padding: 0px;

	margin: 0px;

	}

a.link_plain { 

	color: #666666;

	text-decoration: none;

	padding: 0px;

	margin: 0px;

	border: 0px;

    } 

a.link_plain:hover { 

	color: #000000;

	text-decoration: none;

	padding: 0px;

	margin: 0px;

	border: 0px;

	}

a.link_popon { 

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

   	font-size: 11px;

	color: #FFFFFF;

	font-weight: bold;

	text-align: left;

    text-decoration: none;

	padding: 2px;

	margin: 3px 3px 3px 0px;

	height: auto;

	width: auto;

	border-style: solid;

	border-width: 1px;

	border-color: #666666;

	background-color: #7F93B2;

    }

a.link_popon:hover { 

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

   	font-size: 11px;

	color: #7F93B2;

	font-weight: bold;

	text-align: left;

    text-decoration: none;

	padding: 2px;

	margin: 3px 3px 3px 0px;

	height: auto;

	width: auto;

	border-style: solid;

	border-width: 1px;

	border-color: #666666;

	background-color: #FFFFFF;

	}

a.link_popoff { 

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

   	font-size: 11px;

	color: #666666;

	font-weight: bold;

	text-align: left;

    text-decoration: none;

	padding: 2px;

	margin: 3px;

	height: auto;

	width: auto;

	border-style: solid;

	border-width: 1px;

	border-color: #666666;

	background-color: #DDDDDD;

    }

a.link_popoff:hover { 

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

   	font-size: 11px;

	color: #DDDDDD;

	font-weight: bold;

	text-align: left;

    text-decoration: none;

	padding: 2px;

	margin: 3px;

	height: auto;

	width: auto;

	border-style: solid;

	border-width: 1px;

	border-color: #DDDDDD;

	background-color: #666666;

	}

a.link { 

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

   	font-size: 11px;

	font-style: normal;

	color: #666666;

	text-decoration: none;

	padding: 0px;

	padding-left: 32px;

	padding-bottom: 6px;

	margin: 0px;

	border: 0px;

	height: 17px;

	width: auto;

	background-color: none;

	background-image: url(../images/link.gif);

	background-position: top left;

	background-repeat: no-repeat;

    } 

a.link:hover { 

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

   	font-size: 11px;

	font-style: normal;

	color: #000000;

	text-decoration: none;

	padding: 0px;

	padding-left: 32px;

	padding-bottom: 6px;

	margin: 0px;

	border: 0px;

	height: 17px;

	width: auto;

	background-color: none;

	background-image: url(../images/link_over.gif);

	background-position: top left;

	background-repeat: no-repeat;

	}

/* --------------------- Elements: Audio ------------------- */

#audiobox {

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

	font-size: 11px;

	color: #000000;

	margin-left: auto;

	margin-right: auto;

	overflow: auto;

	text-align: center;

	padding: 0px;

	border: 0px;

	background-color: #DDDDDD;

	background-image: url(../images/tile.gif);

	background-position: top left;

	background-repeat: repeat;

	}

#audioinfo {

	height: 150px;

	width: 180px;

	margin-left: auto;

	margin-right: auto;

	overflow: auto;

	border-width: 1px;

	border-style: solid;

	border-color: #000000;

	background-color: #DDDDDD;

	}

input.button { 

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

   	font-size: 11px;

	color: #000000;

	font-weight: bold;

	padding: 0px;

	margin: 2px;

	border-style: solid;

	border-width: 1px;

	border-color: #000000;

	background-color: #7F93B2;

    }

input.button:hover { 

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

   	font-size: 11px;

	color: #7F93B2;

	font-weight: bold;

	padding: 0px;

	margin: 2px;

	border-style: solid;

	border-width: 1px;

	border-color: #000000;

	background-color: #FFFFFF;

    }

form {

	padding: 0px;

	margin: 0px;

	}

/* --------------------- Elements: Popup ------------------- */

.disc_details { position: relative; visibility: hidden; display: none; height: auto; width: auto; }




.contentfill {

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

   	font-size: 11px;

	font-weight: normal;

	top: 5px;

	left: 0px;

	padding: 5px;

	margin: 10px 0px 15px 0px;

	color: #000000;

	background-color: #666666;

	z-index: 10;

	border-style: solid;

	border-width: 1px;

	border-color: #666666;

	background-color: #FFFFFF;

	background-image: url(../images/subtile.gif);

	background-repeat: repeat-y;

	background-position: top left;

	}

li.disc {

	list-style-type: disc;

	margin-left: 15px;

	}

/* ----------------------- Gallery -------------------------- */

#gallery_container {

	margin: 0px;

	margin-left: auto;

	margin-right: auto;

	text-align: center;

	padding: 1px;

	border-width: 1px;

	border-style: solid;

	border-color: #666666;

	height: auto;

	width: 90%;

	background-color: #DDDDDD;

	}

.gallery_box {

	margin: 5px;

	padding: 1px;

	border-width: 1px;

	border-style: solid;

	border-color: #666666;

	height: 120px;

	width: 120px;

	}

/* ----------------------- Text Columns --------------------- */

.colwrapper{

	padding: 0px;

	margin-left: 18px;

	width: 100%;

}

.pcols {

	float: left;

	width: 46%;

	height: auto;

	margin: 8px;

	padding: 0;

	border: 0;

}

/* -------------------- Directory Structure ------------------ */

#directory {

	height: auto;

	width: auto;

	margin-left: 16px;

	}

.dir_tree {

	height: auto;

	width: auto;

	background-image: url(../images/tree.gif);

	background-position: top-left;

	background-repeat: repeat-y;

	}

.dir_spc {

	height: 8px;

	width: auto;

	}

.dir_cat {

	height: auto;

	width: auto;

	margin: 0px;

	padding-left: 22px;

	background-image: url(../images/dir_cat.gif);

	background-position: top left;

	background-repeat: no-repeat;

	}

.dir_sub {

	height: auto;

	width: auto;

	padding-left: 22px;

	background-image: url(../images/branch.gif);

	background-position: top left;

	background-repeat: no-repeat;

	}

.dir_term {

	height: 5px;

	width: 5px;

	background-image: url(../images/dir_terminus.gif);

	background-position: bottom left;

	background-repeat: no-repeat;

	}



