body {
	color: #000000;
}

div, td, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#main {
	padding: 5px;
}

a {
	color: #4C1653;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #000000;
	/*text-decoration: none;*/
}

.nav {
	padding: 0 4;
}
A.nav:link { color: black;  }
A.nav:visited { color: black;}
A.nav:hover { color: black; background: #C4CC9B; }


/*
table {
	font-size: small;
}
*/
.altrow {
	background-color: #eeeeee;
}

.progress {
	/* background-color:  #320D35; */
	color: #ffffff;
	font-size: 70%;
}

.progress p {
	margin: 0 auto;
	padding: 2px;
	text-align: center;
}

.txtTopic {
	/*font-size: 12px;*/
	font-size: 90%;
	font-weight: bold;
}

.txtTopicOption {
	font-size: 80%;
}

table.topics a
, table.topics a:visited
, table.topics a:active {
	color:#000000;
	text-decoration: none;
}

table.topics a:hover {
	color:#000000;
	text-decoration: underline;
}

.txtHeader {	
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #4C1653;
}

.txtSubHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color:#663366;
}

.spanSubTopics {
	visibility: hidden;
	display: none;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

.RowHeader{	
	font-size: 9px;	
	color: #663366;	
	font-weight:bold;
}

table.formhead {
	background-color: #97AACA;
	border: 1px solid black;
}

td.formhead {
	background-color: #97AACA;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: white;
	font-weight: bold;
}

table.formbkg {
	background-color: #E1E7F6;
	border: 1px solid black;
}

.textfield {
        border: 1px solid #959494;
        background: white;
        /* height: 17px; */
        padding-left: 2px;
        font-size: 80%;
}

.selectfield {
        border: 1px solid #959494;
        background: white;
        padding-left: 2px;
        font-size: 80%;
}

.formtext {
	font-size: 90%;
}


@media screen {
	.mainTable { width:762px; }
	.innerTable { width:760px; }
	.headerImage { width:760px; height:174px; }
}

@media print {
	.mainTable { width:100%;}
	.innerTable { width:98%; }
	.headerImage { width:95%; /*width:653px; height:150px;*/ }

	.dontPrintMe { 
		overflow:hidden; 
		visibility:hidden; 
		display:none; 
	}
}

/* contact form start */

table.contacttable {
	background-color: #E3E1E1;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactbutton,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 11px;
}

.contactinput,
.contactarea {
	width: 300px;
}

.contactinput {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 11px;
}

/* contact form end */