/* external css file */
/* filename 'default.css' */
/* NO HTML MARKUP ALLOWED */



/*body				{
					background-image: url(http://www.reconnectrochester.org/images/bg_body.gif);
					background-repeat: repeat-x;*/
					}

.body				{
					background-image: url(http://www.reconnectrochester.org/images/bg_home.gif);
					background-repeat: repeat-x;
					}

p, td				{
					font: 13px "Trebuchet MS", verdana, helvetica, sans-serif;
					line-height: 1.3;
					color: #000000;
					}

.footer				{
  					font-size: 10px;
    				color: #747b7b;
					}
h1, h2, h3			{
					color: #000000;
					font-weight: normal;
					margin: 0;
					padding: 0;
					}

h1					{
					font-family: helvetica, arial, sans-serif;
  					font-size: 18px;
					margin-top: -2px;
					margin-bottom: 6px;
					}

h2					{
  					font-size: 36px;
					line-height:1.0;
					font-weight:normal;
					margin-top: 20px;
					margin-bottom: 10px;
					}

h3					{
  					font-size: 18px;
					margin: 4 0 0 0;
					}

					/*/*a{}
					h1 {font-size: 130%}
					h2 {font-size: 100%}
					h3 {font-size: 100%}
					/* */ 



a:link,
a:visited,
a:active			{
					color: #c32e20;
					text-decoration: none;
        			}

a:hover				{
					color: #ff3300;
					text-decoration: none;
					}


a.pic:link,
a.pic:visited,
a.pic:active		{
					color: #ffffff;
					text-decoration: underline;
        			}

a.pic:hover			{
					color: #33CCCC;
					text-decoration: underline;
					}


a.nav				{
					font-size: 17px;
					color: #999999;
					font-weight: normal;
					padding: 0;
					margin: 0 0 0 0;
					}

a.nav:link,
a.nav:visited,
a.nav:active		{
					color: #003399;
					text-decoration: none;
        			}

a.nav:hover			{
					color: #0066cc;
					text-decoration: none;
					}


a.small:link,
a.small:visited,
a.small:active		{
    				color: #c32e20;
					font-size: 11px;
					text-decoration: none;
        			}

a.small:hover		{
    				color: #ff3300;
					font-size: 11px;
					text-decoration: none;
					background-color:yellow
        			}
	

a.footer:link,
a.footer:visited,
a.footer:active		{
    				color: #c32e20;
					text-decoration: underline;
        			}

a.footer:hover		{
    				color: #ff3300;
					text-decoration: underline;
        			}


a.alert:link,
a.alert:visited,
a.alert:active		{
					color: #c32e20;
					text-decoration: none;
        			}

a.alert:hover		{
					color: #ff3300;
					text-decoration: none;
					}
					

#searchfield		{
  					height: 35px;
  					width: 160px;
  					padding: 6px;
  					border-style: solid;
					border-width: 0;
  					border-color: #d7d2d2;
  					font: 14px "Trebuchet MS", verdana, helvetica, sans-serif;
  					color: #ab9d9d;
  					background-color: #ffffff;
					}

#commentfield		{
  					height: 30px;
  					width: 260px;
  					border-style: solid;
					border-width: 1;
  					border-color: #d7d2d2;
  					font: 16px "Trebuchet MS", verdana, helvetica, sans-serif;
  					color: #ab9d9d;
  					background-color: #ffffff;
					}

#commentbox			{
  					border-style: solid;
					border-width: 1;
  					border-color: #d7d2d2;
  					font: 16px "Trebuchet MS", verdana, helvetica, sans-serif;
  					color: #4b3c3b;
  					background-color: #ffffff;
					}