@charset "utf-8";
/* CSS Document

!!!!!!!!!!!!!!!LATEST REVISION 2016-04-07!!!!!!!!!!!!!!!

 */

/**** TABLE OF CONTENTS ****/
/*
1. REQUIRED CSS RESET
2. General Site Wide Styles
3. All-Page Setup Specific Styles
4. Home Page Specific Styles
5. Secondary Page Specific Styles
*/

/* Required CSS Reset--DO NOT MODIFY */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
	text-align: auto;
	font-family: Arial, Helvetica, sans-serif;
}

body {
 line-height: 1;
}

ol, ul {
 list-style: none;
}

blockquote, q {
 quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}

/* remember to define focus styles! */

:focus {
 outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
 text-decoration: none;
}

del {
 text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
 border-collapse: collapse;
 border-spacing: 0;
}



/* General Site Wide Styles */

body {
	/*background-color: #DBD7DD; */
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3D2E72;
	margin-bottom: 5px;
	line-height: 17px;
}

.dirtylittletrick {					/* use in <br> to clear floats */
	clear: both;
}




/* All-Page Setup Specific Styles */

#rssprintsearch {
	width: 271px;
	height: 16px;
	color: #000000;
	font-size: 11px;
	text-align: right;
	float: right;
	margin-top: 10px;
}

#printthispage {
	float: left;
}

#printthispage a {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

#printthispage a:hover {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

#rssprintsearch img{
	padding-left: 5px;
	margin-right: 15px;
}

#searchdiv {
	color: #174945;
	float: left;
	margin-top: -5px;
	margin-right: 6px;
}

.box {
	text-align: right;
	color: #174945;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	padding-right: 3px;
	height: 14px;
}

#searchdiv input.btn {
	background-color: transparent;
	background-image: url(assets/gobutton.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	margin-right: 4px;
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	color: transparent;
	text-transform: capitalize;
}

#maincontentholder {
	width: 820px;
	margin: 0 auto; 			/* makes centered */
}

/*#topcontentdropshadow {
	width: 820px;
	height: 15px;
	background-color: transparent;
	background-image: url(assets/topcontentdropshadow.jpg);
	background-repeat: no-repeat;	
}

#maincontentdropshadow {
	background-image: url(assets/maincontentdropshadow.jpg);
	background-repeat: repeat-y;
	width: 820px;
	position:relative;
}

#bottomcontentdropshadow {
	width: 820px;
	height: 18px;
	background-color: transparent;
	background-image: url(assets/bottomcontentdropshadow.jpg);
	background-repeat: no-repeat;	
}*/

#maincontentwrapper {
	width: 789px;
	margin: 0 auto;				/*makes centered*/
	padding-left: 3px;
	height: 100%;
	
	padding: 5px;
}

#navbar {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url(assets/navbackground.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	width: 790px;
	height: 41px;
	padding-bottom: 23px;
}

#navbar ul {
	display: inline;
	list-style-type: none;
	vertical-align: middle;
}

#navbar li {
	height: 41px;
	border-right: 1px solid #FFF;
	float: left;
	list-style: none;
}

#navbar li a {
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 8px;			/* padding is to make the size of the clickable area as big as the block */
	padding-right: 12px;		/* this is also why it is set to display:block*/
	padding-bottom: 12px;
	padding-left: 12px;
}
 
#navbar li ul {
	display: none;
	padding: 5px;
	width: 175px;
	background-color: #006666;
	z-index: 10000;
}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

#navbar li:hover li, #navbar li.hover li {
	float: none;
	padding-top: 15px;
	padding-left: 10px;
	text-align: left;
}

#navbar li:hover li a, #navbar li.hover li a {
	padding: 0px;
	margin: 0px;
}

#navbar li li {
	height: 25px; 
}

#navbar li li a:hover {
	height: 25px;
	margin-top: -10px;
	margin-left: -10px;
	background-image: none;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #3D2E72;
}

#navbar li a:hover {
	background-image: url(assets/navbackgroundhover.jpg);
	background-repeat: repeat-x;	
}

#navbar #nav_membersonly {
	border: none;
}

#navbar #nav_membersonly img {
	padding-top: 5px;
	padding-left: 13px;
	border: none;
	padding-right: 13px;
}

#navbar #nav_membersonly a {
	border: none;
}

#navbar #nav_membersonly a:hover {
	border: none;
}

#navbar #nav_home a {
	padding-top: 14px;
	padding-bottom: 15px;
}



