/* gmpiv.com - main stylesheet */

body { font-family: Georgia, Times New Roman, Times, serif; color: #333333; font-size: 13px; }

a { font-family: Georgia, Times New Roman, Times, serif; color: #A83727; font-size: 13px; text-decoration: underline; }
a:hover { color: #009; }

a.extLink {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #996633;
	font-weight: bolder;
	text-decoration: underline;
}

p, td { 
	font-family: Georgia, Times New Roman, Times, serif; 
	color: #333333; font-size: 13px; 
}


h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #336;
}

h2 {
	font-size: 14pt;
	font-style: italic;
	color: #336;
}

h3 {
	font-size: 12pt;
	font-style: italic;
	color: #336;
}

p.footerText {
	font-size: 9px;
	color: #333;
	}

#RightSpan {
	float: right;
	padding: .25em;
	margin: 1em;
	width: 150px;
	background-color: #ffffff;
}
		
#SiteHed {
	width: 100%;
	background-color: #cccccc;
}

#content {
	position: absolute;
	left: 180px;
	top: 80px;
	width: 570px;
	padding: .5em 0em .5em .5em;
	margin: 0px;
	background-color: #ccc;
}

#navlist {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 221px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlist li {
	margin: 0 0 0px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 9px 3px 5px 24px;
	border: 0px;
	width: 221px;
	background: url(../Images/nav_hover.gif)  no-repeat left top; /* */
}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #000;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 0px;
	background: url(../Images/nav_1.gif) no-repeat left top;
	color: #00C;
}

#SubMastHead {
	font-family: "Georgia", "Serif";
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}

.IndexTable {
	border: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
}

.SmallText {
	font-size: 9px;
}

p.EvenItem {
	background-color: #fff;
	margin: 2px;
	padding: 3px;
}

p.EvenItem em {
	font-size: 9px;
	font-style: normal;
}

p.OddItem {
	background-color: #ffc;
	margin: 2px;
	padding: 3px;
}

p.OddItem em {
	font-size: 9px;
	font-style: normal;
}