body {
	margin-top: 15px;
	padding: 0px;
	background: #14296C;
	background: url(/images/back.jpg) repeat-x;
	color: #000000;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, sans-serif;	
	}
	
.maintable {
	background: #FFFFFF;
	margin: 0px;
}

#mainframe {
 border: 10px solid #FFFFFF;
 margin: 0px;
 width: 760px;
}

.toplogo {
	background: url(/images/ecowaste_solutions_logo.gif);
	height: 84px;
	text-align: right;
	padding: 6px 10px 0px 0px;
}

.toplogo2 {
	background: url(/images/pointofneed.gif);
	height: 84px;
	text-align: right;	
}

.bluesection {
	background: url(/images/blueback.jpg) no-repeat;
	height: 202px;
	padding: 6px 6px 6px 14px;
	text-align: left;
}

.subbluesection {
	background: url(/images/blueback.jpg) no-repeat;
	height: 58px;
	padding: 9px 6px 0px 14px;
	text-align: left;
}

.whitetext {
	color: #FFFFFF;
	font-size: 13px;
}

.pararedbold {
	color: #B71111;
	font-size: 13px;
	font-weight: bold;
}

.newsheader {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

	
td, p {	
	/*line-height: 15px;*/
	font-size: 13px;
	text-align: left;
}

#nav {
	padding: 8px 3px 8px 18px;
	background: #000000;
	/*background: url(/images/topnavslice.gif) repeat-x;*/
	height: 25px;
	font-size: 13px;
	font-family: tahoma, verdana, arial;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 12px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	}
#nav li a:hover {
	color: #FFFFFF;
	background: #636363;
	}
#nav li a.active {
	color: #FFFFFF;
	background: #094C99;
	}
	
h1 {
	font-size: 24px;
	color: #DBE1F4;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 22px;
	color: #DBE1F4;
	font-weight: bold;
	margin: 6px 0px 0px 15px;
}

h3 {
	font-size: 19px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
	text-align: left;
}

h4 {
	font-size: 13px;
	color: #393333;
	font-weight: bold;
	margin: 0px 0px 0px 13px;
	text-align: left;
}

#homered {
	background: #8B2A2E;
	padding: 8px 6px 8px 8px;
	color: #FFFFFF;
	font-size: 11px;
}

#homegreen {
	background: #00693F;
	padding: 8px 6px 8px 10px;
	color: #FFFFFF;
	font-size: 11px;
}

#homeyellow {
	background: #EFB310;
	padding: 8px 6px 8px 8px;
	color: #FFFFFF;
	font-size: 11px;
}

#footer {
	background: #000000;
	padding: 12px 12px 0px 12px;
	color: #D2D2D2;
	font-size: 10px;
	height: 35px;
	margin-top:7px;

}

a.footer:link, a.footer:visited, a.footer:active {
	font-weight: normal;
	text-decoration: none;
	color: #D2D2D2;	
	}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	}
	
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #40608C;
	}
a:hover {
	color: #2D405B;
	text-decoration: underline;	
	}
	
a.top:link, a.top:visited, a.top:active {
	font-weight: bold;	
	color: #635C5A;	
	font-size: 11px;
	text-decoration: none;
	border-bottom: #8D856C 1px dashed; 
	background-color: #C6BA96;
	padding: 1px;
	}
a.top:hover {
	color: #1B1A17;	
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	border-bottom: #1B1A17 1px dashed; 
	background-color: #AFA37F;
	padding: 1px;
	}

	/* Ypslideout menu stuff */

/* This is the main box around the top navigation  NOT USED HERE*/
	
	
	/* when you hover over the main links it puts a box around it */
	/* The menu is the actual flyout menus that appear when you mouseover the main nav */
	.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		/*border:1px solid #DDA40D;
		background-color:#DDA40D; */
		text-align: left;
		border-left: 1px solid #2F2F2F;
		border-right: 1px solid #2F2F2F;
	}
	
	/* This is the flyout menu options for font color etc */
	.menu a {
		color:#23684D; /*font color of flyout menu items */
		display:block;
		/* border-bottom:1px solid #E5E4E4; */
		padding-left:6px;
		padding-right:2px;
		padding-top:4px;
		padding-bottom:4px;
		text-decoration:none;
		background-color:transparent;
		font-size: 11px;
		border-bottom: 1px solid #2F2F2F;
		font-weight:bold;
		font-family: Arial, Tahoma, Verdana, sans-serif;
	}
	.menu a:link {
		background-color:#000000;
		color:#FFFFFF;
		font-size: 11px;
		font-weight:bold;
		text-decoration: none;
		font-family: Arial, Tahoma, Verdana, sans-serif;
	}
	
	.menu a:active {
		background-color:#000000;
		color:#FFFFFF;
		font-size: 11px;
		font-weight:bold;
		text-decoration: none;
		font-family: Arial, Tahoma, Verdana, sans-serif;
	}
	
	.menu a:visited {
		background-color:#000000;
		color:#FFFFFF;
		font-size: 11px;
		font-weight:bold;
		text-decoration: none;
		font-family: Arial, Tahoma, Verdana, sans-serif;
	}
	
	.menu a:hover {
		background-color:#FFFFFF;
		color:#0E5B98;
		font-size: 11px;
		font-weight:bold;
		text-decoration: none;
		font-family: Arial, Tahoma, Verdana, sans-serif;
	}
	
	
/* ====================================== */

.submit {
    BORDER-RIGHT: #8398B2 1px solid;
    BORDER-TOP: #8398B2 1px solid;
    BORDER-LEFT: #8398B2 1px solid;
    WIDTH: 70px;
    BORDER-BOTTOM: #8398B2 1px solid;
    BACKGROUND-COLOR: #D9E8FA;
    font-family: verdana,arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
	}
	
.btn {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
}

.btn_med {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
width:116px;
}

.btn_wide {border: 1px outset; cursor: pointer; font-size:9; font-weight: normal; margin: 0px 0px 0px 1px; padding: 1px 1px 1px 1px;
background-image: url(images/button2.gif);
background-image: repeat-x;
width:160px;
}

.formfield {
    border-left:1px solid #666;
    border-top:1px solid #666;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
    font-family: verdana,arial,sans-serif;
    font-weight: normal;
    font-size: 11px;
    BACKGROUND-COLOR: #f8f8f8;
    color: #3C3B3B;
}


