body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
	color: #12384E;
	background-color: #f9f8f4;
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.bodysmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}

.bodyaccent {
	color: #b36c3e;
}
.bodyrevtextsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.micetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.micetypedark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #999999;
}

.subhdaccentgld {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 17px;
	font-weight: normal;
	color: #fbbe2d;
}

#contentpad {
	padding:14px;
	}

hr {border: none 0; 
	border-top: 1px dotted #b9b195;
	width: 100%;
	height: 1px;
	text-align: left;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #993300;
	margin: 6px 0 20px 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #9e4309;
	margin: 0 0 8px 0;
}
/* use h3 on dark bg, same as h1 specs but light */
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	color: #106898;
	margin: 0 0 8px;
}

ul li {
	margin: 6px 0 6px -16px;
	list-style-position: outside;
	list-style-type: square;
	font-size: 12px;
	line-height: 15px;
}
ol li {
	margin: 6px 0;
	list-style-position: outside;
	list-style-type: number;
	font-size: 12px;
	line-height: 15px;
}


A:link {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	line-height: 17px;
	font-weight: normal;
	text-decoration : none;
}

A:visited {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #993333;
	line-height: 17px;
	font-weight: normal;
	text-decoration : none;
}

A:hover {
	text-decoration: underline;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	line-height: 17px;
	font-weight: normal;
}

A:active {
	text-decoration: underline;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 17px;
	font-weight: normal;
}

/* these A styles are for text links when on dark bg color */

A.rev:LINK {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	text-decoration : none;
}

A.rev:VISITED {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}

A.rev:HOVER {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 17px;
	font-weight: normal;
	text-decoration: underline;
}

A.rev:ACTIVE {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height: 17px;
	font-weight: normal;
	text-decoration: underline;
}


/* these A styles are for text links when in micetype */

A.micelink:LINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	font-weight: normal;
	text-decoration : none;
}

A.micelink:VISITED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	font-weight: normal;
	text-decoration : none;
}

A.micelink:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

A.micelink:ACTIVE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
	

.td_hmcontent {
	background-image: url(images/td_hmcontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tdnav {
	background-image: url(images/nav_bgbar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tdnavrt {
	background-image: url(images/bg_tdnavrt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tdnavrt2 {
	background-image: url(images/bg_tdnavrt_lv2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_logohdr {
	background-image: url(images/bg_logohdr.jpg);
	background-repeat: repeat;
	background-position: center top;
}


.bghftrtable {
	background-image: url(images/bg_ftrtbl.jpg);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }


img { border: none; }

.img1 {
	float: left;
	margin: 6px 4px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

/******************ID's******************/

#cusc {

	background-attachment: fixed; 
	background-image: url(images/Cusc_Logo.jpg); 
	background-repeat: no-repeat; 
}