
body {
	font-family: "Trebuchet MS",sans-serif;
	background: #fff;
	color: #000;
	background-image:url('/css/so/backstripes.gif');
}

a { color: #000099; }
a:hover { color: #333333; }
a:active { color: #000000; }

a.activemenu { color: #000000; }
a.activemenu:hover { color: #000099; }

.slicelink { color: #666666; text-decoration: none; }
.slicelink:hover { color: #000066; text-decoration: underline; }
.slicelink:active { color: #000000; text-decoration: underline; }

.errortitle { color: #990000; }
.errormsg { color:#990000; font-weight: bold; }
.highlight { color:#990000; }

.pagecell {
	background: #FFFFFF;
}

.navbar {
	color: #999999;
}

.topbar {
	margin-bottom: 20px;
}

input {
	font-family: "Trebuchet MS",sans-serif;
}

.button {
	font-family: "Trebuchet MS", arial;
	color: #333333;
	font-weight: bold;
}

select {
	font-family: "Trebuchet MS",sans-serif;
}

hr {
	height: 1px;
	color: #666666;
}

.grey {
	color: #999999;
}

.portfoliolink {
	color: #666666;
}

.rule { border-bottom: solid #CCCCCC 1px; }

form { margin: 0px; }

.wrapright {
	float:right;
	padding:6px;
}

.wrapleft {
	float:left;
	padding:6px;
}

#navigation li{
display:block;
border:2px solid #ccc;
padding:6px;
margin:0 0 0 0;
width:80px;
}

#menu {
align:left;
}

#menu a:link { 
  color:#0071BC;
	text-decoration: none;
	font-weight:bold;
}
#menu a:visited {
  color:#2E3192;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	text-decoration:underline;
	font-weight:bold;
}

#menu a:active {
	color:;
	font-weight:bold;
}

p {
	text-indent:1cm;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/pdf.gif) no-repeat center right;
}

a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/doc.gif) no-repeat center right;
}

a[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/xls.gif) no-repeat center right;
}

a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(/images/icons/mailto.gif) no-repeat center right;
}

.portfolio {
	font-family:"Garamond", serif;
	color: #006600;
}

.portfolio p{
	font-family:"Garamond", serif;
	color: #006600;
	text-decoration:underline;
}

.pimage {
	border:15px solid #000;
}

.wrapleft {
	float:left;
	padding:6px;
}

.wrapcenter {
	float:left;
	padding:6px;
}