/*===== 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
#CCCCFF; bright lavender link

=====*/

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/1index_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: #E6E6E6; /* aqua; black; blue; fuchsia; gray; green; lime; maroon; navy; olive; purple; red; silver; teal; white; yellow; */
	line-height: 15px; /* adjusts leading */
	}

/* =========================================== */
/* ==============   INDEX    ================= */
/* =========================================== */

	
/* ==================================== LINKS */      		
a:link, a:active, a:visited {
	color: #CCCCFF; /* bright lavender link */
	text-decoration: underline; /* none, underline */
	font-weight: bold;
	}
a:hover {
	color: #FFCC99; /* bright peach hover link */
	text-decoration: none; /* none, underline */
	font-weight: bold;
	}

a.footer:link, a.footer:active, a.footer:visited {
	color: #B4B4B4;
	text-decoration: none; /* none; underline; overline; line-through; */
	font-weight: bold;
	}
a.footer:hover { /* mouse hover */
	color: #FFCC99; /* bright peach hover link */
	text-decoration: none;
	font-weight: bold;
	}

/* ==================================== PAGECENTER */
#pagecenter { 
 	width: 900px;
	margin: auto; 
    	}	
	
/* ==================================== HEADER */
#header { 
 	width: 900px; 
	height: 70px;
	background: #FFFFFF; /* white */
    	}
#header-topmargin { 
 	width: 900px; 
 	height: 34px;
	background: #77738C; /* dull purple - top margin */
    	}
#header-menu { 
 	width: auto;
 	margin: auto; 
 	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;
	letter-spacing: 1px; /* normal or specified length eg. 2px */
	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;
	margin-right: 130px;
	float: left;
	}
  
/* ==================================== INDEX */
#content-index { 
	width: 900px;
	height: 455px;
	background: url(images/1index_img_right.jpg) top right no-repeat #445675; /* deep navy - menu */
    	}
#content-index1 { 
	width: 400px;
	float: left;
    	}
#content-index1a { 
	width: 400px;
	height: 340px;
    	}
#content-index1b { 
	width: 400px;
	height: 115px;
    	}
#content-whatsnew { 
	width: 300px;
	height: 455px;
	background: url(images/1index_logo2.jpg) bottom no-repeat #445675; /* deep navy - menu */
	float: left;
    	}
#content-whatsnewframe { 
	width: 260px; /* 300 - 20 - 20 */
	height: 300px; /* 340 - 20 - 20 */
	padding: 20px;
	color: #E6E6E6; /* white */
	overflow-y: auto;
    	}
h3	{ 
	letter-spacing: 1px; /* normal or specified length eg. 2px */
	font-size: 12px;
    	}
    	
/* ==================================== SUBMISSION FORM */ 
#form { 
 	width: 190px;
	margin-top: 290px;
	font-size: 10px;
	font-weight: bold;
	float: right;
    	}
input.button {
 	margin-top: 8px;
 	background: #113010;
	font-size: 10px; 
  	color: #CCCCCC;
    	}
    	    	
/* ==================================== FOOTER */ 
#footer { 
 	width: 900px;
	padding: 5px 0px 10px 0px;
	font-size: 10px;
	color: #B4B4B4;
	text-align: center;
	clear: both;
	background: #384355; /* dark navy - page bg */
      	}