#logo {
	width:236px;
	height: 68px;
	float: left;
}

#logo h1 {
	margin-left: 5px;
	margin-bottom: 10px;
}

#logo h1 a {
	text-decoration: none;
}

#logo h1 a:hover {
	cursor: pointer;
}

.breadcrumbs {			/* general styling: look for individual home/secondary styling */
	font-size: 9px;
	color: #495459;
	height: 9px;
}

.breadcrumbs a {			/* general styling: look for individual home/secondary styling */
	font-size: 9px;
	color: #495459;
	height: 9px;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	text-decoration: none;
}

#maincontentareawrapper {
	background-color: #FFF;
	/*border: 1px solid #CBD1D5;*/
	width: 395px;
}

#maincontentarea {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#maincontentarea p {
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	/*margin-bottom: 12px;*/
	line-height: 19px;
}

.more a {
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
	color: #006666;
	font-style: italic;
	font-weight: bold;
	margin-right: -29px;
}

.more img {
	margin-left: 5px;
	margin-right: 12px;
}

.clickmore {
	color: #3D2E72;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	margin-top: -10px;
}

#footer {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;	
}

#footer_nav {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align: center;
}

ul#footer_nav {
	display: inline;
	list-style-type: none;
}

#footer_nav li {
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000000;
	float: left;
}

#footer_nav a {
	display: block;
	color:#000000;
}

#footer_nav a:hover {
	color: #006666;
}

#footer_nav #fnav_contact {
	border: none;
}

#footer p {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}



/* Home Page Specific Styles */

#containerleft {
	float: left;
	width: 426px;
}

#containerright {
	position: absolute;
	top: 65px;
	margin-left: 397px;
	width: 363px;
	height: 474px;
}

#logologinwrapper {
	width: 426px;
	height: 80px;
}

#breadcrumbs_home {
	margin-left: 10px;
	margin-bottom: 8px;
	width: 368px;
}

#picturerotator {
	width: 382px;
	height: 221px;
	margin-left: 10px;
	margin-bottom: 10px;	
}

#picture img{
	position: absolute;
	z-index: 1;
}

#picturetextwrapper {
	height: 77px;
	width: 382px;
	background-color: transparent;
	background-image: url(assets/picgradient.png);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 1000;
	margin-top: 173px;
}

#picturetext {
	font-size: 17px;
	line-height: 19px;
	color: #FFFFFF;
	padding-top: 11px;
	padding-right: 125px;
	padding-bottom: 13px;
	padding-left: 25px;
	width: 230px;
}

#memberloginwrapper {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(assets/login.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 70px;
	float: left;
	margin-left: 7px;
}

.memberloginheading {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #5E508D;
	font-weight: bold;
	margin-bottom: 3px;
	padding-top: 2px;
}

#loginform label.login {
	color: #76838C;
	font-size: 9px;
	margin-left: 7px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#loginform input.text {
	font-size: 8px;
	line-height: 10px;
	height: 9px;
	width: 75px;
	float: right;
	margin-right: 7px;
	margin-top: 4px;
}

#loginform input.checkbox {
	position: relative;
	margin-left: 7px;
}

#loginform label.rememberme {
	color: #76838C;
	font-size: 8px;
	position: absolute;
	margin-top: 6px;
	margin-left: -1px;	
}

#loginform input.loginbtn {
	cursor: pointer;
	border: 1px solid #B1BAA8;
	text-transform: uppercase;
	background-color: #D9CDA8;
	font-size: 9px;
 
	 
 
}

#subnavrolloverwrapper {
	width: 390px;
	height: 182px;
	float:left;
	padding-left:0;
}

.subnavrollover {
	width: 194px;
	height: 182px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #3D2E72;
}

.subnavrollover li {
	width: 183px;
	height: 30px;
	margin-bottom: 8px;
	background-color: #FFF;
	background-image: url(assets/navbackground.jpg);
	background-repeat: repeat-x;			
}

.subnavrollover img {
	margin-right: 4px;
}

.subnavrollover a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 14px;
	width: 159px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#joinus a:hover {
	background-color: #3D2E72;
}

#donations a:hover {
	background-color: #3D2E72;
}

#annualmeeting a:hover {
	background-color: #3D2E72;
}

#apsfacebook a:hover {
	background-color: #3D2E72;
}

#postjob a:hover {
	background-color: #3D2E72;
}

.subnavrollover a span {  			/* prevents from the span rollover elements from appearing on page load */
	display: none;
}

