/* BODY, TABLE CELLS and DIVS */

body {
	background-color: #FFFFFF;
	margin: 0px 15px;
	border-top-color: #CC0066;
	border-bottom-color: #CC0066;
}
td.iface {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
}
td.topImg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	line-height: 1px;
	margin: 0px;
	background-color: #111B4E;
	background-image: url(img/top2.jpg);
	background-repeat: repeat-x;
}

td.grayLine {
	background-image: url(img/line_gray.gif);
	background-repeat: repeat-y;
}
td.lightgrayLineR {
	background-image: url(img/line_lightgray.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.leftColumn {
	background-color: #009FEE;
	background-image: url(img/bg_left_col.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.redBox {
	background-color: #009FEE;
	width: 150px;
	border: 2px solid #000000;
	margin-left: 15px;
	padding: 0px;
}

.grayCell, .whiteCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 8px;
	background-color: #C4ECFF;
	border-bottom: 1px solid #CC0066;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    border-left: 1px solid #cc0066;
    border-right: 1px solid #cc0066;
    border-bottom: 1px solid #cc0066;
}

.whiteCell {
	background-color: #FFFFFF;
}

.redHeadBG {
	margin: 0px;
	background-color: #CC0066;
	text-align: center;
}

#shortBox {
	margin: 0px 32px 35px 35px;
	padding: 0px;
	width: 350px;
	border-top: 1px none #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* LINK STYLES */

a {
	color: #0077B0;
	text-decoration: none;
}
a:hover {


}

a.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 150px!important;
	border-bottom: 1px solid #000000;
	padding: 4px 0px 4px 15px;
}
a.leftNavHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 150px !important;
	padding: 8px 0px 4px 15px;
}
a.leftNav:hover, a.leftNavHome:hover {
	text-decoration: none;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	background-color: #000000;
	color: #FFFF00;

}

.navHi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: run-in;
	margin: 0px;
	width: 150px !important;
	padding: 8px 0px 4px 15px;
	background-color: #009FEE;
}
.navHiHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 0px;
	width: 150px !important;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 8px 0px 4px 15px;
	background-color: #009FEE;
}

.navTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	margin: 0px;
	width: 150px !important;
	border-bottom: 1px solid #000000;
	padding: 12px 0px 4px 15px;
}
a.footLink {
	color: #FFFFFF;
	text-decoration: none;

}
a.footLink:hover {
	color: #FFFF00;
	text-decoration: none;

}
a.goldLink {
	color: #FFFF00;
	text-decoration: underline;
}
a.goldLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* TEXT STYLES */

p, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 8px;
}
.noMargBottom {
	margin-bottom: 2px;
	}
.noMargTop {
	margin-top: 0px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #9D004F;
	margin-top: 14px;
	margin-bottom: 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 4px;
}
h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #9D004F;
	margin-top: 12px;
	margin-bottom: 2px;
}
.leftColumnInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin: 0px 10px 6px 15px;
}


.copyWhite {
	color: #FFFF00;
	background-color: #000000;
}


.copy14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.copy12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


.copyBlueRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin: 4px 15px;
}

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 4px;
}

/* LIST STYLES */

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 8px;
}

li.spaceList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 4px;
}

li.spaceListFirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 4px;
}



#content #articletext li {background: none; padding-left: 0;}

div#content #base li, div#content #one-em li {
		list-style-position: outside;
		list-style-type: square;
		list-style-image: none;
	}

#base, #one-em {
	margin: 2em;
	padding: 5px 5px 2px 5px;
	width: auto;
	}

#one-em ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	margin-left: 1em;
	padding-left: 0;
	margin-right: 20px;
	}

#one-em li {
	margin-top: 4px;
	margin-bottom: 10px;
	}


/* FORM STYLES */

#formContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 20px 0px 25px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #00A0EE;
	margin: 5px;
	padding: 3px;
	border: 1px solid #000000;
	font-weight: bold;
}
