/*  TAG REDEFINITIONS  */
body { margin: 0px; font-family: verdana; font-size: 11px; color: #003366; }
td { vertical-align: top; }
img { border: 0px; }

a:link { text-decoration: none; color: #003366; }
a:link:hover { text-decoration: underline; color: #003366; }
a:visited { text-decoration: none; color: #003366; }
a:visited:hover { text-decoration: underline; color: #003366; }

/*  INTERFACE STYLES  */
.grayBars { background: url(images/gray_bars.gif) repeat-x #999999; }
.blueBars { background: url(images/blue_bars.gif) repeat-y; padding-left: 92px; color: #0099FF; font-size: 24px; font-family: arial; }
.footer { padding-top: 3px; font-size: 9px; text-align: center; color: #CCCCCC; }
.content { }
.darkBlue {
	background: #003366;
	color: #FFFFFF;
	font-size: x-small;
}
.darkBlueHeader { color: #3399FF; font-size: 24px; font-family: arial; }

.darkBlue a:link { color: #3399FF; font-weight: bold; text-decoration: none; }
.darkBlue a:link:hover { color: #3399FF; font-weight: bold; text-decoration: underline; }
.darkBlue a:visited { color: #3399FF; font-weight: bold; text-decoration: none; }
.darkBlue a:visited:hover { color: #3399FF; font-weight: bold; text-decoration: underline; }

.lightBlue { background: #336699; color: #FFFFFF; }

.lightBlue a:link { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.lightBlue a:link:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
.lightBlue a:visited { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.lightBlue a:visited:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }

/*  HOME PAGE STYLES  */
.homeTile { background: url(images/home/home_tile.gif) repeat-y; }

/*  GREEN ROOM STYLES  */
.darkGreen { background: #003300; color: #FFFFFF; }
.darkGreenContent { margin-top: 30px; padding-right: 20px; }

.darkGreen a:link { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.darkGreen a:link:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
.darkGreen a:visited { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.darkGreen a:visited:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }

.lightGreen { padding-top: 30px; background: #B7D326; color: #003300; padding-left: 25px; }

.lightGreen a:link { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.lightGreen a:link:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }
.lightGreen a:visited { color: #FFFFFF; font-weight: bold; text-decoration: none; }
.lightGreen a:visited:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline; }

.boldWhite { color: #FFFFFF; font-weight: bold; }
.greenRoomPhoto { margin-right: 20px; margin-bottom: 20px; float: left; }
