/* CSS Document */
a:link  {
	color: #999999;
	text-decoration: none;
	}
a:visited {
	color: #999999;
	text-decoration: none;
	}
a:hover {
	color: white;
	text-decoration: underline;
	}
	
a:link.home  {
	color: black;
	text-decoration: none;
	}
a:visited.home {
	color: black;
	text-decoration: none;
	}
a:hover.home {
	color: black;
	text-decoration: underline;
	}
	
body {
	background-color: #2B2B2B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	margin-left: 0;
	margin-right: 0;
	color: #939391;
	}

/* Fonts/Headings */
.scHead {
	font-family: "Monotype Corsiva";
	font-size: 4.0em;
	color:  #999999;
	display: block;
	text-align: center;
	}
.scHead2 {
	font-family: "Monotype Corsiva";
	font-size: 3.5em;
	font-weight: 600;
	color:  #2B2B2B;
	display: block;
	text-align: center;
	}
.scHead3 {
	font-family: "Monotype Corsiva";
	font-size: 3.0em;
	font-weight: 600;
	color:  #2B2B2B;
	text-align: center;
	}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.15em;
	color: #999999;
	font-variant: small-cap;
	}
.titleCap {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.55em;
	color: #999999;
	font-variant: small-caps;
	}
.titleCap2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.35em;
	color: #999999;
	font-variant: small-caps;
	}
.titleCap3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.55em;
	color: #2B2B2B;
	font-variant: small-caps;
	font-weight: 600;
	}
/* Page Layout */
#container {
	position: static;
	}
#interContainer {
	position: relative;
	width: 760px;
	}
#leftStrip {
	position: relative;
	left: 0;
	top: 0;
	background-image: url(http://wingo.outsource-solutions.org/images/edge.gif);
	width: 100px;
	height: 100%;
	background-repeat: repeat-y;
	}
#pgBodyDark {
	width: 760px;
	padding: 5px;
	top: 10px;
	}
#pgBodyHome {
	background-color: #939391;
	background-image: url(http://wingo.outsource-solutions.org/images/newBack2.jpg);
	background-repeat: repeat-y;
	color: black;
	padding: 5px;
	padding: 20px;
	margin-left: 0;
	margin-right: 0;
	}
#pgBodyHome2 {
	background-color: #939391;
	background-repeat: repeat-y;
	color: black;
	padding: 5px;
	padding: 20px;
	margin-left: 0;
	margin-right: 0;
	}
#pgBodyLight {
	background-color: #939391;
	background-image: url(http://wingo.outsource-solutions.org/images/newBack2.jpg);
	background-repeat: repeat-y;
	color: black;
	padding: 5px;
	padding: 20px;
	margin-left: 0;
	margin-right: 0;
	}
.pgBodyLight {
	background-color: #939391;
	font-size: 1.25em;
	font-weight: bold;
	color: black;
	padding-bottom: 20px;
	}
/* Image Protection */
div#cover{ z-index: 1; position:absolute; top:0; left:0; width:100%; height:100%; background-image:url(http://wingo.outsource-solutions.org/images/cover.gif); background-repeat:repeat; }

