*{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:active{
	color: #3075A8;
	text-decoration: underline;
	
}

a:hover{
  color: #CC660B;
}
html{
	background: #EFEFEF;
	/*filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorstr=#CCCCCC, endColorstr=#EFEFEF);*/
	background: url(../images/bg_pattern.jpg) repeat-x;
	background-color: #82B2D1;
}
body{
  margin: 0px auto;
	padding: 0px;
	text-align: center;
  width: 780px;
}
#layout{
  width: 778px;
	text-align: left;
	border: 1px solid #2a468c;
	background: #FFFFFF url('images/pagebg.gif') repeat-x;
}
#logo{
  width: 148px;
	height: 65px;
	padding: 25px 102px 8px 28px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
}
#nav{
  width: 500px;
	height: 98px;
	float: left;
	float: left;
	border-bottom: 1px solid #FFFFFF;
}
#banner{
  clear: both;
	padding: 6px 0px;
	border-bottom: 1px solid #FFFFFF;
}
#DefaultBanner{
  clear: both;
	padding: 6px 0px;
	
}

#sideimage{
	width:150px;
}

#sideimage a, #sideimage a:link, #sideimage a:visited, #sideimage a:active, #sideimage .current:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#sideimage img{
	border: 0px solid #FFFFFF;
	bottom:10px;
	left:45px;
}

#subnavgroup{
	float:left;
}

#subnav{
  width: 150px;
	border-right: 1px solid #B2D1E6;
	border-top: 2px solid #FF8400;
	margin-top: 10px;
	font-size: 70%;
}
#subnav a, #subnav a:link, #subnav a:visited, #subnav a:active, #subnav .current:hover{
  	color: #3075A8;
	font-weight: bold;
	display: block;
	width: 133px;
	border-bottom: 1px solid #B2D1E6;
	border-right: 1px solid #B2D1E6;
	text-decoration: none;
	line-height: 120%;
	padding: 5px 4px 5px 13px;
	background: #FFFFFF url(../images/bullet.gif) no-repeat 5px 0.8em;
	
	/*background: #FFFFFF url(http://www.etricore.com/testing/site2008%5F082008/images/bullet.gif) no-repeat 5px 0.8em;
		
	padding-left: 25px;
	background-image: url(http://www.etricore.com/testing/site2008%5F081808/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;*/
}
#subnav a:hover, #subnav .current, #subnav .current:link, #subnav .current:visited, #subnav .current:active{
  color: #CC660B;
}
#content{
  font-size: 70%;
	line-height: 140%;
	margin: 10px 0px 0px -1px;
	border-left: 1px solid #CCCCCC;
	padding: 6px 12px 12px 12px;
	text-align: left;
	padding-left: 20px;
}

#contentwithnav{
  font-size: 70%;
	line-height: 140%;
	margin: 10px 0px 0px -1px;
	border-left: 1px solid #FFFFFF;
	padding: 6px 12px 12px 12px;
	text-align: left;
}
#contentwithnav{
  float: left;
	width: 601px;
}
#footer{
  clear: both;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 65%;
	padding: 6px 10px;
	text-align: center;
	background-color: #2a468c;
}
#copyright{
  float: right;
}
#disclaimer{
	border-top: 1px solid #CCCCCC;
	font-size: 54%;
	color: #A5A5A5;
	padding: 4px 10px;
}
h1{
  color: #CC660B;
	font-size: 130%;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
}
#h1White{
  color: #ffffff;
	font-size: 130%;
	margin: 0px 0px 3px 0px;
	font-weight: bold;
}
h2{
  color: #2A468C;
	font-size: 120%;
	margin: 6px 0px 3px 0px;
	font-weight: bold;
}
p{
  margin: 0px 0px 12px 0px;
}
table{
  border-collapse: collapse;
}
th{
  background: #529800;
	color: #FFFFFF;
}
input{
  border: 1px solid #999999;
}
.floatleft{
  float: left;
	margin: 2px 6px 2px 0px;
}
.floatright{
  float: right;
	margin: 2px 6px 2px 0px;
}
.bordered{
	border: 1px solid #529800;
}
.bl{
  border-left: 1px solid #529800;
}
.br{
  border-right: 1px solid #529800;
}
.bt{
  border-top: 1px solid #529800;
}
.bb{
  border-bottom: 1px solid #529800;
}
.brcurve{
  position: relative;
	top: 1px;
	right: 0px;
	margin: 0px;
}
.rounded{
	padding: 0px;
}
.rounded *{
  padding: 0px;
	margin: 0px;
}
.teamlist{
  position: absolute;
	display: none;
	width: 190px;
	margin-left: 20px;
	margin-top: 20px;
	background: #FFFFFF;
	border: 1px solid #FF8400;
	padding: 10px;
}



ul{
  margin: 0px 0px 0px 12px;
	list-style-image: none;
	list-style: none;
}



li{
	padding-left: 12px;
	background-image: url(../images/bullet2.gif);
/*	background-image: url(http://www.etricore.com/testing/site2008%5F082008/images/bullet.gif);*/
	background-repeat: no-repeat;
	background-position: 0 .5em;
}