* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body {
	font-size: 80% !important;	/* IE ignores this*/
	font-size: 76%;
	background-image: url(../images/bkgd-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. darn.*/
	
	/*mnj new background-image: url(../images/spacer.gif);/*these three lines replace the n4_upgrade.gif in n4.css. and if you use this code, make sure you point to an img on _your_ server, not mine.*/
	/*mnj new background-repeat: no-repeat;*/
	/*mnj new background-position: top left;	*/
}

input.border, textarea.border {
	border-top-width: 1.25px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 1.25px;
	border-top-style: inset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}

.bkgd_stretch {
	background-image:url(../new/images/bkgd-banner.jpg);
	background-repeat: repeat;
	width: 100%;
}


td
{
	vertical-align : top;
}


hr
{
	background: #cccccc;
	color: #417AAF; /* used by IE */
	height: 0.25em;
}

/* CLASS DEFINITIONS */
.clear {
	clear: both;
}

.leadtext {
	color:#FFFFFF;
	padding: 2px 0 2px 10px;
	background-color: #000000;
	font-weight: bold;
	text-align: right;
	font-size: 0.9em;
}

.formtitle {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	color: #66CC33;
}

.smalltext {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	font-weight: bold;
}

.logobannerh1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em;
	color: #FF9933;
}

.formFieldTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #417AAF;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}

.formField { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333; 
	font-size: 1em; 
	font-weight: bold;
}


.floatright
{
	float: right;
	margin: 5px 5px 5px 15px;
}

.floatleft
{
	float: left;
	margin: 5px 15px 5px 5px;
}

.border-01
{
	border: 1px solid #000;
}

.border-02
{
	border: 2px solid #000;
}

.border-03
{
	border: 3px solid #000;
}

/* ID DEFINITIONS */

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

#adminmenu {
	text-align: right;

}


#adminmenu ul {
	padding: 0 10px 0 0;
}

#adminmenu li {
	margin-bottom: 5px;
	list-style-type: none;
}

#adminmenu li a {
	color: #666666;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	list-style-image: none;
	font-size: 0.8em;
}

#adminmenu li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #4119A7;
	font-size: 0.9em;
}

#leftcol
{
	width : 252px;
}

#leftcol p
{
	padding: 7px 10px 7px 10px;
	
}


#leftcol
{
	/*height: 133px;*/
	padding: 0 5px 5px 5px;
	width: 175px;
}

#leftcol p
{
	margin: 10px;
	font-size: 12px;
	color: #000000;
}




#leftcol a
{
	text-decoration: none;
	color: #000000;
	margin: 10px 0 10px 0px;
}

#leftcol a:hover
{
	color: #417AAF;
	text-decoration: underline;
}


#leftcol h2
{
	margin: 15px 0 5px 5px;
	font-size: 14px;
	color: #417AAF;
	clear: both;
	font-weight: bold;
	width: 250px;
	padding: 15px 0 0 0;
}

#leftcol h3 {
	font-weight: bold;
	color: #353A90;
	padding: 3px 10px 3px 10px;
	font-size: 1em;
	margin: 10px 0 5px 0;
}


#leftcol ul
{
	padding: 3px;
	margin-left: 15px;
	list-style-type: none;
}

#leftcol li,
#leftcol li.a {
	margin-bottom: 3px;
	padding: 3px 0 0 0;
}





#leftcol td.coltblcontent {
	padding: 3px;
	font-size: 0.9em;
}

#leftcol .address {
	font-weight: bold;
	font-size: 0.9em;
}

#rightcol
{
	background-image: url(../new/images/bkgd-h1.jpg);
	width: auto;
}


#rightcol p
{
	margin: 10px;
	font-size: .9em;
	color: #000000;
}




#rightcol a
{
	text-decoration: underline;
	color: #0000FF;
	margin: 10px 0 20px 0px;
}

#rightcol a:hover
{
	text-decoration: none;
}


#rightcol h2
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	clear: both;
	width: auto;
	background-color: #8E3143;
	color: #FFFFFF;
}

#rightcol h3 {
	font-weight: bold;
	color: #000000;
	padding: 3px 10px 3px 10px;
	font-size: 1em;
	margin: 10px 0 5px 0;
}


#rightcol ul
{
	padding: 3px;
	margin-left: 15px;
	list-style-type: none;
}

#rightcol li,
#rightcol li.a {
	margin-bottom: 5px;
	padding: 3px 0 0 0;
}



#content
{
	/*padding: 0 15% 25px 45px;*/
	padding: 0 0 25px 25px;
} 

#content .img-align-left {
	float: left;
	margin: 0 15px 0 0;
	border: thin solid #000000;
}

#content .img-align-right {
	margin: 0 0 0 15px;
	float: right;
	border: thin solid #000000;
}


#content p
{
	padding: 0 10% 15px 0;
	line-height: 1.25;
}

#content h2, #content h3

{
	padding-bottom: 5px;
}

h1
{
	font-size: 1.4em;
	padding: 5px 0 5px 0;
	margin-bottom: 15px;
	background-image: url(../new/images/bkgd-h1.jpg);
	vertical-align: middle;
	width: 100%;
}


#content h2
{
	color: #417AAF;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
	margin: 30px 0 5px 0;
	padding: 0;
}

#content h3
{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	padding-bottom: 0px;
	color: #333333;
}

#content h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
}
#content blockquote {
margin: 0 50px 0 50px;
}

#content ul, #content ol
{
	margin: 10px 4px 15px 20px;
	line-height: 1.5em;
}

#content ul.table
{
	margin: 5px 4px 15px 5px;
}

#content li {
	margin: 0 25% 5px 0;
}

#content li.multiplecols {
	margin: 0 5px 5px 5px;
}

#content dl, #content dd
{
	margin: 0 0 10px 0;
}

#content dt {
	font-size: 1em;
	/*mnj font-size: 14px;*/
	color: #333333;
	font-weight: bold;
	text-transform: capitalize;
}
#content dd {
	font-size: 0.9em;
	text-transform: capitalize;
	/*mnj font-size: 12px;*/
}

#content td.content
{
	padding: 0.9em;
	margin: 0;
}

#content a
{
	text-decoration : underline;
}
	
#content a:link
{
	color : #009;
}

#content a:hover
{
	text-decoration: none;
}

#content a:visited
{	
}

#content a:active
{
}

.footer
{
	background-image: url(../new/images/bkgd-footer.jpg);
}

.footer a {
	font-size: 0.9em;
	text-decoration: none
	font-weight: bold;
	}
	
.footer a:link {
	color: #FFFFFF; 
}

.footer a:visited {
	color: #FFFFFF; 
}

.footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.footer .copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.9em;
}

.footer td.content
{
	padding: 0.8em;
	margin: 0;
}

.footer .bullet {
color:#FFFFFF;
}
strong {
}

table.interior
{
	background: #fff;
	margin: 10px 0;
	padding: 0;
	border: 1px solid #d7e5f0;
	border-collapse: collapse;
}

table.interior th,
table.interior td
{
	padding: 10px 5px;
	font-size: 11px;
	border-bottom: 1px solid #d7e5f0;
}

table.interior th
{
	color: #fff;
	border-bottom: 1px solid #000;
	background-color: #417AAF;
}

table.interior td.colored
{
	background: #ccc;
	width: 215px;
	font-weight: bold;
}

interior.ul
{
	color: #ff0000;
	margin: 0px;
}


interior.li
{
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#container #content blockquote {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #417AAF;
	padding: 5px 0 1px 10px;
}
