/* Layout Styles */

body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e89e30 url(images/bggradient.jpg) top repeat; /* page bg */
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333;
}
	
#container {
	width: 766px;
	border: 1px #004d96 solid;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-top: 6px;
	background-color: #fff;
}

#leftnav{
	float: left;
	width: 243px;
	border: 0px solid black;
	background: #004d96 url(images/pf_leftnavfade.jpg) bottom no-repeat;
}

#rightside {
	float: right;
	width: 498px;
	padding-right: 10px;
}

div.spacer {
  clear: both;
}

#banner {
	padding: 0px;
	margin: auto;
	background-color: #fff;
	width: 746px;
}

#content {
	padding: 5px 5px 5px 0px;
	background-color: #FFF;
}

#footer {
	clear: both;
	padding: 10px 2px 5px 2px;
	text-align: center;
	background: #fff;
	height: 40px;
	border-top: 0px dashed #666;
}


/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}
	
h1	{
    margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
    font-size:    16px;      
	font-weight: bold;
	color: #999;      	
	text-align: left;
    }

h2	{
    margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #e89e30;
    font-size: 12px;    
	font-style: italic;    
    }

p	{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#leftnav p	{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	margin-left: 30px;
	color: #fff;
}	
	
ol, ul {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	margin-left: 30px;
	}
	
td	{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}
	
	
#content ul, {
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	margin-left: 20px;
	/*list-style-image: url(spindle_bullet.gif);*/
	}
	
#footer ul	{
	display: inline;
	font-size: 10px;
	margin: 0px;
	border: 0px solid black;
	text-align: center;
	}
	
#footer li	{
	display: inline;
	padding: 0 3px 0 0;
	}	
	
/*#leftnav ul	{
	border:0;
	list-style: none;
	display:inline;
	}
	
#leftnav li	{
	font-size: 12px;
	border: 0;
	padding: 0;
	}	
	*/
.cancelled {
	color: #999999;
	text-decoration: line-through;
}

/* General link coloring */
	
a:link, a:visited {
	font-weight : normal; 
	text-decoration : underline;
	color: #5CB5DC;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #e89e30;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #e89e30;;
	background: transparent;  
}

#banner a {
	text-decoration: none;
	border: 0;
	margin: 0;
	background: transparent;
}

#leftnav a {
	text-decoration: none;
	border: 0;
	margin: 0;
	background: transparent;
}

a:link.nolink,a:visited.nolink,a:hover.nolink,a:active.nolink {
	text-decoration: none;
	border: 0;
}

/*  Hide */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

/*  Helpers */
	
.linewrap {
	font-weight: bold; 
	color: #c60; 
	font-size: 13px;
	}
	
.floatleft	{
	float: left;
	padding: 0;
	margin: 0px 15px 0 0;
	}
