	/* comment: red main border */
html {
	font-size: 95%;
	font-family: verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	
	padding-top: 20px ;
	padding-bottom: 20px ;
	padding-left: 20px ;
	padding-right: 20px ;
	border-style: none ;
	
	background-color: #990000;
	}

/* comment: yellow trim border */
#pagediv {
	border: 5px solid #ffcc33;
	}

/* comment: white page */
#contentdiv { 
	padding-top: 10px ;
	padding-bottom: 30px ;
	padding-left: 30px ;
	padding-right: 30px ;
	border-style: none ;
	background-color: #ffffff;
	}




#welcome {}

#notice { padding: 10px;
			background-color: #ffffcc;}

			
			
.rightpic { padding: 0px 15px;
				float: right;
				position: relative;
				width: 250px; 
				text-align: center;}










/* comment: bold links with underline are default */
/* comment: blue unvisited, grey visited, red hover, green active */
A:link {text-decoration: underline; font-weight: bold; color: #003399; }
A:visited {text-decoration: underline; font-weight: bold; color: #666666;}
A:hover {text-decoration: underline; font-weight: bold; color: #990000;}
A:active {text-decoration: underline; font-weight: bold; color: #669933;}


/* comment: H1--black */
h1 {	
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	}

/* comment: H1--med red */
h2 {	
	font-size: 130%;
	font-weight: bold;
	color: #990000;
	}
	
	
/* comment: H3--black */
h3 {	
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	}
	

/* comment: H4--blue */
h4 {	
	font-size: 110%;
	font-weight: bold;
	color: #003399;
	}

/* comment: HR width 4, red */
hr.red4  {	
	color: #990000;
	background-color: #990000;
	height: 4px;
	width: 80%;}

.hr75 { width: 75%; }

.middle { vertical-align: middle;}

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.red  { color: #990000; }
.blue  { color: #003399; }
.black  { color: #000000; }
.white  { color: #ffffff; }

.thinborder {border: 1px black solid; }
.narrowdivright {width: 250px; float: right; padding: 3px;}



/* comment: may fiddle with last pair for brighter yellow */
.yellow  { color: #ffff66; }
.paleyellow { color: #ffffcc; }
.ltyellowbg {	background-color: #ffffcc;}


	
.big { font-size: 120%; }
.bigger { font-size: 140%; }
.biggest { font-size: 165%; }

.big105 { font-size: 105%; }
.big110 { font-size: 110%; }
.big115 { font-size: 115%; }
.big120 { font-size: 120%; }
.big125 { font-size: 125%; }
.big130 { font-size: 130%; }
.big140 { font-size: 140%; }
.big150 { font-size: 150%; }
.big160 { font-size: 160%; }
.big170 { font-size: 170%; }
.big180 { font-size: 180%; }



.small95 { font-size: 95%; }
.small90 { font-size: 90%; }
.small85 { font-size: 85%; }
.small80 { font-size: 80%; }
.small75 { font-size: 75%; }
.small70 { font-size: 70%; }
.small65 { font-size: 65%; }
.small60 { font-size: 60%; }


/* comment: specific style for check list box item: GOT-IT!! */

#checklist li
 {
	display: inline;
	background: url(../ASGGRAFX/CheckBox_Empty.bmp) no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-left: -25px;
	}
	
	
/* comment: List style - none */

.none
{list-style-type: none;}

	
/* comment: attempt to make FAQ answers show and hide when hovering over question block */

.faqq {
	font-weight: normal;
	margin: 0px 5px;
	display: block;
	}


.faqa {
	display: block;
	margin: 0px 15px 0px 8px;
	}