/*===== ATTRIBUTE ORDER
width
height: px; auto;
margin:
padding
background: url(images/bg_grid.gif) #FFFFFF no-repeat;  (repeat-x = horizontal; repeat-y = vertical)
border: blue 1px solid;
text-align: left; right; center; justify
float: left; right;
position
border-collapse: collapse;
vertical-align: top;

#77738C; dull purple - top margin
#9B96AA; purple - what's new bg
#384355; dark navy - page bg
#445675; deep navy - menu
#CC9999; deep peach
#B47D7D; dark peach behind logo
#4B4B7D; deep purple - text

=====*/

body {
	margin: 0px; /* bumps website up to top-margin; except opera (margin top = 8px by default) */
	padding: 0px; /* compensates for 8px top margin in opera (does not affect other browsers) */ 
	background: url(images/0main_bg.gif) #384355 repeat-x;/* page background :: dull purple - top margin */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* universal default font */
	font-size: 11px;
	color: #4B4B7D; /* deep purple */ /* aqua; black; blue; fuchsia; gray; green; lime; maroon; navy; olive; purple; red; silver; teal; white; yellow; */
	line-height: 16px; /* adjusts leading */
	}
br {
	line-height: 11px; /* adjusts leading */
	}	
/* ==================================== LINKS */      		
a:link, a:active, a:visited {
	color: #6666CC; /* dull purple - top margin */
	text-decoration: underline; /* none, underline */
	}
a:hover {
	color: #B47D7D; /* dark peach behind logo */
	text-decoration: none; /* none, underline */
	}

a.footer:link, a.footer:active, a.footer:visited {
	color: #B4B4B4;
	text-decoration: none; /* none; underline; overline; line-through; */
	}
a.footer:hover { /* mouse hover */
	color: #FFCC99; /* bright peach hover link */
	text-decoration: none;
	}

/* ==================================== PAGECENTER */
#pagecenter { 
 	width: 800px;
	margin: auto;
	background: #FFFFFF; /* white - replace w image for bg */ 
    	}	
	
/* ==================================== HEADER */
#header { 
 	width: 800px; 
	height: 106px;
	background: #F0EFF2; /* off-white */
    	}
#header-logo { 
	 width: 800px;
	 height: 70px;
	background: url(images/0main_header.jpg) #B47D7D; /* dark peach behind logo */
    	}
p.quote { 
	width: 400px;
	margin-top: 0px;
	padding: 10px 40px 0px 40px;
	color: #FFFFFF; /* white */
    	}
#header-menu { 
 	width: 800px; 
 	height: 26px;
	background: #445675; /* deep navy - menu */
    	}

/* ==================================== HEADER-MENU */
.tab-on {
	height: 22px; /* 26px - 4px */
	padding: 4px 20px 0px 20px;
	color: #FFFFFF;
	font-weight: bold;
	background: #9B96AA; /* purple - what's new bg */
	float: left;
	}
.tab a {
	height: 22px; /* 26px - 4px */
	padding: 4px 20px 0px 20px;
	color: #E6E6E6;
	font-weight: bold;
	letter-spacing: 1px; /* normal or specified length eg. 2px */
	text-decoration: none;
	float: left;
	}
.tab a:link, .tab a:active, .tab a:visited {
	color: #E6E6E6;
	text-decoration: none;
	display: block;
	}
.tab a:hover { /* mouse hover */
	color: #FFFFFF;
	background: #9B96AA; /* purple - what's new bg */
	}
.tab-empty {
	width: 20px;
	height: 26px;
	float: left;
	}
  
/* ==================================== CONTENT */
#content { 
	width: 800px;
	background: #FFFFFF; /* white */
    	}
p.text { 
	margin-top: 0px;
	padding: 20px 40px 20px 40px; /* NOTE: right padding buried behind submenu div */
    	}
span.title { 
	font-family: Times Roman, Times, Garamond, serif;
	font-size: 24px;
	line-height: 24px; /* adjusts leading */
	color: #B47D7D; /* dark peach behind logo */
	font-style: italic; /* normal or italic */
	font-weight: bold; /* bold, normal or light */
	letter-spacing: normal; /* normal or specified length eg. 2px */
    	}
span.subtitle { 
	font-family: Times Roman, Times, Garamond, serif;
	font-size: 16px;
	line-height: 24px; /* adjusts leading */
	color: #B47D7D; /* dark peach behind logo */
	font-weight: bold; /* bold, normal or light */
	letter-spacing: normal; /* normal or specified length eg. 2px */
    	}
#content-submenu { 
	width: 200px;
	margin: 0px 0px 20px 20px; /* NOTE: use left margin for text padding */
	background: #9B96AA; /* purple - what's new bg */
	text-align: center;
	font-weight: bold;
	float: right;
    	}
img.floatleft { 
	margin: 0px 20px 20px 0px;
	float: left;
    	}
img.floatright { 
	margin: 0px 0px 20px 40px;
	float: right;
    	}
li.list { 
	margin-left: 30px;
	padding-bottom: 5px;
	padding-right: 30px;
    	}
span.new {
	font-weight: bold;
	color: #990000; /* red */
	background: #FFFF00; /* yellow */
	}
span.text2 {
	font-family: Times Roman, Times, Garamond, serif;
	font-size: 14px;
	color: #7D3333; /* red peach */
	}
.floatright2 { 
	margin: 40px 20px 0px 60px;
	text-align: center;
	float: right;
    	}

/* ==================================== FOOTER */ 
#footer { 
 	width: 800px;
	padding: 5px 0px 10px 0px;
	font-size: 10px;
	color: #B4B4B4;
	text-align: right;
	clear: both;
	background: #384355; /* dark navy - page bg */
      	}
      	
/* ==================================== FONT */  
p.text3 { 
	margin-top: 0px;
	padding: 0px 40px 20px 40px; /* NOTE: right padding buried behind submenu div */
    	}

/* ==================================== 4 RESOURCES */ 
#newsletters { 
 	width: 200px;
	margin: -40px 20px 20px 20px;
	float: right;
    	}

/* ==================================== INDEX */