.subnavrollover a:hover span {
	position: absolute;
	display: block;
	top: 452px;
	width: 178px;
	height: 174px;
	background-color: #FFFFFF;
	/*background-image: url(assets/tooltiprolloverbg.jpg);*/
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 15px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 10px;
	background-position: -1px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CBD1D5;*/
	color: #495459;
	font-weight: normal;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 184px;
}

ul#postjob {
	margin-bottom: 0px;
}

.rolloverreveal {						/*this also has properties used for span such as background */
	width: 177px;
	height: 174px;
	background-color: #FFFFFF;
	/*background-image: url(assets/tooltiprolloverbg.jpg);*/
	background-repeat: repeat-x;
	float: left;
	background-position: -1px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CBD1D5;*/
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 10px;
}

.rolloverreveal img.image {
	padding-top: 4px;
	margin-left: 24px;
}
.rolloverreveal img.more {
	margin-top: -2px;
}

.purpletitle{
	color: #3D2E72;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

.purpletitlesub{
	color: #3D2E72;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

.greentitle{
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
}

.greentitle12{
	color: #006666;
	font-size: 12px;
	font-weight: bold;
}

#announcementseventswrapper {
	background-color: #FFF;
	/*border-top: 1px solid #CBD1D5;
	border-bottom: 1px solid #CBD1D5;
	border-right: 1px solid #CBD1D5;*/
	width: 365px;
	height: 215px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: -50px;
	padding-left: 14px;
}

#announcementseventswrapper img {
	float:left;
	margin-top: 0px;
}

#announcementseventstext {
	width: 195px;
	color: #495459;
	font-size: 12px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
	line-height: 19px;
}



/* Secondary Page Specific Styles */

#logologinwrapper {
	width: 789px;
	height: 80px;
}

#pagetitle {
	text-align: right;
	float: right;
	margin-top: 21px;
}

#breadcrumbs_secondary {
	text-align: right;
	width: 789px;
	margin-bottom: 8px;
	float: right;
}

#container {
	width: 787px;
	border: 1px solid #CBD1D5;
	min-height: 100px;
	height: auto !important;
	float: left;
	background-image: url(assets/columnbg.jpg);
	background-repeat: repeat;
}

#container2 {
	width: 787px;
	border: 1px solid #CBD1D5;
	min-height: 100px;
	height: auto !important;
	float: left;
	background-image:url(assets/columnbg2.jpg);
	background-repeat: repeat;
}

#maincontentareawrapper.secondary {
	background-color: transparent;
	width: 395px;
	float: left;
	height: 100%;
	border: none;
}

#maincontentarea.secondary {
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
}

#maincontentarea.secondary p {
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 19px;
}

#rightcolumnwrapper {
	background-color: transparent;
	width: 364px;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 14px;
	height: 100%;
}

#rightcolumnwrapper p {
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 19px;
	margin-top: 5px;
}

#rightcolumnwrapper img.player {
	float: left;
	margin-right: 5px;
}

#rightcolumnwrapper img.quicktime {
	margin-top: 5px;
}

.clicktoplay {
	color: #006666;
	font-size: 8px;
	font-style:italic;
	margin-top: -3px;
}

.clicktoplay img {
	margin-left: 5px;
	margin-top: 5px;
}

#rightcolumnwrapper hr {
	color: #006666;
	background-color: #006666;
	height: 1px;
	width: 322px;
	margin-left: 0px;
	margin-top: 25px;
}
.tablist {
	color:#495459;
    font-size:12px;
}


.tablelist {
	color:#495459;
    font-size:12px;
	padding-right:4px;
	padding-left: 4px;
}
.tablenews {
	color:#495459;
    font-size:12px;
	text-align:center;
	padding-right:4px;
	padding-left: 4px;
	line-height:16px;
}
.tablelistOL{
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 10px;
	padding-right:4px;
	padding-left: 18px;
	list-style-type: decimal;
}

.imgwrap {
	margin: 5px;
	float: left;
}
.imgwrapright {
	margin: 5px;
	float: right;
}

.welcome {
	font-size:10px;
	
	}


.cplist {
	
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 19px;
	margin-top: 5px;
	padding-right:30px;
	padding-left: 30px;
	list-style-type: disc;
}
 
.cplistOL{
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 19px;
	margin-top: 5px;
	padding-right:30px;
	padding-left: 30px;
	list-style-type: decimal;
}
#NewsContentwrapper {
	background-color: transparent;
	width: 500px;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 14px;
	height: 100%;
}

