/*_____________________________________________________________________________________________________________________________________________________________________________________________________________________________________General styles for font types, link colors, margins*/

body {
	font: 0.75em/1.6em arial, tahoma, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: url(images/bg_stripes.gif);
}

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



/*a:link, a:visited {
	text-decoration: none;
	color: #877c56;
}

a:hover, a:active {
	text-decoration: none;
	color: #f1b900;
}

a:link, a:visited {
	text-decoration: none;
	color: #877c56;
}
*/


table {
	font-size: 1em;
}

imageStyle {
	border: none
}

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1em;
	color: #000000;
}

.clearer {
	clear: both;
}

#container {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	z-index: 1;
	width: 880px;
}

#container2 {
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: justify; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	width: 100%;
	z-index: 1;
}

#RIPPED {
	position: absolute; 
	left: 0; 
	top: 56; 
	width: 100%;
	z-index: 3;
}



/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________Top logo area and main section title links. Different for each directory of site */

#pageHeader {
	height: 56px;
	padding-top: 40px;
	background: no-repeat left top url(images/logo.jpg);
}

img {
	border: 0px
}

/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________Directory-specific navigation list at left of page. */

#navcontainer {
	font: 0.75em/1.2em arial narrow;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 100px;
	padding-top: 40px;
	background: url(images/dividerfade.jpg) no-repeat right top;
}

#navcontainer #current {
	background:#323232;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	padding-right: 35px;
}

#navcontainer #notyet {
	cursor: default; /* arrow cursor */ 
	font: 0.75em/1.2em arial narrow;
	color: #aaaaaa;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	padding-right: 35px;
}

#navcontainer #relatedhead {
    cursor: default; /* arrow cursor */ 
	font: 0.75em/1.2em arial narrow;
	background:#dddddd;
	color: #3a404c;
	font-size: 16px;
	font-weight: normal;
	padding-right: 35px;
}

#navcontainer #relatedlinks {
	font: 0.75em/2em arial;
	color: #3a404c;
	font-size: 10px;
	font-weight: normal;
	padding-right: 35px;
}

#navcontainer #submenu {
	font: 0.75em/2em arial;
	background:#dddddd;
	color: #3a404c;
	font-size: 10px;
	font-weight: normal;
	padding-right: 35px;
}

#navcontainer ul ul a {
	color: #3a404c;
	font-size: 16px;
	font-weight: bold;
	padding-right: 35px;
}

#navcontainer ul ul ul a{
	color: #3a404c;
	font-size: 16px;
	font-weight: bold;
	padding-right: 35px;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer a {
	display: block;
	height: 20px;
	padding-left: 0px;
	text-decoration: none;
	color: #3a404c;
	padding-right: 35px;
}

#navcontainer a:hover {
	color: #717d94;
}

#navcontainer #submenu:hover {
	color: #717d94;
}


/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________Main content section */

#contentContainer {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#contentContainer #content {
	font-size: 12px;
	color: #877c56;
}


/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________Footer at bottom of page. */

#footer { 
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	width: 880px;
	font-size: 11px;
	color: #717d94;
	font-weight: bold;
	background-color:#FFFFFF;
}

#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #717d94;
}

#footer a:link, #footer a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #717d94;
}

#footer a:hover, #footer a:active {
	font-size: 11px;
	font-weight: bold;
	color: #3a404c;
}
	
