/* This style sheet contains elements that are used in the choose_school.asp page (CHOOSER) */

 /* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li,  dl, dt, dd, td, form, fieldset, a {
     margin: 0; 
     padding: 0;
     border: 0px none;
}

body {
	margin: 0;
	padding: 0;
	border: 0px none;
	background-color: #666; /*Body background color is medium gray */
	color: #333;  /*Default text color is very dark gray */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 100.01%;
	min-width: 720px;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

#wrapper {
    width: 710px; /*sets the width for IE5.x's broken box model*/
	w\idth: 710px; /* sets the width of the wrapper for compliant browsers*/
	margin: 5px auto; /* centers the wrapper. First value - 5px is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
	margin-top: 20px; position: relative; /* important to position it relatively */
	background: url(http://www.alumniinsuranceprogram.com/iv/images/gradient_sky_blue3.gif) repeat-x top;
	background-color: #FFF; /* sets the wrappers background color to white */
	border: 1px solid #666; /* sets a border to all 4 sides */
	text-align: left
}
	
acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

#note {
	font-size: 11px;
	margin-left: 20px;
	margin-top: 6px;
	width: 166px;
	line-height: 14px;
}	
	



/* Styles the main column  */
#maincol {
	float: left;
	width: 710px;
	/*height: 260px;  /*this is the same height as the repeating background image (gradient) */
	/*background: url(http://www.alumniinsuranceprogram.com/iv/images/gradient_sky_blue3.gif) repeat-x top;*/
	background-color:#FFFFFF;
	margin: 0 0 0 0;
}
#maincol .headline {
	font-size: 1.3em;
	margin-left: 10px;
	/*margin-top: 15px;*/
	/*margin-bottom: 10px;*/
}
#maincol p{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.3em;
	color: #333;
	margin: 0px 20px 0 10px ;  /* top right bottom left*/
}

#maincol h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	border-bottom: 1px solid #999;
}
#maincol h2 {
	font-weight: bold;
	font-size: .9em;
	color: #333;
	/*border-bottom: 1px solid #999;*/
	margin-bottom: 4px;
}

#maincol ul {
	list-style-type: inherit ;
	line-height: 1.2em;
	font-size: .8em;
}

#leftside { 
	float: left;
	width:300px;

}
#rightside { 
	float: left;
	width:300px;
	margin-top: 20px;

}
.gray {	color:#999999;}
.blockquote {margin-left: 20px;}



.lftflt {
	float: left;
	margin-right: 10px;
	border: none;
	margin-top: 0px;
	/*margin-top: 5px;*/
}


/* SET UP FOOTER DIV STYLES.---------------------------------------------------------------------*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	padding: 1em;
	color: #000000;
	border-top: 1px solid #000;
	text-align: left;
	font-size: 0.7em;
	background-color: #CCC;
}

/* The Holly Hack corrects footer problems in IE 5. */
/*  \*/
* html #footer {height: 1%;}
/* */

#footer ul {
	margin-top: 5px; 
	margin-left: 214px;
	}

#footer li {
	display: inline; 
	}

#footer a:link, #footer a:visited {
	/*margin-left: 200px;
	margin: 0.2em;  */
	color: #CC0000; 
	text-decoration: underline; 
}
	
#footer a:hover, #footer a:focus {
	color: #CC0000; 
	text-decoration: none; 
}
#footer p {
	/* margin: 0.2em; */
	margin-left: 214px;
	color: #000; 
	}



	
	