/* CSS Document */

@import url(cgcSecondaryWebsite_menus.css);

/* IE 6 Hacks */
@import url(cgcSecondaryWebsite_ie6Win.css);


/* The file below is ONLY read by IE5/Win.
	Makes use of the Mid Pass Filter: 
	http://tantek.com/CSS/Examples/midpass.html */

@media tty {
 i{content:"\";/*" "*/}} @import 'cgcWebsiteSecondary_ie5Win.css'; /*";}
}/* */



/* The file below is ONLY read by IE5/Mac.
	Makes use of the Band Pass Filter: 
	http://www.stopdesign.com/examples/ie5mac-bpf/ */

/*\*//*/
  @import "cgcWebsite_ie5Win.css";
/**/


/* HTML styles */

body{
		background-color: #835858;
		background-image: url(../images/secondaryBackgroundGraphic.gif);
		background-repeat: repeat-y;
		text-decoration: none;
		font: 12px/16px verdana,arial,helvetica,sans-serif; 
		color: #220C01;
		margin: 0px; 
		padding: 0px;
		}
		
a:link {
		color: #7C1515;
		text-decoration: none;
		}

a:hover {
		color: #CCA423;
		text-decoration: none;
		}
	
a:visited, a:active {
			color: #7C1515;
			text-decoration: none;
			}
		
		
div, li, ol, ul{
		text-decoration: none;
		font: 12px/16px verdana,arial,helvetica,sans-serif; 
		color: #000;
		margin: 0px; 
		padding: 0px;
		}


form {margin: 0;}

html {
	margin: 0px;
	padding: 0px;
	}
	
p,h1,pre {
	margin:0px 0px 0px 0px;
	}
	
/* Holds the position of the main window and columns */	
#container{
	width: 900px;
	height: 100%;	
}


#topBanner{
	background-color: #D8AF47;
	background-image: url(../images/secondaryPageTopBar.gif);
	background-repeat: no-repeat;
	height: 117px;
	}

#wrapper{
	width: 900px;
	height: 100%;	
}

#leftCol{
   float : left;
   width : 120px;
   padding: 0px 5px 0px 5px;
	}
	
#content{
	background-color : #F7F1E3;
   	background-position : left;
  	background-repeat : repeat-y;
    float: left;
    width: 546px;
    padding: 15px 15px 15px 15px;
}


#rightCol{
   float : left;
   width : 160px;
   padding : 10px 5px 0px 10px;
	}

#footer {
	float: left;
	height: 117px;
	width:100%;
	padding:0px;
	background-color: #EDD8AD;
	background-image: url(../images/secondaryPageBottom.gif);
	background-repeat: repeat-x;
	}
	
