/* Resource page attributes: evenatualy move into the main Style sheet */
body {
   	background : #999999 url(../images/bgroundfade.gif) repeat-x top left;
	margin:0 auto;
	padding:0px;
	font-family:"verdana", "arial", "helvetica", "sans-serif";
	font-size: 10pt; 
	line-height: 115%;
	text-align:center;
	}
a {
text-decoration: none;
}	
	
 A:link {
	color: #000;
	
	}
 A:visited {
	color: #000;
	}

 A:hover {
	color: #FF9900;
	}
	
	
p{	margin:5 0;
	line-height: 125%;
}
li{	margin:5 0;
	line-height: 125%;
}

h1{
/*color:#014B52;
background-color:#C0D3D9;*/
font-size: 110%;
margin:5 0 10 0;
}

h2 {
	/*backgorund image for underline */
	font: 80%;
	font-weight: bold;
	text-align:left;
	border-bottom: solid #C0D3D9 1px;
}

.error {color:red;}

caption {
	/*backgorund image for underline */
	font: 80%;
	font-weight: bold;
	text-align:left;
	border-bottom: solid #C0D3D9 1px;
	margin:5 0;
}

label {
	color:#014B52;
	font:bold 80%;
	width:100px;
	vertical-align:top;
}

form {margin:0}

.button{
	color: #000000;
	background: #eeeeee url(../images/buttonFade.gif ) repeat-x top left;
	margin: 2px 2px;
	padding:1px;

}

.clearList {
	margin: 0; 
	padding: 0;
	list-style:none outside;
	}

.clearList li{
width:100%;
}


table{margin:15 0; 
	width:95%; 
	border: solid #eeeeee 1px;
}

th {background-color: #efefef;
	font-size:80%;
	color:#666666;
	border: solid #eeeeee 1px;}
	}
	
tr {}

td {font-size:80%;
	border: solid #eeeeee 1px;
	}
	

.colorRow{background: #eeeeee;}

#wrapper {
	margin:1% auto;
background:#fff;
	/*background:#FDEFCE url(../images/mainFade.gif) 120px left repeat-x ;*/
	width: 955px;
	border: solid #7D8273 1px;
	}
	
#logo {
	background: url(../images/logo.jpg) bottom left no-repeat ;
	margin:0 0 5 0;
	height: 120px;
	border-bottom:solid #7D8273 1px;
}
	
	
/* left bar holder */
.colA {
	background-color:#fff;
	float:right;
	margin:0% 1%;
	padding:5px;
	width: 17%;
	text-align: left;
	font-size: 90%;
	}



/* Divs to display the central content */
#colsBC {
	
	float:left;
	/*border: solid #999999 1px; */
	margin:0% 1% 1% 1%;
	width: 75%;
	padding:5px;
	text-align: left;
	line-height: 100%;
	}

#colB{background-color:#fff;
padding: 5px;
	float:right;
	width:65%;
	}

#colC{
	float:left;
	width:30%;
	}


#footer {
color:#cccccc;
	width: 100%;
	margin :10px;
	/*border: solid #000000 1px;*/
	}

	
