/* 

  Page Layout 

*/

	body {
		margin:0px;
		padding:0px;
		background-image: url(../images/bkg_03choice.gif);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: right bottom;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 85%;
		line-height: 140%;
		letter-spacing: .1em;
		height: 100%;
		width: 100%;
		}
	#banner {
	position: absolute;
	left:0px;
	top:0px;
	width:185px;
	height:150px;
	border:0px solid #000;
	background-image: url(../images/logo_cota.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	visibility: hidden;
		}
	#banner img {
	border:0px solid #000;
	width:0px;
	height:0px;
	overflow: hidden;
	visibility: hidden;
		}
		
	html>body #banner {
		height:0px;
		}
		
	#banner_print {
		position: absolute;
		left:0px;
		top:0px;
		width:185px;
		height:150px;
		border:0px solid #000;
		background-image: url(../images/logo_cota.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}
		
		#banner_hidden {
		position: absolute;
		left:0px;
		top:0px;
		width:185px;
		height:150px;
		border:0px solid #000;
		background-image: url(../images/logo_cota.gif);
		background-repeat: no-repeat;
		background-position: left top;
		display:block;
		}
	#banner_print img {
		border:0px solid #000;
		width:185px;
		height:150px;
		}
		
	html>body #banner_print {
		height:149px;
		}
		
	#header_space_top {
		height:0px;
		overflow:hidden;
   		margin-left: 186px;
   		margin-right:0px;
		border:0px solid #000;
		
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 186px;
   		margin-right:0px;
		}
	html>body #header_space_top {
		height:0px;
   		margin-left: 186px;
   		margin-right:0px;
		}
	#header_space_top a{
		font-size: 80%;
		color: #000000;
		margin: 0px 0px 0px 18px;	
		}
		
	#menu_div {
		overflow:hidden;
		margin-left: 10px;
		margin-right:0px;
		border:0px solid #000;
		height: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-left: 10px;
		margin-right:0px;
		line-height: 35px;
		z-index: 2;	
		display:none;
		}
	html>body #menu_div {
		margin-left: 10px;
		margin-right:0px;
		z-index: 2;
		display:none;
		}
		
/*	#menu a {
		margin:0px 0px 0px 15px;
		padding:0px 0px 0px 0px;
		}*/
		
	#section_color {
		height:0px;
		overflow:hidden;
		margin-left: 186px;
		margin-right:0px;
		border:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
		margin-left: 186px;
		margin-right:0px;
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: left top;
		clear:both;
		z-index: 1;
		display:none;
		}
	html>body #section_color {
   		margin-left: 186px;
   		margin-right:0px;
		clear:both;
		z-index: 1;
		display:none;
		}
		
	#header_space_base {
		height:0px;
		overflow:hidden;
   		margin-left: 186px;
   		margin-right:0px;
		border:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 186px;
   		margin-right:0px;
		z-index: 1;
		}
	html>body #header_space_base {
   		margin-left: 186px;
   		margin-right:0px;
		z-index: 1;
		}
	
	#leftcontent {
		position: absolute;
		overflow:hidden;
		left:0px;
		top:150px;
		width:0px;
		padding: 0px 10px 0px 35px;
		border:0px solid #000;
		background-image: url(../images/trans.gif);
		background-repeat: no-repeat;
		/*min height fix*/
		min-height:0px;
		height:0px!important;
		height:0px;
		/*end min height fix*/
		font-size: 80%;
		color: #333333;
		}
	#leftcontent_eg {
		position: absolute;
		overflow:hidden;
		left:0px;
		top:150px;
		width:0px;
		padding: 0px 10px 0px 35px;
		border:0px solid #000;
		background-image: url(../images/trans.gif);
		background-repeat: no-repeat;
		/*min height fix*/
		min-height:0px;
		height:0px!important;
		height:0px;
		/*end min height fix*/
		font-size: 80%;
		color: #333333;
		}
	#leftcontent_sfl {
		position: absolute;
		overflow:hidden;
		left:0px;
		top:150px;
		width:0px;
		padding: 0px 10px 0px 35px;
		border:0px solid #000;
		background-image: url(../images/trans.gif);
		background-repeat: no-repeat;
		/*min height fix*/
		min-height:0px;
		height:0px!important;
		height:0px;
		/*end min height fix*/
		font-size: 80%;
		color: #333333;
		}
	#centercontent {
	_position: absolute;
	margin-top:150px;
	margin-left: 10px;
	margin-right:350px;
	border:0px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 10px;
	margin-right:350px;
	clear: both;
	float: left;
	width: 500px;
	_float: none; 
	_display: inline;
	
	}
	html>body #centercontent {
   		margin-left: 10px;
   		margin-right:350px;
		border: 0px solid #FF0000;
		}

	#rightcontent {
	width: 0px;
	/*min height fix*/
		min-height:0px;
	height:auto !important;
	height:0px;
	/*end min height fix*/
		margin-left: auto;
	margin-right:0px;
	border:0px solid #000;
	background-image: url(../images/trans.gif);
	background-repeat: no-repeat;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: auto;
	margin-right:0px;
	clear: none;
	float: right;
	overflow: hidden;
	visibility: hidden;
		}
	html>body #rightcontent {
   		margin-left: auto;
   		margin-right:0px;
		clear: none;
		float: right;
		}
	
	#footer {
	margin-left: 10px;
	margin-right:10px;
	border:0px solid #000;
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #666633;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 10px;
	margin-right:10px;
	text-align: right;
	clear: both;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 0px;
	width: 0px;
	overflow: hidden;
	visibility: hidden;
		}
	html>body #footer {
		margin-top: 25px;
   		margin-left: 10px;
   		margin-right:10px;
		}

