body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pmm_wrapper {
	font-size: 0.8em;
	width: 234px;
	margin-bottom: 0px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(../img/template/middle.jpg);
	background-repeat: repeat-y;
}
#columnwrapper #c1 #menuwrapper {
	position: relative;
	z-index: 9999999;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
}
#c1 .content {
	font-size: 0.75em;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 16px;
	padding-left: 16px;
	line-height: 1.35em;
}
#c2 .content {
	color: #565656;
	font-size: 0.8em;
	line-height: 1.7em;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 16px;
	padding-left: 70px;
	background-image: url(../img/template/wmark.jpg);
	background-repeat: no-repeat;
	background-position: 340px bottom;
	float: left;
}
#columnwrapper #c1 .content a {
	color: #000000;
	font-variant: small-caps;
}
#columnwrapper #c1 .content a:hover {
	color: #DD343E;
	letter-spacing: 0.05em;
}
#columnwrapper #c2 .content a {
	color: #115F4F;
}
#columnwrapper #c2 .content td {
	line-height: 1.35em;
}
#columnwrapper #c2 .content iframe {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#c2  .content  #float {
	float: right;
	width: 285px;
	padding-left: 20px;
}
.boldIT {
	font-style: oblique;
	font-weight: bold;
}
.boldITGreen {
	font-style: oblique;
	font-weight: bold;
	color: #115F4F;
	font-size: 1.25em;
}
.boldGreen {
	font-weight: bold;
	color: #115F4F;
}
.ItSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #666666;
	font-size: 0.9em;
}
.ITal {
	font-style: oblique;
}
.smallCaps {
	font-variant: small-caps;
}
h1 {
	font-size: 1.4em;
	color: #115F4F;
	letter-spacing: 0.06em;
	padding-bottom: 3px;
}
h2 {
	font-size: 1.1em;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: #5B0911;
}
h3 {
	font-size: 1em;
	color: #5B0911;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(../img/template/bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
	color: #666666;
}
#footer #footercontent a {
	color: #666666;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}

