/*
' Community Wizard (c) 2001 - 2002 SepCity, Inc.  http://www.commwiz.com
' WARNING: All source code contained herein is on file with the U.S. Library of Congress.
' Unauthorized redistribution is a violation of federal law.
*/

BODY
{
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
	COLOR : #000000;
	background: #C0617F url(../../images/main-bg.gif) repeat-x;
	MARGIN-LEFT : 10;
	MARGIN-RIGHT : 10;
	MARGIN-TOP : 10;
	MARGIN-BOTTOM : 10;
	MARGIN : 10;
}

A
{
	FONT-SIZE : 11;
	COLOR : #000099;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A:Visited
{
	FONT-SIZE : 11;
	COLOR : #000099;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A:Active
{
	FONT-SIZE : 11;
	COLOR : #000099;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A:Hover
{
	COLOR : #0000CC;
	FONT-SIZE : 11;
	TEXT-DECORATION : Underline;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A.TopMenu:link
{
	COLOR: #FFFFFF;
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A.TopMenu:visited
{
	COLOR: #FFFFFF;
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A.TopMenu:hover
{
	COLOR: #FFFFFF;
	FONT-SIZE : 11;
	TEXT-DECORATION : Underline;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A.TopMenu:active
{
	COLOR: #FFFFFF;
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A.RightMenu:link
{
	COLOR: #FFFFFF;
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
	TEXT-DECORATION: none
}

A.RightMenu:visited
{
	COLOR: #FFFFFF;
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
	TEXT-DECORATION: none
}

A.RightMenu:hover
{
	COLOR: #99FFCC;
	FONT-SIZE : 11;
	TEXT-DECORATION : Underline;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

A.RightMenu:active
{
	COLOR: #FFFFFF;
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
	TEXT-DECORATION: none
}

P, TD
{
	FONT-SIZE : 11;
	COLOR : #000000;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

INPUT, SELECT, TEXTAREA
{
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
	BORDER-STYLE: solid;
	BORDER-COLOR:#000000;
	BORDER-WIDTH:1px;
}

.BGColor01
{
	BACKGROUND-COLOR : #000000;
}

.BGColor02
{
	BACKGROUND-COLOR : #739EE2;
}

.BGColor03
{
	BACKGROUND-COLOR : #E5F1F9;
}

.BGColor04
{
	BACKGROUND-COLOR : #EAEAEA;
}

.BGColor05
{
	BACKGROUND-COLOR : #CCFFCC;
}

.TopMenuText
{
	COLOR : #FFFFFF;
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}

.CopyRightText
{
	COLOR : #FFFFFF;
	FONT-SIZE : 11;
	FONT-FAMILY : Verdana, Arial, Helvetica;
}
#header2 {
	position: relative; bottom: 0; left: 0;
	clear: both;
	width: 1100px;
	height: 50px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#header2-content { position: absolute; bottom: 0; left: 0; }

#secondrow {
	position: relative;
	clear: both;
	width: 455px;
	height: 80px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#secondrow-content { position: absolute; bottom: 0; left: 0; }
    
.animatedtabs{
border-bottom: 0px solid gray;
overflow: hidden;
width: 100%;
font-size: 14px; /*font of menu text*/
}


.animatedtabs ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs a{
float: left;
position: relative;
top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
background: url(../images/tab-blue-left.gif) no-repeat left top;
margin: 0;
margin-right: 3px; /*Spacing between each tab*/
padding: 0 0 0 9px;
text-decoration: none;

}

.animatedtabs a span{
float: left;
position: relative;
display: block;
background: url(../images/tab-blue-right.gif) no-repeat right top;
padding: 5px 14px 10px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
font-weight: bold;
color: black;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span {float:none;}
/* End IE5-Mac hack */


.animatedtabs .selected a{
background-position: 0 -125px;
top: 0;
}

.animatedtabs .selected a span{
background-position: 100% -125px;
color: black;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}

.animatedtabs a:hover{
background-position: 0% -125px;
top: 0;
}

.animatedtabs a:hover span{
background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}