/* Layout Styles */

body	{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF url(frame_img/gus_bg2.jpg) top repeat; /* page bg */
	margin: 0;
	padding: 0;
	border: 0;
}
	
#container {
	width: 663px;
	border: 1px #666666;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#leftside {
	float: left;
	width: 300px;
}

#rightside {
	float: right;
	width: 300px;
}

div.spacer {
  clear: both;
}

#banner {
	padding: 0px;
	margin: 0px;
	background-color: #EFEFEF;
}

#navigation {
	padding: 10px 4px 10px 4px;
	text-align: center;
	margin: 0px;
	background-color: #D9E2C3;
}

#content {
	padding: 10px 10px 20px 10px;
	background-color: #FFF;
	border: 0px solid gray;
}

#footer {
	clear: both;
	padding: 10px 4px 10px 4px;
	text-align: right;
	margin-top: 0px;
	background: #FFF url(frame_img/footerbg.jpg) top;
	height: 40px;
	border: 0px solid gray;
}


/*  Typography */
	
h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	margin-top: 10px;
	color: #663333;
	margin-bottom: 2px;
	letter-spacing: 1px;
	}
	
h1	{
    margin-top: 5px;
	margin-bottom: 5px;
    font-size:    16px;      
	font-weight: bold;
	color: #D68B3A;      	
	text-align: left;
    }

h2	{
    margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
    font-size: 16px;        
    }

p	{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin-top: 0;
	margin-left: 10px;
	}
	
ol {
	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, #leftside 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: 11px;
	}
	
#footer li	{
	display: inline;
	padding: 0 15px 0 0;
	}	
	
#navigation ul	{
	display: inline;
	line-height: 110%;
	}
	
#navigation li	{
	font-size: 12px;
	display: inline;
	border: 0;
	padding: 0 15px 0 0;
	}	
	
.cancelled {
	color: #999999;
	text-decoration: line-through;
}

/* General link coloring */
	
a:link, a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #6584A1;
	border-bottom: 1px dotted #6584A1;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : none;
	color: #D1556F;
	border-bottom: 1px solid #D1556F;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	border-bottom: 1px solid #7AA543;
	color: #D1556F;
	background: transparent;  
	}
#banner 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;
	}


