
body {
	margin: 0;
	background:url(../images/bg.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	color:#424242;
	height: 100%;
}

html { height: 100%; }

p, span{
}

table, td { 
}

textarea, input, select {  
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color:#FFFFFF;
}

input:focus, select:focus, textarea:focus {background-color:#D5D5D5}

li {
	line-height: 18px;
	list-style:	square;
	}
hr{
	height: 1pt;
	width:80%;
	color:#CCCCCC;
}

a {
	COLOR: BLACK; 
	text-decoration: underline; 
}

A:hover {
	COLOR: #3456c4;
	text-decoration: none; 
}
.copyright{
	clear:both;
	font-size: 12px;
	color:#E0E0E0;
	background-color:#5678D0;
	text-align:center;
	margin-left:0px;
	padding: 7px;
}
.copyright A  {
	color: #E0E0E0;
	text-decoration: none; 
}
.copyright A:hover {
	COLOR: #FFFFFF;
	text-decoration: underline; 
}
.content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}

.copyright, .push {
	height: 1em;
	}
	
#footer {
	 position: relative;  /* Needed for Safari */
	/* padding: 10px; */
	margin-left:10px;
	clear:both;
}

.pageContainer{
	margin-left:20px;
	}

.breadCrumbs{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #3456c4;
	}

.breadCrumbs a{
	color: #3456c4;
	}
