/* =============== COLOR PALETTE =============== 

red #cc3333
=========== */

/* ============== HOMEPAGE ============== */

#homeLayout { width: 780px; margin: 0; }

#homeleftCol { padding: 0 !important; width: 545px; background: url(../images/homepage_tile.gif) top left repeat-y; }
#colSpacer { width: 15px; }
#homerightCol { width: 220px; padding: 10px; padding-bottom: 20px; background: #CCCC66; }

.memberLogin { color: #CC3333; font-size: .9em; font-weight: bold; }
.loginBox { height: 12px; width: 125px; font-size: 1em; }
.loginButton { margin-top: 4px; }

/* STATIC NAVIGATION MENU */
#mainMenu { margin-right: 10px;padding: 0; border-top: 1px dotted #999;  }
.mainMenuLink { text-align: right; padding: 8px 0; color: #666; border-bottom: 1px dotted #999; }
.mainMenuLink a {
	color: #666;
	text-decoration: none;
	font-family: "Century Schoolbook", "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 100%;
	font-weight: bold;
}
.mainMenuLink a:hover { color: #cc3333 !important; text-decoration: underline; }

#homerightCol { font-size: .9em; }
#homerightCol h2 { margin-top: 1.5em; margin-bottom: .5em; font-size: 1.4em; color: #CC3333; border-bottom: 1px solid #666; }


a.more { font-weight: bold; color: black; text-decoration: none; }
a:hover.more { text-decoration: underline; color: #cc3333; }

...
#rightCol { font-size: .9em; }
#rightCol h2 { margin-top: 1.5em; margin-bottom: .5em; font-size: 1.4em; color: #CC3333; border-bottom: 1px solid #666; }

#rightCol .newsRollup { }
#rightCol .newsRollup h3 { margin-top: 1em; margin-bottom: .2em; font-size: 1.2em; color: #000; }
#rightCol .newsRollup .abstract { margin: 0; font-size: 1em; }
#rightCol .newsRollup .abstract p { margin: .2em 0; }

a.more { font-weight: bold; color: black; text-decoration: none; }
a:hover.more { text-decoration: underline; color: #cc3333; }


