<!--
    A:link, A:visited {
        color:#FF0000;
        }
    A:active, A:hover {
        color:#FF8000;
        }

	div.float, div.left {
	  float: left;
	  }

    div.right {
        float: right;
    }

    div.container {
    }

    div.panel {
        float: left;
        margin: 2px;
    }

    .panelHead {
        margin: 2px;
        background-color: #000052;
        border: 1px solid #212021;
        border-bottom: 1px dashed #ff0000;
        text-align: center;
        padding-left: 5px;
        cursor: hand;
        width: 115px;
    }
    div.panelSection {
        border: 1px solid #212021;
        background-color: #000052;
    }
    
    div.spacer {
        clear: both;
    }


	body{
		background-color: #001021;
	    background-image: url(../images/nav/bg_wrap.gif);
	    background-repeat: repeat;
	}
	font, small, .article, .articleTitle, .articleMenu, .MenuText{
		font-family:Arial;
		font-size: 12px;
	}
	small,{
		font-size: xx-small;
	}

	.article{
		color:white;
	}
	
	.articleTitle{
		font-size: 22px;
		color:#FFA500;
		font-weight: 600;
		letter-spacing: -1px;
		text-transform: uppercase;
	}
	.articleMenu{
		font-size: xx-small;
		line-spacing: 150%;
	}
	
	.memberLarge, .memberSmall{
		color:white;
		font-size: 25px;
		font-style: italic;
		font-weight: 600;
		letter-spacing: -1.5px;
	}
	.memberSmall, a.memberSmall, a.memberSmall:visited{
		color:white;
		font-size: 12px;
		font-style: italic;
		font-weight: 600;
		letter-spacing: -1px;
	}
	
	.strapRHS{
		background-color: #FF8C00;
	    background-image: url(../images/nav/straprhs.gif);
	    background-repeat: repeat-y;
	}
	.candyBar{
		background-color: #FF9900;
	    background-image: url(../images/nav/candybar.gif);
	    background-repeat: repeat-x;
	}
	.tagline{
		color:white;
		font-size:12px;
		font-style: italic;
		font-weight: 600;
	}
	a{
		
	}
	a.detailLink, a.detailLink:hover{
		font-family:Arial;
		color:#ED3132;
		font-size:10px;
		text-decoration: underline;
	}
	a.detailLink:hover{
		color:#FF8C00;
	}
	
	.articleSubheading, a.articleSubheading, a.articleSubheading:visited{
		font-size:13px;
		color:#FF8C00;
		text-decoration: underline;
		font-weight: bold;
	}

	input, select{
		background-color: white;
		border: 1px solid #FF0000
	}
	input.button{
		height: 20px;
		background-color: #FFA500;
	    background-image: url(../images/nav/button_bg.gif);
	    background-repeat: repeat-x;
	    color: #ff0000;
	    font-weight: bold;
	}
	.MenuCell, .MenuCellActive{
		border: 1px solid #222222;
	    background-image: url(../images/nav/menucell.gif);
	    background-repeat: repeat-x;
	    background-position: top;
	    height:26px;
	    Cursor: hand;
	}
	.MenuCellActive{
		border-right: 1px solid #FF8000;
		border-bottom: 1px solid #FF8000;
	    background-image: url(../images/nav/menucellactive.gif);
	}

	.MenuText, a.MenuText, a.MenuText:visited {
		text-decoration:none;
		color: #ffffff;
		padding-left: 10px;
		font-size:11px;
	}


	.2ndMemberNav, .2ndMemberNavG, .MemberNav {
		border: 1px solid #222222;
	    background-image: url(/res/images/nav/menu_blue_bg.gif);
	    background-repeat: repeat-x;
	    background-position: top;
	    height:26px;
		font-family:Arial;
		font-size: small;
		color: white;
	}
	
	.MemberNav a{
		font-family:Arial;
		font-size: small;
		color: white;
		text-decoration: none;
	}

	.2ndMemberNavActive, .2ndMemberNavGActive{
	    background-image: url(/res/images/nav/menu_blue_bg.gif);
	    background-repeat: repeat-x;
	    border: 1px solid #222222;
		border-right: 1px solid #FF8000;
		border-bottom: 1px solid #FF8000;
		font-family:Arial;
		font-size: x-small;
		color: white;
	}
	.2ndMemberNavG, .2ndMemberNavGActive
		{
	    color: #FFA500;
		}	


	.formBox{
	    width: 700px;
		background-color: #FFEFCE;
		padding: 5px;
		border: 1px dotted red;
	}
	.errorbox{
	    width: 700px;
		background-color: #ededed;
		padding: 5px;
	}



-->