/***************/
/* LINK STYLES */ 
/***************/

a:link 		{ color: #990000; }
a:hover		{ color: ##760101; text-decoration: none; }
a:active	{ color: #336699; }
a:visited	{ color: #000080; }



/*****************/
/* GLOBAL STYLES */ 
/*****************/

body
	{
		margin: 0px; 
		background: url(images/bg.gif);
		background-repeat: repeat-x;
		background-color: #e3e7e7;
		text-align: left;
		font-family: georgia, times new roman;
	}

img
	{ border: 0px; }



/***************/
/* PAGE STYLES */ 
/***************/

.container	{ margin: 0px; }
.page		{ width: 760px; margin:0px auto; }


.logo_cell		{ float: left; width: 470px; margin-top: 20px; text-align: left; }
.logo_style		{ width: 240px; height: 91px; border: 0px; }

.quote_cell		{ float: right; width: 290px; margin-top: 80px; }
.quote_style	{ width: 290px; height: 26px; border: 0px; }


.nav	{ clear: both; width: 760px; padding-top: 21px; height: 33px; }


.photo_border	{ width: 760px; background-color: #718588; height: 16px; }




.content_left	{ float: left; width: 525px; margin-top: 30px; }

.title	{ font-size: 24px; line-height: 24px; color: #760101; margin-bottom: 15px; padding:0px 15px 0px 15px; }
.copy	{ font-size: 14px; line-height: 20px; color: #414141; margin-bottom: 25px; padding:0px 15px 0px 15px; }



.content_right	{ float: right; width: 230px; margin-top: 30px; }

.monthly_container		{ margin-left: 10px; width: 210px; background: url(images/bg_monthly.gif); background-repeat: repeat-x; }
.monthly_title			{ padding-left: 10px; padding-top: 10px; font-family: trebuchet ms, arial, helvetica; font-size: 14px; font-weight: bold; line-height: 16px; color: #1b4045; }
.monthly_photo_cell		{ padding-left: 10px; }
.monthly_photo_pic		{ width:188px; height: 123px; border: 1px solid #ffffff; margin: 7px 0px 7px 0px; }
.monthly_copy			{ padding-left: 10px; padding-bottom: 80px; font-family: arial, helvetica; font-size: 11px; line-height: 14px; color: #323435; }


.foot_rule	{ clear: both; width: 760px; border-bottom: 1px solid #888b8b; padding-top: 40px; }
.foot_left	{ float: left; width: 380px; margin-top: 10px; font-size: 11px; line-height: 14px; color: #3f3f3f; text-align: left; }
.foot_right { float: right; width: 380px; margin-top: 10px; text-align: right; font-size: 11px; line-height: 14px; color: #3f3f3f; }

.bottom_padding	{ clear: both; width: 760px; padding-top: 30px; }
