/* Commenting out, setting print attributes, and setting to display: none elements that are not needed in printing */

/* html {
	height: 100%;
	} */

body {
	height: 100%;
	background:#000000;
	font-family: Times New Roman, Garamond, serif; 
	color:#000000;
	width:auto;
	margin:0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	font-size:12pt;
	text-align: center;
}

/* INTENDED USES FOR ABBR TAGS */
/* <abbr> = acronyms & abbreviations that are truncations */
/* <abbr class="initialism"> = abbreviations that are initialisms */

abbr {
	speak: normal;
	border-bottom: none;
	}

abbr.initialism {
	speak: spell-out;
	}

p {
	text-align:left;
	margin:0px 0px 5px 0px; 
	/* font-size:10px; */
	font-size:11pt;
}

a:link {
	text-decoration:none;
	color: #000000;
}

a:visited {
	text-decoration:none;
	color: #999999;
}

a:hover {
	text-decoration:underline;
	color: #000000;
}

h1 {
	/* font-size: 140%; */
	font-size: 24pt; 
	font-weight: bold;
	text-align: left;
}	
		
h2 {
	/* font-size: 130%; */
	font-size: 15pt; 
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}	

h3 {
	/* font-size: 110%; */
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 10px;
}

li {
	list-style:square;
	margin-left:20px;
}	

img {
	border: 0;
}

input, select, textarea {
        font-family: verdana, arial, sans-serif;
        font-size: 10px;
}

/* Container for front page */

#container1 {
	position: relative;
	height: 100%;
	height: auto;
	min-height: 100%;
	width: 720px;
	background: #FFFFFF url(../images/containerback1.gif) repeat-y;
	margin: 0px auto;
	padding: 0px;
	border: none;
	text-align: left;
	}

* html #container1 {
	height: 100%;
	}

/* Container for second level pages */

#container2 {
    /*
        position: relative;
	height: 100%;
	height: auto;
	min-height: 100%;
	width: 720px;
	background: #FFFFFF url(../images/containerback.gif) repeat-y;
	margin: 0px auto;
	padding: 0px;
	border: none;
	text-align: left; 
    */
	width: 100%;
	}

/* 
* html #container2 {
	height: 100%;
	} 
*/

/* Skipnav for screen readers */

/* 
.skip {
	position: absolute;
	left: 0;
	top: -250px;
	} 
*/

/* TOP NAVIGATION LINKS **/

/* Front page nav */

/* 
#nav {
	margin: 0 auto;
	background: #FFFFFF;
	font-size:12px;
	display:block;
	padding:0px 10px 5px 10px;
}

#nav p {
	text-align:center;
	font-size:12px;
}

#nav a {  
	text-decoration:none;
	color:#000000;
}

#nav a:hover{
	text-decoration:underline;
	color:#A6547A;
}

#nav a.visited {
	text-decoration:none;
	font-weight: bold;
	color:#A65654;
}
*/

/* TOP OF SECONDARY PAGES */

/* Places transparent gif logo correctly */

/* 
#logo {
	float: left;
	margin: 0px;
	padding: 8px;
	width: 60px;
	text-align: right;
	} 
*/

/* Second level page banners */

#head2-1 {
    display: none;
    /* 
        width: 720px;
	height: 79px;
	background: url(../images/secondarypageheader1.gif) #FFFFFF no-repeat top left;
	text-align: right; 
    */
	}

/*  
#head2-1 a:link {
	text-decoration: none;
	color: #D7D3A4;
	}

#head2-1 a:visited {
	text-decoration: none;
	color: #D7D3A4;
	}

#head2-1 a:hover {
	text-decoration: underline;
	color: #000000;
	}
*/

#head2-2 {
     display: none;
   /*	width: 720px;
	height: 79px;
	background: url(../images/secondarypageheader2.gif) #FFFFFF no-repeat top left;
	text-align: right; 
   */
	}

/*  #head2-2 a:link {
	text-decoration: none;
	color: #E2B68D;
	}

  #head2-2 a:visited {
	text-decoration: none;
	color: #E2B68D;
	}

  #head2-2 a:hover {
	text-decoration: underline;
	color: #000000;
	}
*/

#head2-3 {
     display: none;
   /* 
        width: 720px;
	height: 79px;
	background: url(../images/secondarypageheader3.gif) #FFFFFF no-repeat top left;
	text-align: right;
   */
	}

/*  
  #head2-3 a:link {
	text-decoration: none;
	color: #ED9F9F;
	}

  #head2-3 a:visited {
	text-decoration: none;
	color: #ED9F9F;
	}

  #head2-3 a:hover {
	text-decoration: underline;
	color: #000000;
	}
*/

/* Places navigational text on banner */

#nav2 {
	display: none;
    /* 
        margin: 0px;
	padding: 52px 5px 8px 5px;
	text-align: right; 
    */
	}

/* Minibars for second level pages -- sub-navigation on tap! */

