body, h1, ol, ul{
	margin:  0px; 
	padding: 0px;
}


a:link{
	color:#cc9966;
}

a:visited{
	color:#816500;
}

a:hover{
	color:#FF2E04;
}

#menuContainer{
	width: 170px; 
	/*border-right: 2px solid #cc9966;*/
  
	position:absolute;
	top:100px;
	
}

#menu{
	font-family:sans-serif;
	color:#993300;
	font-size:12px;
	width: 100%;
	background: url("../images/bground2.gif");
	padding-top:20px;
	padding-left:20%;
	padding-bottom:20%;
  
}

#menu li{
	color:gray;
	list-style-image: none;
	list-style-type: square;
}

#menu a:link{
	text-decoration:none;
}

#menu a:visited{
	text-decoration:none;
}

.rule {
	width:130px;
	height:2px;
	border-top:solid 2px #cc9966;
	margin-top: 10px;
	padding-bottom: 10px;
}


#printedPage{
color:#333333;
background: url("../styles/pageBG.jpg");
margin-right:30px;
font-family: sans-serif;
font-size:small;
width:600px;
padding-left:20px;
padding-top:20px;
padding-right:20px;
}

#pageCurl{
margin:0px;
width:600px;
padding-right:20px;
padding-bottom:40px;
background: url("../styles/pageCurl.jpg");
background-repeat: no-repeat; 
background-position: bottom right;
}


#content{
	font-family: sans-serif;
	font-size:11pt;
	float: right;
	width: 75%;
	color: rgb(95, 95, 95);
	padding-top:10px;
	padding-left:30px;
	padding-right:5px;
	padding-bottom:10px;
  
}

#content li{
	margin-left:30px;
	list-style-image: url(bullet.gif);
	list-style-type: decimal;
}

#content h2{
	font-family:sans-serif;
	color:#cc9966;
}

#content h3{
	font-family:sans-serif;
	color:#cc9966;

}

#content a:link{
	text-decoration:underline;
}

#banner{
	height:100px;
	width:100%;
	background-image:url(../images/bground4.png);
}

#content rule{

	height:1px;
	border-top:solid 1px #cc9966;
	margin-top: 10px;
	padding-bottom: 10px;
}

#info{
	font:Lucinda "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family:sans-serif;
	float: center;
	width: 90%;
	color: rgb(#E8E0CA);
	<background: url(../images/bground.gif);>
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:8px;
	border-right: 1px solid #E8E0CA;
	border-left: 1px solid #E8E0CA;
	border-top: 1px solid #E8E0CA;
	border-bottom: 1px solid #E8E0CA;
  
}

#info li{
	margin-left:30px;
	list-style-image: url(bullet.gif);
	list-style-type: decimal;
}

#info h2{
	font-family:sans-serif;
	color:#cc9966;
}

#info h4{
	font:Monaco;
	font-family:sans-serif;
	color:#cc6600;
}

#info a:link{
	text-decoration:underline;
}


#info rule{

	height:2px;
	border-top:solid 2px #cc9966;
	margin-top: 2px;
	padding-bottom: 10px;
}
.teamBehaviourTable, teamBehaviourTable tr, teamBehaviourTable td{
color:white;
background: #cc9966;

}




#alert {

	font-size:9pt;
	font-family:sans-serif;
	text-align:justify;
	background: url("alertBack.jpg");
	padding:20px;
	margin:5%;
	color:white;
	font-weight:bold;
}

fieldset { 
	border:1px solid rgb(239, 239, 239);
	margin: 5px;
	padding: 10px;
	background:url("formBack.jpg");
	font-size:13pt;
	font-weight:bold;
}

label{

	display: block;

}

legend {
	padding: 0.2em 0.5em;
	border:1px solid rgb(239, 239, 239);
	color:green;
	font-size:60%;
	text-align:right;
	font-family: sans-serif;
	background: white;
  }

textarea {
	
	/*border:1px solid rgb(239, 239, 239); this is ideal, aesthetically, too light on some monitors */
	
	border:1px solid #cc9966;
	margin-top:10px;
	margin-bottom:20px;
	padding:10px;
	font-family:sans-serif;
	font-size: 9pt;
	width:90%;

}

fieldset.questionaire input {
	
	/*border:1px solid rgb(239, 239, 239); this is ideal, aesthetically, too light on some monitors */
	
	border:1px solid #cc9966;
	margin-top:10px;
	margin-bottom:20px;
	font-family:arial;
	font-size: 9pt;
	

}

fieldset select {
margin-bottom:17px;
margin-top:10px;

}


input:focus, textarea:focus {
	background: url("focusBackground.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #000;
}

.reference {
	
	font-size:x-small;
}
.icon {
	float: left;
	padding-right:20px;
}
