/* CSS Document */

body{
background-color:#333333;
font-family: verdana;
color: #71716F;
margin: 0px;
}
.background{
background-color:#333333;
}

a{
color: #71716F;
}
	
.topNav {font-size: 12px; color: white; }

.topNav A:link {text-decoration: none; color: white; }
.topNav A:visited {text-decoration: none; color: white; }
.topNav A:active {text-decoration: none; color: white; }
.topNav A:hover {text-decoration: none; color: white; }

.botNav {font-size: 12px; color: white; }

.botNav A:link {text-decoration: none; color: white; }
.botNav A:visited {text-decoration: none; color: white; }
.botNav A:active {text-decoration: none; color: white; }
.botNav A:hover {text-decoration: none; color: white; }

#pageName{
color: #AFD2E5;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
margin: 10px 0px 0px 0px;
}

#topCopy{
color: white;
font-size: 13px;
line-height: 17px;
margin: 10px 20px 20px 20px;
}
#topCopy a{
color: white;
font-size: 14px;
}

.Title{
font-weight: bold;
text-transform: uppercase;
margin: 0px;
}

.subTitle{
text-transform:uppercase;
margin: 0px;
}

.interiorCopy{
color: #71716F;
font-size: 12px;
}

.blue{
color:#0881BB;
text-transform: uppercase;
font-weight: bold;
}

.white{
color:#FFFFFF;
}



/*** General Elements ***/

/* dashed lines that break up the page */
.breakLONG{
border-top:1px dashed black;
margin:10px 10px 9px 10px;
}

.break{
border-top:1px dashed black;
margin:10px 10px 9px 10px;
}
.Hblack{
border-left:1px solid black;
}


.spacer{
width: 100%;
height: 8px;
}

.spacer2{
width: 100%;
height: 7px;
}

.ad{
color: #8C8C8E;
font-size: 8px;
text-transform: uppercase;
margin:0px;
font-weight: normal;
letter-spacing: 1px
}


/*** White Big Container ***/
#mainBox{
background: #FFFFFF;
}
.mainCorner{
background-repeat: no-repeat;
width:100%;
}
.mainCornerTL {
background-image: url(/images/corner_TL_white.gif);
}
.mainCornerTR {
background-image: url(/images/corner_TR_white.gif);
background-position: top right;
}
.mainCornerBL {
background-image: url(/images/corner_BL_white.gif);
background-position: bottom left;
}
.mainCornerBR {
background-image: url(/images/corner_BR_white.gif);
background-position: bottom right;
}
