/* CSS Document */
/* PROGRAMMER: DACahill
   COMPANY: Winning Technologies
   DATE: 02/05
*/
body{
	margin-left:60px;
	margin-top:5px;
	margin-bottom:5px;	
	}
a:link {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:visited {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color:#FFFF99;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}

.globalnav{
	background-color:#CCCCCC;
	border-left-color:#336600;
	border-left-style:solid;
	border-left-width:thin;
	border-top-color:#336600;
	border-top-style:solid;
	border-top-width:thin;
	border-right-color:#336600;
	border-right-style:solid;
	border-right-width:thin;
	}
/*SPACER BELOW NAV*/
.top_blue_spacer{
	background-color:#336600;
	height:8px;
	}
/* LEFT HAND SIDE*/
.lh_outline{
	background-color: #9FA1A6;
	border-left-color:#336600;
	border-left-style:solid;
	border-left-width:thin;
	border-bottom-color:#336600;
	border-bottom-style:solid;
	border-bottom-width:thin;
	}
/* CENTER */
.center{
	border-bottom-color:#336600;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-color:#336600;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#336600;
	border-right-style:solid;
	border-right-width:thin;
	}
.ctr_bg_tab{
	background-image: url(../../images/ctr_bg_tab.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.bott_border{
	background-color:#336600;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.rh_top{
	border-left-color:#336600;
	border-left-style:solid; 
	border-left-width:thin; 
	background-color:#9FA1A6;
	}
h3{
	background-color:#336600;
	color:#FFFFFF;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	}
p{
	color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	}
h4{
	padding-left:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
ul{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:13px;
	}
.hiddenPic {display:none;}




