/* <-------------------- Body ---------------- */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
background-image: url(images/bkgdtile.gif);
background-repeat: repeat;
background-color:#000033;
margin: 0;
padding: 0;
}

/* <-------------------- Divs ---------------- */

#holder {
border: 1px solid #000033;
}
#pmmcrumb p {
font-size: .9em;
line-height: 1em;
margin-bottom: -2%;
padding-bottom: -2%;
color: #000000;
}

#maincontent {
background-color: #000033;
margin: 0px 15px 15px 15px;
padding: 0px 15px 15px 15px;
}

#footer {
background-color: #000033;
margin: 0px 15px 0px 15px;
padding: 0px 15px 0px 15px;
}

/* <-------------------- Typography ---------------- */

h1, h2, h3, h4 {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #C8C7DD;
} 

h1 {
font-size: 2em;
text-align: center;
}

h2 {
font-size: 1.7em;
}

h3 {
font-size: 1.4em;
}

p, ul, ol, td {
font-size: 1.1em;
color: #FFFFFF;
/*/*/line-height: 2em; /* */
}

a {
color: #FF9900;
text-decoration: underline;
}

a:hover, a:active {
color: #FFCC66;
text-decoration: none;
}
#pmmcrumb p {
font-size: .9em;
/*/*/line-height: 1em; /* */
margin-bottom: -2%;
padding-bottom: -2%;
color: #333333;
}

#pmmcrumb a {
color: #000066;
}

#sidebar p {
font-size: 1em;
/*/*/line-height: 2em; /* */
}

#footer p {
font-size: .9em;
/*/*/line-height: 1em; /* */
color: #666666;
}

/* ----- index navigation ------ */
p.navbutts {
	margin: 0px 0px 6px 6px;	
}
.navbutts a {
	/*/*/ padding: 3px;
	display: block;
	color: #FFFFFF;
	background-color: #003399;
	border: 2px solid #CCCCCC;
	text-decoration: none;
	line-height: 1em;
	width: 180px; /* */
}
.navbutts a:hover, .navbutts a:active {
	color: #003399;
	background-color: #FFFFFF;
}
p.navsubs {
	color: #003399;
	margin: 0px 0px 0px 12px;
}
.navsubs a {
	/*/*/ display: block;
	width: 175px;
	padding: 0px 0px 0px 16px;
	text-decoration: none; /* */
}
.navsubs a:hover, .navsubs a:active {
	text-decoration: underline;
}
#nbutspacer {
	margin-bottom: 12px;
}


/* <------ General ---- */

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.bold-italic {
	font-style: italic;
	font-weight: bold;
}
.bold-center {
	font-weight: bold;
	text-align: center;
}
.spotcolor {
	color: #006699;
}
.bold-spotcolor {
	color: #006699;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