div#footer a{
		font-style: normal;
		color: #333333;
		text-decoration: none;
		font-size: 90%;
		}
div#footer a:hover{
		text-decoration: underline;	
		}

div#search{
		width:250px;
		height:35px;
		border: 0px solid #000000;
		float: right;
		background-image: url(../images/search_bkg2.gif);
		background-repeat: no-repeat;
		margin: 0px 15px 0px 0px;
		}
div#search img{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		vertical-align: middle;
		}

div#search .title{
		width:113px;
		height:25px;
		}

div#search .button{
		width:23px;
		height:25px;
		}

div#search input{
		width:180px;
		height:16px;
		border:0px solid #000;
		font-size: 100%;
		vertical-align: middle;
		margin: 8px 0px 0px 45px;
		padding: 0px 0px 0px 0px;
		}







/* 

  Default HTML Tags 

*/


	
a	{
	text-decoration:underline;
	color: #0099CC;

}

a:hover	{
	color:	#FF3300;
	text-decoration:none;
}


H1 {
	font-size: 180%;
	color: #0099CC;
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
	height: 1px;
}



/*****************************************************************/

/* 

  CSS TEXT STYLES

*/

.Text_MainBlueHeading {

	font-size: 180%;
	color: #0099CC;
	font-weight: normal;
}

.Text_BlueSubHeading {
	color: #0099CC;
	font-size: 150%;
	font-weight:normal;
}

.Text_MinorHeading01 {
	color: #FF3300;
	font-size: 100%;
	font-weight:normal;
	text-transform: uppercase;
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
}
.Text_MinorHeading02 {
	color: #330000;
	font-size: 100%;
	font-weight:bold;
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
}
.Text_GreyBody {
	font-size: 100%;
}
.Text_BlueBody {
	font-size: 100%;
	color:#0099CC;
}
.Text_RedBody {
	font-size: 100%;
	color:#FF3300;
}

.Text_GreyBodyMedium {
	font-size: 85%;
}

.Text_HomeIntroRed {
	font-size: 120%;
	color:#FF3300;
	text-transform: uppercase;
	line-height: 110%;
	font-weight: bold;
	letter-spacing: .15em;
}

.Text_HomeParaRed {
	font-size: 100%;
	color:#FF3300;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
}

.Text_GreySmall {
	font-size: 75%;
}

.floatright{
	float: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
		
.floatleft{
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.access_underline{
	font-weight: bold;
	text-decoration: underline;	
}


#list_table {

}

#list_table TH {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #d25500;
}

#list_table TD {
	background-color: #f0eded;
	background-image: url(../images/td_left_bkg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#list_table .right {
	background-image: url(../images/td_right_bkg.gif);
	background-position: right top;
}

#events .article_title {
	font-weight: bold;
	color: #0099CC;
}
#events .article_date {
	font-style: italic;
}
#events .article_content {
	
}
#events .article_member {
	
}
#events .article_guest {
	
}
#events .article_location {
	
} 

.article_title {
	font-weight: bold;
	color: #0099CC;
}
.article_date {
	font-style: italic;
}
.article_content {
	
}
.article_member {
	
}
.article_guest {
	
}
.article_location {
	
} 