#minibar1 {
    display: none;
    /* 
        background: #A3A654;
	margin: 0px;
	padding: 2px 5px;
	border: none;
	color: #000000;
	text-align: right; 
    */
	}

/*
  #minibar1 a:link {
	text-decoration: none;
	color: #D7D3A4;
	}

  #minibar1 a:visited {
	text-decoration: none;
	color: #D7D3A4;
	}

  #minibar1 a:hover {
	text-decoration: underline;
	color: #000000;
	}
*/

#minibar2 {
    display: none;
    /* 
       background: #A68054;
	margin: 0px;
	padding: 2px 5px;
	border: none;
	color: #000000;
	text-align: right; 
    */
	}

/*
  #minibar2 a:link {
	text-decoration: none;
	color: #E2B68D;
	}

  #minibar2 a:visited {
	text-decoration: none;
	color: #E2B68D;
	}

  #minibar2 a:hover {
	text-decoration: underline;
	color: #000000;
	}
*/

#minibar3 {
    display: none;
    /* 
        background: #A65654;
	margin: 0px;
	padding: 2px 5px;
	border: none;
	color: #000000;
	text-align: right; 
    */
	}

/*
  #minibar3 a:link {
	text-decoration: none;
	color: #ED9F9F;
	}

  #minibar3 a:visited {
	text-decoration: none;
	color: #ED9F9F;
	}

  #minibar3 a:hover {
	text-decoration: underline;
	color: #000000;
	}
*/

/* #minibartext {
	margin: 0px 185px;
	padding: 3px;
	}

#searchbar {
	float: right;
	margin: 0px;
	padding: 0px;
	}
*/

/* COLUMNs FOR MAIN PAGE */
.left {
	margin:0 0 0 auto;
	width:170px;
	background:#D7D3A4;
	float:left;
}

.right {
	text-align:right; 
	margin:0; 
	padding:0px;
	width:550px; 
	float: right;
}

/* THE FOLLOWING TWO CLASSES NOW REPEAT INSIDE CLASS RIGHT ON FRONT PAGE - HAS BECOME TWO COLUMN
LAYOUT WITH TWO COLUMNS INSIDE THE RIGHT COLUMN */

.middle_l {
	text-align:left; 
	margin: 0; 
	padding: 0px 10px 15px 25px;
	width:215px; 
	float:left; 
}


.middle_r {
	text-align:left; 
	margin:0; 
	padding: 0 10px 15px 25px;
	width:215px; 
	float:left; 
}

/* Alignment for drop downs on front page */

.middle_l select {
	margin: 0 0 0 10px;
	width: 100px;
	}

.middle_l input {
	margin: 0 0 0 10px;
	}

.middle_r select {
	margin: 0 0 0 10px;
	width: 150px;
	}

/* Front page menus for 3 main sections */

#content1 {
	clear: both;
	border-top: 2px solid #FFFFFF;
	margin: -15px auto 0 auto;
	text-align: center;
	}

/* Clearing box for bottom of front page */

.clear {
    	clear: both;
	width: 720px;
    	display: block;
    	height: 1px;
   	overflow: hidden;
   	margin: 0;
   	padding: 20px 0 0 0;
	}

/* in case you ever need to center something ... */

.centerme {
	text-align: center;
	}

/* COLUMNS FOR SECOND LEVEL PAGES */

.middle_l2 {
	text-align:left; 
	margin:0px; 
	padding: 0px 10px 10px 10px;
	width:30%; 
	float:left; 
}

.middle2 {
	text-align:left; 
	margin: 0px; 
	padding:0px 10px 10px 10px;
	width:30%;
	float:left;
}

.middle_r2 {
	text-align:left; 
	margin:0px; 
	padding:0px 10px 10px 10px;
	width:30%; 
	float:left; 
}
/* to get firefox 1.5 & Netscape 8.0 to print content on the same page after the 3 column menu 
.middle_r2 {float: none;} */

/* Main content for second level pages */

#content2 {
	clear: both;
	margin: 5px 0px;
	padding: 10px 10px 40px 10px;
	border-top: 2px solid #D7D3A4;
	}

#content2 p {
	margin: 0px 10px 5px 10px;
	}

/* Footer for front page */

#footer1 {
    display: none;
	/*background: #FFFFFF url(images/containerback.gif) repeat-y;
	position: relative;
	margin: -19px auto 0 auto;
	text-align:center;
	width: 720px;
	font-size:90%;
	border-top:2px solid #D7D3A4;
	padding:5px 0 0 0;*/
}

/* Footer for second level pages */
	
#footer2 {
    display: none;
	/* clear:both;
	background: #FFFFFF url(images/containerback.gif) repeat-y;
	position: relative;
	margin: -36px auto 0 auto;
	text-align:center;
	width: 720px;
	font-size:90%;
	border-top:2px solid #D7D3A4;
	padding:5px 0 0 0; */
}
