
/*-------------------------------------------------------------*/
/* HTML SELECTORS */
/*-------------------------------------------------------------*/
body, input, textarea, select{
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #006600;
	background-image: url(bgstripes.jpg);
}

a{ 	
	font-size:10pt; 
	color: #006600;
	text-decoration: none;
}
a:hover,#navigation li a:hover {
	color: yellow;
	text-decoration: underline;
}

/*-------------------------------------------------------------*/
/* NAV AND ID'S */
/*-------------------------------------------------------------*/
#navigation, #navigation li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation li a{ 	
	font-size:10pt; 
	color: white; 
	text-decoration: none;
	display:block;
	padding: 5px 10px;
	background: url(images/nav-sep.jpg) no-repeat bottom left;
}


#divHeader{
	width:780px;
	border-bottom: 1px #000 solid; 
}

#wrapper {
	width: 780px;
	border: 1px solid #000;
	margin: 25px;
	background: #f2f2f2 url(images/leftColumnbg.jpg) repeat-y top left;

}

#footer{
	clear:both;
	width: 780px;
	color: #fff;
	text-align: left;
}


#pageContent{
	padding: 5px;
	width: 600px;
	float: left;
	background-color: #f2f2f2;
}

#leftColumn{
	background-image: url(images/leftcolumnbg.jpg);
	background-repeat: repeat-y;
	width: 165px;
	float: left;
	align: right;
	text-align:right;
}

/*-------------------------------------------------------------*/
/* CLASSES */
/*-------------------------------------------------------------*/

.img{
	display: block;
	border: 0px;
}
.error{color: red;}