/* CSS Document */
a:link {	text-decoration: underline;
	color: #330099;} 
a:active {
	text-decoration: underline overline;
	color: #CC0000;
	background-color: #05C7DC;
} 
a:visited {text-decoration: underline;
	color: #6600CC;} 
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #05C7DC;
}
body {margin: 10px;
	color: #000000;
	background-attachment: fixed;
	background-color: #C9D7C8;
	background-image: url(../imagebg/bparchmt.jpg);
	border: thick outset #CCD3BC;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.email {background-color: #B5A775;
	font-size: xx-small;}
.shadow {filter: Shadow(Color=#8F9C85, Direction=right);}
.shad {	filter: Shadow(Color=#8F9C85, Direction=-90);
	background-image: url(../imagebg/column/column-corgld_fluted.gif);}	
.shad2 {	filter: Shadow(Color=#8F9C85, Direction=90);
	background-image: url(../imagebg/column/column-corgld_fluted.gif);}
.colbase {	background-image: url(../imagebg/column/column-corgld_base.gif);
	filter: Shadow(Color=#8F9C85, Direction=-90);
	background-repeat: no-repeat;}
.colbase2 {	background-image: url(../imagebg/column/column-corgld_base.gif);
	filter: Shadow(Color=#8F9C85, Direction=90);
	background-repeat: no-repeat;}
.coltop {	background-image: url(../imagebg/column/column-corgld_capitol.gif);
	filter: Shadow(Color=#8F9C85, Direction=-90);
	background-repeat: no-repeat;}
.coltop2 {	background-image: url(../imagebg/column/column-corgld_capitol.gif);
	filter: Shadow(Color=#8F9C85, Direction=90);
	background-repeat: no-repeat;}
.info3 {
	background-color: #CCD7D7;
	background-image: url(../imagebg/paper.jpg);
	filter: Shadow(Color=#8F9C85, Direction=120);
	font-family: "Times New Roman", Times, serif;
	padding: 2px;
	border-top: thin outset #FFFFFF;
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #999999;
	border-left: thin outset #CCCCCC;
}

h2 {
	text-transform: uppercase;
	color: #B5A775;
	vertical-align: middle;
	font: italic bold xx-large "Times New Roman", Times, serif;
	filter: DropShadow(Color=#999999, OffX=3, OffY=3 Positive=no);
	display: inline;
}
/*text-align: center;
border: thin solid #666600;
	text-decoration: none;
	padding: 5px;
	width: 33%;	width: 2em;*/
	
ul {
	list-style-position: inside;
	background-color: #F0F1E7;
	padding: 5px;
	filter: Shadow(Color=#8F9C85, Direction=right);
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
}
shadrop {filter: DropShadow(Color=#999999, OffX=3, OffY=3 Positive=no);}

.boldword {
	font-style: normal;
	font-weight: bolder;
	color: #684F35;
	font-size: larger;
	padding: 3px;
	text-transform: capitalize;
}
.mini {
	font-size: xx-small;
	font-weight: bold;
	text-transform: capitalize;
}
