@charset "UTF-8";
/* lga.css  11-17-09*/

/*from Tom's code */
.menu {text-decoration:none}
.menu:hover {text-decoration:underline}
.green {color:#336600;text-decoration:none}
.green:hover {text-decoration:underline}
.black {color:#000000;text-decoration:none}
.black:hover {text-decoration:underline}
/* end tom */

body {
	font: 62.5%/1.5 "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #434343;
	font-size: 10px;
}

#content {
	margin-left: 90px; 	
	margin-top: 30px;
	font-size: 1em;
}

p {
	font-size: 1em;
}

#content li {
	margin-bottom: .6em;
	font-size: 1em;
	font-weight: normal;
}



.indent1 {
	margin-left: 60px;
	margin-bottom: .6em;
	font-size: 1em;
	font-weight: normal;
	list-style-image: url("../graphics/arrow7.png");
}

#content ol {
	margin-bottom: .6em;
	font-size: 1em;
	font-weight: bold;
}

h1 {
	font-size: 1.2em;
	letter-spacing: 0;
	line-height: 1.4;
	color: #fff;
	background: #0099ff;
	margin-bottom: 0.8em;
}

h2	{
	font-size: 1.1em;
	letter-spacing: 0;
	line-height: 1.4;
	color: #000000;
	background: #fff;
	margin-bottom: 0.8em;
}

.sub2 {
	font-size: 1em;
	line-height: 1.0em;
	font-weight: bold;
	color: #0099ff;
	background: #fff;
}

.sub3 {
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.sub6 {
	font-size: .9em;
	line-height: 1.0em;
	font-weight: bold;
	font-style: italic;
	color: #0099ff;
}


/* bold */
.sub4b {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bolder;
	font-style: normal;
}

/*blue strong */
h3	{
	font-size: 1.1em;
	letter-spacing: 0;
	line-height: 1.4;
	color: #0099ff;
	background: #fff;
	margin-bottom: 0.8em;
	text-decoration: underline;
}

/* large blue */
.h3sub {
	font-size: 1.2em;
	letter-spacing: 0;
	line-height: 1.4;
	color: #0099ff;
	background: #fff;
	margin-bottom: 0.8em;
}
	

/* small, gray */
h4 {
	font-size: .8em;
	color: #a2d3e5;
}

h5  {
	font-size: 1.1em;
	letter-spacing: 0;
	line-height: 1.4;
	color: #bd1921; /*#c2474c;*/
	background: #fff;
	margin-bottom: 0.8em;
	font-weight: bold;
}

.subH5 {
	font-size: 1.1em;
	letter-spacing: 0;
	line-height: 1.4;
	color: #bd1921; /*#c2474c;*/
	background: #fff;
	margin-bottom: 0.8em;
	font-weight: bold;
}

.nav0 {
	width:600px;
}

.nav1 {
	float: left;
	width: 180px;
	font-size: 1em;
	line-height: 1.0em;
}

.nav2 {
	float: right;
	width: 230px;
	text-align: justify;
	font-size: 1em;
	line-height: 1.0em;
	display:inline;
}

.boxR {
	float: right;
	width: 300px;
	padding: 6px;
	border: 1px solid black;
	font-size: .8em;
	font: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}

.boxR a:hover {
	color: red;  !important
	font-weight: bold;
	text-decoration: underline;
	}
	
.rFloat {
	float: right;
	font-weight: bold;
}

.clearfloat {
	clear: both;
}

/*hover */
ul li a:hover {
	color: red;  !important
	font-weight: bold;
	text-decoration: underline;
	}


.boxL {
	float: left;
	width: 250px;
	font-size: 1em;
	line-height: 1em;	
}	

.nav0 .nav2 a:hover {
	color: red;  !important
	font-weight: bold;
	text-decoration: underline;
	}
	
a:link {
	color:#000000; !important
}


.toplink a:link{
	color: #0099ff;
	font-weight: bold;
	text-decoration: underline;
	}
	
.toplink a:visited{
	color: #0099ff;
	font-weight: bold;
	text-decoration: underline;
	}
	
.toplink a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
	}
	

.pq1 {
	margin: 0 50px;
	border-top: 1px solid #0099ff;
	padding-top: 1em;
	background: 
	font-size: 1em;
	font-style: italic;
	line-height: 1.1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #0099ff;
}

#content img {
	padding-left: 20px;
	padding-right: 20px;
}