/******************** Layout ********************/
	html	{
	height: 100%;
	}
	
	body {
	background-color: #d1d3d4;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	height:100%
	min-height:100%;
}
	
	#frame {
		position:relative; /* needed for footer positioning*/
		margin:0 auto; /* center, not in IE5 */
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
		min-height:100%; /* real browsers */
		width:825px;
		padding:0px;
		text-align:left;
		
			}
			
	#container	{
		margin:0px;
		min-height:100%;
		height:100%;
		padding:0px;
		background-image:url(images/bg.gif);
		background-repeat:repeat-y;
		}
		
	#contentleft {
		padding:0px 0px 0px 0px;
		float:left;
		background-image:url(images/swirl1.gif);
		background-color:#;
		background-repeat:no-repeat;
		background-position:top;
		min-height:100%;
		height:100%;
		margin:0px;
		width:132px;
		}
	
	#contentcenter {
		width:693px;
		padding:0px;
		float:left;
		background:#fff;
		margin:0px;
		min-height:100%;
		height:100%;
		}
		
	#footer	{
	margin:0px;
	background-image:url(images/footer.gif);
	height:47px;
	padding:0px;
	vertical-align:bottom;
	}

/******************** Horizontal Navigation ********************/

#menu	{
text-align:right;
margin: -3px 0px 0px 0px;
}
	
/* remove the bullets, padding and margins from the lists */
#menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li{
float:left;
position:relative;
z-index:100;
background-color:#415968;
}

/* use the table to position the dropdown list */
#menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
#menu a, #menu :visited {
display:block;
font-size:11px;
width:98px;
padding:7px 0;
color:#415968;
background:#d1d3d4;
text-decoration:none;
text-align:center;
margin-right:1px;
}
/* style the links hover */
#menu :hover{
color:#fff;
background:#f58025;
}

#menu :hover ul li{
color:#fff;
background:#d1d3d4;
}

/* hide the sub level links */
#menu ul ul {
visibility:hidden;
position:absolute;
width:98px;
height:0;
background-color:#d1d3d4;
}

/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul{
visibility:visible;
}

#location	{
color:#415968;
text-decoration:underline;
}

#location a:hover	{
color:#415968;
text-decoration:underline;
}

#location a:visited	{
color:#415968;
text-decoration:underline;
}



/******************** Vertical Navigation ********************/

#navlist
{
padding:0px 0px 0px 0px; 
border-bottom: 1px solid #cfc6bb;
width: 118px;
background-color:#ffe9d;
margin:289px 0px 0px 14px;  /* this value is for IE5 browsers */
}	

html>body #navlist {margin:284px 0px 0px 14px;} /* this value is for all other browsers */	
	
#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #cfc6bb;
}

#navlist li a { 
text-decoration: none; 
color:#415a68;
}

#navlist li a:hover { 
text-decoration: none; 
color:#f58026;
}

#navlist li#active { 
text-decoration: none; 
color:#f58026;
}

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

#active a:visited { 
text-decoration: none; 
color:#f58026;
}


/******************** Text ********************/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	vertical-align:top;
}

p	{
	color:#415a68;
	line-height:1.3em;
	margin:0px 10px 10px 20px;
	}

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

#more a {
	color: #f58026;
	text-decoration: none;
}
#more a:visited {
	text-decoration: none;
	color: #f58026;
}
#more a:hover {
	text-decoration: underline;
}
#more a:active {
	text-decoration: underline;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f58026;
	font-weight:bold;
	margin:0px 10px 0px 20px;
}
h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#f58026;
	font-weight:100;
	padding:10px 10px 0px 20px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.4em;
	color:#f58026;
	font-weight:lighter;
	margin:0px 10px 10px 20px;
}

.precede {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4em;
	color:#0491c6;
	font-weight:lighter;
	margin:0px 10px 10px 20px;
}

.shift	{
margin: -3px 0px 0px 0px; /* this value is for IE5 browsers */
	}
		
	html>body .shift {margin: 0px 0px 0px 0px;} /* this value is for all other browsers */
	
li.bullet	{
	color:#415a68;
	line-height:1.3em;
	margin:0px 10px 0px 10px;
	}
	
td.border-left	{
border-left:#6b8b9d 1px dotted;
}

	