@charset "utf-8";
/* Linda Rosenthal for NYS Assembly */

body{
	background-color:#e0e0e0;
	margin:0px 0px 0px 0px;
	min-width:780px;
	font-family:Arial, Helvetica, sans-serif;
}

#tier1{
	background-image:url(../images/backgrounds/top_yellow.gif);
	background-color:#F8D831;
	text-align:center;
	overflow:hidden;
	height: 27px;

}

#tier2{
	height:100px;
	background-image:url(../images/backgrounds/top_blue.gif);
	background-color:#08104F;
	text-align:center;
	overflow:auto;
}

#tier3{
	text-align:center;
}


#formcontent{
	margin:0 auto;
	width:740px;
	height:27px;
	text-align:right;
	font-size:10px;
	
}

#topcontent{
	margin:0 auto;
	width:750px;
	text-align:left;
	height:100px;
}

#maincontent{
	background-image:url(../images/backgrounds/maincontent.gif);
	background-color:#FFF;
	margin:0 auto;
	width:785px;
	text-align:left;
}


#textcontent{
	text-align:left;
	margin-left:25px;
	margin-right:25px;
	height:inherit;
}

#footerbg{
	background-color:#FFF;
	margin:0 auto;
	width:785px;
	height:39px;
	background-image:url(../images/backgrounds/bottom.gif);
	background-repeat: no-repeat;
	font-size:.7em;

}


#formcontent input.namefields { 
	width: 70px; 
	height: 13px; 
	margin-top:3px;
	font-size:10px;
}

#formcontent input.emailfield { 
	width: 100px; 
	height: 13px; 
	margin-top:3px;
	font-size:10px;
}

.logo{
	background-image: url(../images/logo.gif);
	width:244px;
	height:100px;
	margin-top:0px;
	background-repeat: no-repeat;
	float:left;
}

.tab_select{
	background-image: url(../images/tab_select.gif);
	width:109px;
	height:33px;
	margin-top:67px;
	float:left;
}

.tab_unselect{
	background-image: url(../images/tab_unselect.gif);
	width:109px;
	height:33px;
	margin-top:67px;
	float:left;
}

.tabtext{
	margin-top:11px;
	font-size:.8em;
	font-weight:bold;
	
}

.tabtext a{
	color:#333333;
	text-decoration:none;
}

.tabtext a:hover{
	color:#999999;
}

#index_main_left{
	float:left;
	clear:both;
	width:320px;
}

#index_main_right{
    clear:right;
	float:right;
	width:410px;
}

#photocaption{
	font-size:.7em;
	padding:0px 7px 0px 7px;
}

#letter{
	width: 400px;
	height:500px;
}

#letter_body{
	background-image:url(../images/backgrounds/letter_main.gif);
}

#letter_text{
	margin-left:20px;
	margin-right:20px;
	font-size:.8em;
}

.header_image{
	margin:10px 0px 10px 10px;
}

.section_text{
	font-size:.8em;
	margin:13px 0px 15px 15px;
}


.section_text a:hover{
	background-color:#FFFF00
}

#about_main_left{
	float:left;
	clear:left;
	width:245px;
	
}

#about_main_right{
	clear:right;
	float:right;
	width:490px;
	
}

#about_body{
	background-image:url(../images/backgrounds/about_main.gif);
}

#about_text{
	margin-left:20px;
	margin-right:20px;
	font-size:.8em;
}

#about{
	width: 480px;
	height:500px;
}

#spacer {
	width:785px;
	clear: both;
}
