body {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	line-height: 1.5;
	font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #a9a8a7;
	color: #000000;
	margin: 0;
	background-position: top center;
	background-repeat: no-repeat;
}


/* Remove annoying border on linked images. */
a img { border: none; }



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a img { border: none; }

.orange { color: #FA6501; }
.white { color: #FFFFFF; }
.green { color: #00CC00; }
.red { color:#FF0000; }
.smalltext {font-size: 10px;}
.regular {font-size: 12px;}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* Main Design 
-------------------------------------------------------------- */
#top {
	background-image: url("../images/top.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 7.5px;
}

#bottom {
	background-image: url("../images/bottom.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

#middle {
	background-image: url("../images/middle.jpg");
	background-position: center top;
	background-repeat: repeat-y;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background-color: a9a8a7;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background-image: url("../images/middle.jpg");
	background-position: center top;
	background-repeat: repeat-y;
}
.portlist{
    background-color: #001144;
	border: #a9a8a7 1px solid;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
	width: 560px;
	
}
.portlist a {color:#FF6600;text-decoration:none}
.editBox {
	display:none;
}
.showBox {
	display:none;
}
.pic {
	margin: 0 5px 10px 0;
	padding: 10px;
	width: 100px;
	border: 1px solid #FF6600;
	background-color: #000000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.pic img {
	width: 162px;
	padding: 5px 10px 5px 10px;
}

.pic h4 {
	margin: 0;
	padding: 0 0 0 10px;
}
.green {
color:#00FF00;
}
.red {
color:#FF0000;
}
