/* CSS Objectives International, Inc. */

/*CSS Notes:
/*Padding is between the content of an element and its border
/*Margin is beyond the item’s border 
/*Background of an element will extend into its padding but not its /*margin
/*Order is top right bottom left*/

/* BODY PROPERTIES */

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('/imgs/design/bkgd.jpg'); 
	background-color: #c7c7ea;
	background-repeat: repeat-x;	
	background-position: top left;
} 


/* SIDE NAV MENU PROPERTIES */

.NavHeadCopy {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000066;  /* navy */
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	margin-left: 12px; 
	text-transform: uppercase;
}

.NavHeadCopyDown {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;	
	color: #d00032;	/* red */
	vertical-align: top;	
	text-decoration: none;
	margin-left: 12px; 
	text-transform: uppercase;
}


.NavHeadCopy a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000066;  /* navy */
}

.NavHeadCopy a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000066;  /* navy */
}

.NavHeadCopy a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000066;  /* navy */
	text-decoration: none;
}

.NavHeadCopyDown a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #d00032;	/* red */
}

.NavHeadCopyDown a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #d00032;	/* red */
}

.NavHeadCopyDown a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #d00032;	/* red */
	text-decoration: none;
}


.NavCopy {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000066;	/* navy */
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	color: #000000;	
	margin-left: 12px; 
	text-decoration: none;
}

.NavCopyDown {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	color: #d00032;	/* red */
	margin-left: 12px; 
	text-decoration: none;
}

.NavCopy a:link {	
	text-decoration: none;
	color: #000066;	/* navy */
}

.NavCopy a:visited {	
	text-decoration: none;
	color: #000066;	/* navy */
}

.NavCopy a:hover {	
	color: #000066;  /* navy */
	text-decoration: none;
}

.NavCopyDown a:link {	
	text-decoration: none;
	color: #d00032;	/* red */
}

.NavCopyDown a:visited {	
	text-decoration: none;
	color: #d00032;	/* red */
}

.NavCopyDown a:hover {	
	color: #d00032;	/* red */
	text-decoration: none;
}

/* TYPE HEADERS */

.TextPageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;	
	color: #000066;  /* navy */
	font-weight: bold;
	line-height: 24px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.TextSubTitle  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;	
	color: #000066;  /* navy */
	text-decoration: none;
	font-weight: bold;
}

.TextChartTitle  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
	color: #FF0000;  /* red */
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}


.DateSubTitle  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;  /* navy */
	text-decoration: none;
}


/* TYPE STYLES */

.TextBodyCopy  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
    line-height: 150%;
}

.TextChartCopy  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
    line-height: 150%;
}
.TextSmallCopy  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000066;  /* navy */
}

.TextSmallCopyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
	font-weight: bold;
	color: #000066;  /* navy */
}

.TextCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-style: italic;
	font-weight: bold;
	color: #142FBA;  /* bright blue */
}

.TextNavLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
}

.footer  {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000066;  /* navy */
	line-height: normal;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
}
.footerHome  {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000066;  /* navy */
	line-height: normal;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
}
.footerHome a:link {
	color: #000066;  /* navy */
	text-decoration: none;
}

.footerHome a:visited {
	color: #000066;  /* navy */
	text-decoration: none;
}

.footerHome a:hover {
	color: #000066;  /* navy */
	text-decoration: none;
}


/* LINK STYLES */

a  {	color: #000066;  /* navy */
text-decoration: none;
}

a:visited {	color: #000066;  /* navy */
text-decoration: none;
}

a:hover  {
	color: #000066;  /* navy */
	text-decoration: underline;
	}

/* TABLE SPACING */

.tableInsetLeftTop {
	text-align: left;
	vertical-align: top;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 0px;
}

/* LIST STYLES */

UL { 
	padding: 12px 20px 12px 20px;
	margin: 12px 12px 12px 20px;
}
	

OL { 
	padding: 12px 20px 12px 20px;
	margin: 12px 12px 12px 20px;
}

/* BULLETS */

.bullet {
	list-style-image: url("/imgs/design/bullet3.gif");
	text-indent: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
}

.bullet2 {
	list-style-image: url("/imgs/design/bullet5.gif");
	text-indent: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* RULES */

.spacerRule {
	background-image: url("/imgs/divider_horiz.gif");
	background-repeat: repeat-x;
	background-position: left center;
	height: 12px;
	width: 500px;
}
/* RULES */

.horizDivide {
  background-image: url("/imgs/design/divider_horiz.gif");
  background-repeat: repeat-x;
  padding: 0px 0px 0px 0px;
  margin: 0px 1px 0px 1px;
}
.horizDivideHome {
  background-image: url("/imgs/design/divider_horiz_black.gif");
  background-repeat: repeat-x;
  padding: 0px 0px 0px 0px;
  margin: 0px 1px 0px 1px;
}

/* IMAGE SPACING */

.insetLeftTop {
	text-align: left;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
	border: 0px solid #000066;  /* navy */
}
.insetLeftBorderlessTop {
	text-align: left;
	vertical-align: top;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
	border: 0px;
}
.insetRightTop {
	text-align: left;
	vertical-align: top;
	float: right;
	border: 0px solid #000066;  /* navy */
	margin: 0px 0px 10px 10px;
}
.insetRightBorderlessTop {
	text-align: left;
	vertical-align: top;
	float: right;
	border: 0px;
	margin: 0px 0px 10px 10px;
}
.insetCenter {
	vertical-align: top;
	margin-bottom: 10px;	border: 0px solid #000066;  /* navy */
}

.pic {	border: 0px solid #000066;  /* navy */
} 

/* BREADCRUMB STYLES */

.breadCrumb{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000066;  /* navy */
	text-decoration: none;
}

.breadCrumb a{
	color: #000066;  /* navy */
}

.breadCrumb a:hover{
	color: #000066;  /* navy */
	text-decoration: underline;
}
.horizDivide {
  background-image: url("/imgs/design/divider_horiz.gif");
  background-repeat: repeat-x;
  padding: 0px 0px 0px 0px;
  margin: 0px 1px 0px 1px;
}
.vertDivide {
  background-image: url("/imgs/design/divider_vert.gif");
  background-repeat: repeat-y;
  padding: 0px 0px 0px 0px;
  margin: 1px 0px 1px 0px;
}

