
/*==================== basic page tags ===================*/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000000;
	font-weight: normal;
	color: #000000;
	line-height: 11pt;
}

p {
line-height: 13pt;
}
ul {
	list-style-image: url(images/bullet.sm.jpg);
	line-height: 14pt;
	padding-right: 50px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/*=================== layout tags ==========================*/

#container {
    padding: 0px;
    margin: 0px;
    width: 951px;
    text-align: left;
}

#banner {
    height: 136px;
    width: 951px;
    
    background-color: #E5DFE1;
}

#banner_logo {
    height: 130px;
    width: 173px;
    
    top: 6px;
    position: relative;
    
    background-image: url(images/site.logo.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    display: block;
}

#banner_redbox {
    width: 778px;
    height: 37px;
    
    top: 6px;
    position: relative;
    
    background-color: #9A0034;
    float: left;
    display: block;
}

#banner_dart {
    width: 778px;
    height: 93px;
    
    top: 6px;
    position: relative;
    
    background-image: url(images/dart.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    float: left;
    display: block;
}

#left_column {
    width: 173px;
    height: 100%;
    
    background-color: #9A0034;
    
    float:left;
}

#lc_content {
    padding: 10px;
    
}

#right_column {
    width: 198px;
    height: 100%;

    background-image: url(images/rightcolumn.yellow.backgrou.jpg);
    background-position: top right;
    background-repeat: repeat;
    float:right;
}

#rc_top {
    width: 198px;
    height: 32px;
    
    background-image: url(images/right.column.top.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
}

#rc_content {
    width: 198px;
    color: #FFFFFF;
    font-size: 10pt;
    
    background-image: url(images/right.column.background.jpg);
    background-position: top right;
    background-repeat: repeat-y;
}

#rc_constrainer {
    left: 10px;
    width: 174px;
    position: relative;
}

#rc_bottom {
    width: 198px;
    height: 45px;
    
    background-image: url(images/right.column.bottom.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
}

#center_column {
    width: 580px;
    height: auto;
    margin-left: 173px;

    background-color: #FFFFFF;
    
}

#cc_content {
    padding:10px;
    
    font-size: 10pt;
}

#footer {
    width: 951px;
    height: 37px;

    background-color: #E5DFE1;
}

#footer_redbox {
    height: 31px;
    
    background-color: #9A0034;
    display: block;
}

#subnavcontainer {
    padding-left: 6px;
}

/*====================== Text controls =====================*/
.stage {
	font-size: 12px;
	padding-top: 15px;
	padding-right: 10px;
}
.downaplayedcopy {
	font-size: 10px;
	padding-top: 15px;
	padding-right: 10px;
}
.footnote {
	font-size: 9px;
}
.h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 21px;
	line-height: 21pt;
	color: #3C4BA0;
	font-weight: normal;
	line-height:16pt;
}
.h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #3C4BA0;
	font-size: 14px;
	line-height: 14pt;
	font-weight: bold;
}

/* RIGHT COLUMN */
.h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #E8CE39;
	font-size: 13pt;
    line-height: 13pt; 
    font-weight: normal;
}
.right-column {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 13pt;
	color: #FFFFFF;
	padding-right: 15px;
}
.rightlink-inline {
	font-size: 11px;
	color: #E8CE39;
	text-decoration: none;
}
.rightlink-inline:hover {
	text-decoration:underline;
}

/* LINKS */
.link-inline {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	color: #990033;
	text-decoration:none;
}
.link-inline:hover {
	text-decoration:underline;
}
.readmore-inline {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990033;
	text-decoration:none;
}
.readmore-inline:hover {
	text-decoration:underline;
}

/* LEFT COLUMN */
.leftcolumn {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.leftcolumn:hover {
	color: #E8CE39;
}
.leftcolumnSM {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.leftcolumnSM:hover {
	color: #E8CE39;
	}
.topBottomBorder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.topBottomRightBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.nhilite {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.nhilite:hover {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18pt;
	font-weight: bold;
	text-decoration:none;
	color: #E8CE39;
}
.hilite {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18pt;
	font-weight: bold;
	text-decoration:none;
	color: #E8CE39;
}

.nhilite2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.nhilite2:hover {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	font-weight: bold;
	text-decoration:none;
	color: #E8CE39;
}
.hilite2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	font-weight: bold;
	text-decoration:none;
	color: #E8CE39;
}
.shove {
	padding-left: 20px;
}
