/* CSS Document */

#updates{
	width: 300px;
	height: 250px;
	position: absolute;
	margin-left: 10px;
	background-color: #ffffff;
}

.TabUpdatesHidden {
	position:absolute;
	width: 300px;
	height: 250px;
	left: 0;
	top: 0;
	visibility: hidden;
}

.TabUpdates {
	position:absolute;
	width: 300px;
	height: 250px;
	left: 0;
	top: 0;
	visibility: visible;
}

#updatesTabA{
	width: 300px;
	height: 250px;
}

.updatesActiveA{
	background-image: url(../images/updates/events.jpg);
	font-size: 10px;
	color: #D11616;
	font-weight: bold;

}

#updatesTabB{
	width: 300px;
	height: 250px;
}

.updatesActiveB{
	background-image: url(../images/updates/competitions.jpg);
	font-size: 10px;
	color: #D11616;
	font-weight: bold;
}

#updatesTabC{
	width: 300px;
	height: 250px;
}

.updatesActiveC{
	background-image: url(../images/updates/mailing_list.jpg);
	font-size: 10px;
	color: #D11616;
	font-weight: bold;
}

.updatesTabStrip{
	height: 22px;
	font-size: 10px;
	bottom: 0px;
	font-weight: bold;
}

#updatesMain{
	border-color: #7D7E7E;
	border-style: solid;
	border: 1px;
	height: 250px;
	overflow: hidden;
	font-size: 8pt;
	background-color: #ffffff;
}

#eventsMain{
	border-color: #7D7E7E;
	border-style: solid;
	border: 1px;
	height: 250px;
	overflow: hidden;
	font-size: 8pt;
	background-color: #ffffff;
}

#eventsMain a:link {
	color: #000099;
	text-decoration: underline;
}

#eventsMain a:visited {
	text-decoration: underline;
	color: #000099;
}
#eventsMain a:hover {
	text-decoration: none;
	color: #CD0303;
}
#eventsMain a:active {
	text-decoration: none;
	color: #000099;
}

.eventsFooter{
	font-size: 10px;
	font-weight: bold;
	text-indent: 5px;
}

.eventsText{
	font-size: 10px;
	padding-left: 3px;
	text-align: justify;
	padding-right: 2px;
}

.eventsHeadline{
	font-size: 10px;
	padding-left: 3px;
	text-align: justify;
	padding-right: 2px;
	color: #000099;
	font-weight: bold;
}

#mailingMain{
	border-left-color: #7D7E7E;
	border-right-color: #7D7E7E;
	border-bottom-color: #7D7E7E;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 250px;
	overflow: hidden;
	background-image: url(../images/mailingBG.gif);
	font-size: 10px;
}

#mailingMain a:link {
	color: #000099;
	text-decoration: underline;
}

#mailingMain a:visited {
	text-decoration: underline;
	color: #000099;
}
#mailingMain a:hover {
	text-decoration: none;
	color: #CD0303;
}
#mailingMain a:active {
	text-decoration: none;
	color: #000099;
}

.mailingFooter{
	font-size: 10px;
	font-weight: bold;
	text-indent: 5px;
	height: 20px;
	position: inherit;
}

.mailingText{
	font-size: 10px;
	padding-left: 2px;
	text-align: justify;
	padding-right: 2px;
	height: 58px;
	position: inherit;
}

.mailForm{
	padding-left: 2px;
	height: 60px;
}

.compHeading{
	font-size: 10px;
	color: #000099;
	font-weight: bold;
}

#compMain{
	border-left-color: #7D7E7E;
	border-right-color: #7D7E7E;
	border-bottom-color: #7D7E7E;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	height: 250px;
	overflow: hidden;
	font-size: 10px;
}

#compMain a:link {
	color: #000099;
	text-decoration: underline;
}

#compMain a:visited {
	text-decoration: underline;
	color: #000099;
}
#compMain a:hover {
	text-decoration: none;
	color: #CD0303;
}
#compMain a:active {
	text-decoration: none;
	color: #000099;
}

.compFooter{
	font-size: 10px;
	font-weight: bold;
	text-indent: 5px;
}