#NewsContentwrapper p {
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 19px;
	margin-top: 5px;
}
#NewsNavContentWrapper.secondary {
	background-color: transparent;
	width: 195px;
	float: left;
	height: 100%;
	border: none;
}
#NewsContainer {
	width: 787px;
	border: 1px solid #CBD1D5;
	min-height: 100px;
	height: auto !important;
	float: left;
	background-image: url(assets/NewsColumnbg.jpg);
	background-repeat: repeat;
}
#newsNav {
	background-color:#C7DEDE;
	color:#3D2E72;
	vertical-align:central;
	margin-top:5px;
	text-decoration:none;
	height:50px;
	
}
#newsNav a{
	color:#3D2E72;
	vertical-align:central;
	text-decoration:none;
	
	
}
/* Style elements for newsletter */
.contenttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E4164;
	line-height: 16px;
	margin: 16px;
	width: 480px;
}

.newsMenuItem{
	background-color:#C7DEDE;
	height:50px;
	width:175px;
	padding-left:10px;
	padding-right:10px;
	color:#3D2E72;
	font-size:16px;
	font-weight:bold;
}
.newsMenuItem a{
	text-decoration:none;
	color:#3D2E72;
	font-size:16px;
	font-weight:bold;
}
.newsPurpArrow{
	float:left;
	width:20px;
	height:50px;
	padding-top:20px;
}

#picturetextwrapper1 {
	height: 77px;
	width: 382px;
	background-color: transparent;
	background-image: url(assets/picgradient.png);
	background-repeat: repeat-y;
	position: absolute;
	z-index: 1000;
	margin-top: -90px;
}

#OneColumnContentareawrapper {
	background-image: url(assets/OneColumnbg.jpg);
	border: 1px solid #CBD1D5;
	width: 785px;
}

#OneColumncontentarea {
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-align: left;
}

#OneColumncontentarea p {
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	margin-bottom: 12px;
	line-height: 19px;
}
.table td,.table th{
	font-family: Arial, Helvetica, sans-serif;
	border:solid 1px #ccc;
	padding:5px;
	font-size: 12px;
	border-collapse:collapse;
}
.table{
	width:720px;
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	margin-left:20px;
	line-height: 19px;
	
}
.table thead tr{
	background:#E2D9BB;
}
.table td a {
	font-size: 12px;
}

.tableheader
{
	background-color:#E2D9BB;
}
.tableBig td,.table th{
	font-family: Arial, Helvetica, sans-serif;
	border:solid 1px #ccc;
	padding:5px;
	font-size: 12px;
	border-collapse:collapse;
	
}
.tableBig {
	width:770px;
}

.tableBig thead tr{
	background:#E2D9BB;
}
.tableBig td a {
	font-size: 12px;
}

.leadWelcome
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #3D2E72;
	font-weight:500;
	text-align:center;
	
}
.purpleText
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D2E72;
	font-weight:600;
	font-size:13px;
}
.APSColorText
{
	color: #037D72;
	font-weight:600;
	font-size:14px;
}
.greenText
{
	color: #093;
	font-weight:600;:
}
.redText
{
	color: #F00;
	font-weight:600;:
}
#picturerotatorTW {
	width: 382px;
	height: 350px;
	margin-left: 10px;
	margin-bottom: 7px;
	font-size:10px;	
	
	
}
#announcementseventswrapperTW {
	background-color: #F8F4E6;
	border-top: 1px solid #CBD1D5;
	border-bottom: 1px solid #CBD1D5;
	border-right: 1px solid #CBD1D5;
	width: 365px;
	height: 200px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 14px;
}
#LeadContainer {
	background-color:#C7DEDE;
	height:inherit;
	width:180px;
}
.LeadMenuItem{
	background-color:#C7DEDE;
	height:10px;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	padding-top:15px;
	color:#3D2E72;
	font-size:16px;
	font-weight:bold;
}
.LeadMenuItem a{
	text-decoration:none;
	color:#3D2E72;
	font-size:16px;
	font-weight:bold;
}
.LeadMenuWhiteSpace {
	height:10px;
	background-color:#F8F7F2;
}
.leaddev{
	display:none;
}
#leadHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #3D2E72;
	font-weight:500;
	text-align:center;
		
		
}
.LeadMenuItemBig{
	background-color:#C7DEDE;
	height:20px;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	padding-top:8px;
	color:#3D2E72;
	font-size:16px;
	font-weight:bold;
}
.LeadMenuItemBig a{
	text-decoration:none;
	color:#3D2E72;
	font-size:16px;
	font-weight:bold;
}
#twtr-tweet-text h2{
    font size: 9px;
    font-family: Georgia, Serif;
	font-weight: 200;
	font-size: 18px;
	color: #3D2E72;
	background-color: #C7DEDE;			
	padding: 5px;
	padding-left: 10px;
	width:290px;
    }
