td { 
    padding: 0px; 
    } 
table { 
    border-collapse: collapse; 
    border-spacing: 0px; 
    } 
table, img, div { 
    border: 0px; 
    }
.pagebody {
	background-color:#666;
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
    }
a { color: #CCC; text-decoration: underline; }
a:hover   { color: #E73998; text-decoration: underline; }	
#outer {
	width: 960px;
    margin-top: 0px;
    margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: top;
	position: relative;
	}
	/* Masthead Styles BEGIN */
#masthead-container {
    width: 955px;
    height: 170px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	/* Masthead Styles END */
	
		/* Main Navigation Styles BEGIN */
#nav-container {
	position: absolute;
	top: 170px;
	left: 0px;
    width: 960px;
	height: 40px;
	}
#nav-top {
	width: 960px;
	height: 5px;
	background: url(../graphics/common/nav/nav_top_v2.jpg) no-repeat;
	overflow: hidden;
    }
#nav-but-row-container {
	width: 960px;
	height: 23px;
    }
.nav-but-row-tbl {
	width: 960px;
    }
.nav-but-row-tbl td {
	height: 23px;
	vertical-align: top;
	text-align: left;
    }
#nav-bot-left {
	width: 3px;
	height: 12px;
	background: url(../graphics/common/nav/nav_bot_left_v2.jpg) no-repeat;
	float: left;
	overflow: hidden;
    }
#nav-bot-ctr {
	width: 953px;
	height: 12px;
	background: url(../graphics/common/nav/nav_bot_tile_v2.jpg) repeat-x;
	float: left;
	overflow: hidden; 
    }
#nav-bot-rt {
	width: 4px;
	height: 12px;
	background: url(../graphics/common/nav/nav_bot_rt_v2.jpg) no-repeat;
	float: left;
	overflow: hidden;
    }
	/* Main Navigation Styles END */
	
	/* Main Content Styles BEGIN */
#main-cont-container {
	position: absolute;
	width: 960px;
	background: url(../graphics/common/content_tile_v2.jpg) repeat-y;
	vertical-align: top;
	text-align: left;
	top: 210px;
	left: 0px;
	clear: both;
	}
#variable-cont-container {
	position: relative;
	width: 860px;
	margin-left: 50px;
    margin-right: 50px;
	top: 0px;
	left: 0px;
	min-height: 400px;
	color: #CCC;
    }
* html #variable-cont-container {
	height: 400px; /* Min Height Hack for IE6 */
    }
	/* Main Content Styles END */

	/* Footer Styles BEGIN */
#footer-container {
    width: 960px;
    height: 50px;
	position: relative;
	color: #000;
	}
#footer-top-left {
	width: 10px;
	height: 13px;
	background: url(../graphics/common/footer_top_left_v2.jpg) no-repeat;
	float: left;
	overflow: hidden;
    }
#footer-top-ctr {
	width: 941px;
	height: 13px;
	background: url(../graphics/common/footer_top_tile_v2.jpg) repeat-x;
	float: left;
	overflow: hidden;
    }
#footer-top-rt {
	width: 9px;
	height: 13px;
	background: url(../graphics/common/footer_top_rt_v2.jpg) no-repeat;
	float: left;
	overflow: hidden;
    }
#footer-content {
	clear: both;
	width: 960px;
	background: url(../graphics/common/footer_ctr_tile_v2.jpg) repeat-y;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
    }
#footer-content a { color: #000; text-decoration: none; }
#footer-content a:hover   { color: #609; text-decoration: underline; }	
#footer-bot-left {
	width: 2px;
	height: 9px;
	background: url(../graphics/common/footer_bot_left_v2.jpg) no-repeat;
	float: left;
	overflow: hidden;
    }
#footer-bot-ctr {
	width: 956px;
	height: 9px;
	background: url(../graphics/common/footer_bot_tile_v2.jpg) repeat-x;
	float: left;
	overflow: hidden;
    }
#footer-bot-rt {
	width: 2px;
	height: 9px;
	background: url(../graphics/common/footer_bot_rt_v2.jpg) no-repeat;
	float: left;
	overflow: hidden;
    }
	
	/* Footer Styles END */
	
.contact-form-tbl {
    width: 600px;
	}
.contact-form-tbl td {
	vertical-align: top;
	text-align: left;
	padding: 10px 10px 10px 20px;
	}	
	
fieldset {
    border: 1px solid #000;
	padding: 0px 10px 10px 10px;
	width: 680px;
	}
legend {
    color: #FFF;
    background: #999;
    border: 1px solid #000;
    padding: 2px 6px;
	font-weight: bold;
	font-style: italic;
	}	
.form {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	vertical-align: top;
	text-align: left;
	}
.form input {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	}
.form select {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	}
input.contact {
    background-color:#FCDE00;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:14px;
	color: #000;
    border-top-color:#000;
    border-right-color:#000;
    border-bottom-color:#000;
    border-left-color:#000;
	border: solid 1px;
    }
.red {
    color: #F00;
	}		
.blkb {
     color: #000;
	 font-weight: bold;
	 }		
.ital {
    font-style: italic;
	}
.bold {
    font-weight: bold;
	}
.bolder {
    font-weight: bolder;
	}		
.red-ital {
    color: #F00;
	font-style: italic;
	}
.bold-und {
    font-weight: bold;
	text-decoration: underline;
	}
.red-bold {
    font-weight: bold;
	color: #F00;
	}
.sm-ital {
    font-size: 11px;
    font-style: italic;
	}
#footer {
	text-align: center;
    }
#footer a { color: #FEE459; text-decoration: none; }
#footer a:hover   { color: #E73998; text-decoration: underline; }

