/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is the main CSS file for CAPAnet.org
modified 05/04/03 (am) */
 	
@import url("https://www.capanet.org/m2css/h_bonusv5.css");

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These are the MM2 styles */
.p7tbsub {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF; /*for Netscape 4*/
	border: .1px solid #FFFFFF;
}
.p7tbsub p {
	padding: 6px 12px 12px 6px;
	margin: 0px;
}
.p7tbsub a:link {
	color: #006666;
	text-decoration: none;
}
.p7tbsub a:visited {
	color: #336666;
	text-decoration: none;
}
.p7tbsub a:hover {
	color: #009999;
	text-decoration: underline;
}
.p7tbsub a:active {
	color: #009999;
	text-decoration: underline;
}
.p7tbdn {
	color: #003366 !important;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These are the MM1 styles */
.pviimenudiv td {
	font-family: "Trebuchet MS", Arial, sans-serif !important; 
	font-size: 12px;
}
.pviimenudiv p {
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-size: 12px; 
	margin-top: 12px; 
	margin-bottom: 6px;
}
.pviimenudiv b {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	color: #333333;
}
.pviimenudiv a:link {
	color: #006666; 
	text-decoration: underline;
}
.pviimenudiv a:visited {
	color: #336666; 
	text-decoration: underline;
}
.pviimenudiv a:hover {
	color: #009999; 
	text-decoration: underline;
}
.pviimenudiv a:active {
	color: #009999; 
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This tells the LayerMainContent to expand to fit screen sizes */
.contpara {
	padding-right: 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These are the main page styles */
body {
	background-image:  url(https://www.capanet.org/m2img/hbn_pbg.jpg);
	/* Note: URL is absolute for Navigator 4 compatibility: change when site goes live.*/
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	color:#333333;
}
html, p {
	color:#333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
td {
	color:#333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-color: #73AE63;
}
h1 {
	font-size: 16px;
	color: #003366;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	color: #336666;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-size: 12px;
	color: #003366;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-size: 12px;
	color: #336666;
	margin: 0px 0px 0px 0px;
}
a:link{
color:#006666;
}
a:visited{
color:#336666;
}
a:hover{
color:#009999;
text-decoration:none;
}
a:active{
color:#FFCC00;
text-decoration:none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
These are the scroller styles */
.pviiscroller {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	padding: 5px;
}
.pviiscroller p {  
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 12px; 
	margin-top: 0px;
}
.pviiscroller h1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #336666;
	font-size: 14px;
}
.pviiscroller a:link {  
	color: #003366; 
	text-decoration: underline;
}
.pviiscroller a:visited {  
	color: #336666; 
	text-decoration: underline;
}
.pviiscroller a:hover {  
	color: #006666; 
	text-decoration: none;
}

/*
Purpose:Used for bold italics*/
.emphasis {
	font-size: 12px;
	font-style: italic;
	color: #CC3333;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}

/*
Purpose:Used for the page footer include */
.footer {
font-size: 10px;
font-style: bold;
}

/*
Purpose:Used for copyright notice and other text needing "fine print" */
.smallprint {
font-size: 9px;
}

/*
Purpose:Used to make green highlighted text */
.highLite {
background-color: #CCFFFF;
}

/*
Purpose:Used to make yellow highlighted text
*/
.highLite2 {
background-color: #FFFF66;
}

/*
Purpose:Used for the form labels
*/
.form {
	font-size: 10px;
	font-style: bold;
	color: #003366;
	background-color: #FFFFFF;
}

/* Lists*/
ul {
	color : #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 14px
}

ol {
	color : #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-right : 14px
}

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs { color : #003366   font : 12px "Trebuchet MS", Verdana, Arial, sans-serif; margin-bottom : 2px; margin-top :4px }
.navSubs a { color : #EAF1F1 }
.navSubs a:hover { color : #009999 }

/*
Purpose: Set the font to sans-serif for IE
Application: Automatic
Note: NS4x uses mono-space font in the .fieldcell class
*/
textarea, select, input, option {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}

/*
Purpose: Set the font to mono-space for NS4x.
This helps to keep form elements a similar size cross-browser.
Application: Applied to the <td> tag only
Note: NS4x only. Other browsers use the textarea, select defined above
*/ 
.fieldcell {
font-family: "Courier New", Courier, mono;
}

.warning {
font-size: 16px;
font-weight: bold;
color: #FF0000;
}
img.wrapleft {
	float: left;
}
img.wrapright {
	float: right;
}
.style1 {color: #336699}
.style2 {color: #E39F2C}
.style3 {color: #FFFFFF}
.style7 {color: #FFFFFF}
.style13 {font-size: small; font-weight: bold; }
.style14 {font-size: small}
.style15 {color: #FFFFFF; font-weight: bold; font-size: small; }
.style16 {color: #FFFFFF; font-size: small; }
.12point {
	font-size: 12px;
	font-style: italic;
}
.16font {
	font-size: 16px;
}
.12SanSerif {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#LayerMainContent #maincontent tr td table tr td {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