#PurpleDiv {
	width:770px;
	background-color:#fff;
	margin: 0px 5px 0px 0px;
	font-family: Constantia, Arial, Helvetica, sans-serif;
	padding:10px;
}

#PurpleDiv h1{
	font-size:26px;
	color:#3D2E72;
	text-align:center;
	line-height:40px;
	
}
#PurpleDiv h2{
	font-size:18px;
	color:#3D2E72;
	line-height:25px;
}

#GrayDiv {
	width:770px;
	background-color:#fff;
	margin: 0px 5px 0px 0px;
	font-family: Constantia, Arial, Helvetica, sans-serif;
	padding:10px;
}

#GrayDiv h1{
	font-size:26px;
	color:#bfbfbf;
	text-align:center;
	line-height:40px;
	
}
#GrayDiv h2{
	font-size:18px;
	color:#bfbfbf;
	line-height:25px;
}

.hbox {
 font size: 9px;
    font-family: Georgia, Serif;
	font-weight: 200;
	font-size: 18px;
	color: #3D2E72;
	background-color: #C7DEDE;			
	padding: 10px;
	padding-left: 10px;
	width:375px;
	text-align:center;
	
	
}
.HContent a {
	text-wrap: supress;
	font-size: 12px;
	font-weight: bold;
	color: #3D2E72;
	text-decoration:underline;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
	
	

	}

.HContent ul{
	text-wrap: supress;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	color: #3D2E72;
	padding: 0px;
margin: 0px;
padding-left: 30px;



}
.HContent li{
	font-family: Arial, Helvetica, sans-serif;
	text-wrap: supress;
	color: #3D2E72;
	list-style-type: none;
	font-size: 12px;
	line-height: 19px;
	margin-top: 5px;
	padding-right:10px;
	padding-left: 10px;
	list-style-position:outside;
	margin-bottom: 12px;
	
}

.noPurple li{
	font-family: Arial, Helvetica, sans-serif;
	text-wrap: supress;
	color: #495459;
	list-style-type: none;
	font-size: 12px;
	line-height: 19px;
	margin-top: 5px;
	padding-right:10px;
	padding-left: 10px;
	list-style-position:outside;
	margin-bottom: 12px;
	
}

.noPurple a {
	text-wrap: supress;
	font-size: 12px;
	font-weight: bold;
	color: #495459;
	text-decoration:underline;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.tableBeige td,.table th{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:solid 0px #ccc;
	padding:5px;
	font-size: 12px;
	border-collapse:collapse;
}
.tableBeige{
	width:720px;
	font-family: Arial, Helvetica, sans-serif;
	color: #495459;
	font-size: 12px;
	margin-left:15px;
	line-height: 19px;
	background-color:#E2D9BB;
	
}
.tableBeige thead tr{
	background:#E2D9BB;
}
.tableBeige td a {
	font-size: 12px;
}
.captionText
{
	font-family: "Times New Roman", Times, sans-serif, Arial, Helvetica;
	color: #000000;
	font-size:12px;
}

- Test styles for indextest.cfm -

.noPurple li{
	font-family: Arial, Helvetica, sans-serif;
	text-wrap: supress;
	color: #495459;
	list-style-type: none;
	font-size: 12px;
	line-height: 19px;
	margin-top: 5px;
	padding-right:10px;
	padding-left: 10px;
	list-style-position:outside;
	margin-bottom: 12px;
	
}

.noPurple a {
	text-wrap: supress;
	font-size: 12px;
	font-weight: bold;
	color: #495459;
	text-decoration:underline;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#logoNew {
	width:236px;
	height: 80px;
	float: left;
	padding-bottom: 20px;
}

#maincontentareawrapperNEW {
	padding-top: 10px;
}


/* ADDED 2016-04-07 */

.announcements-border{border:1px solid #000; height:auto; min-height:150px; }
.announcements-content{padding:7px; text-align:center; font-family: font-size:25px;}
.announcements-content h1{margin-top:12px; font-family:Constantia, Arial, Helvetica, sans-serif;}
.announcements-content p{margin-top:12px; font-family:Constantia, Arial, Helvetica, sans-serif;}
