body {
	font: 100% Arial, Helvetica, sans-serif;
	background: url(images/background.gif);
	margin: 0;
	padding: 0;

	color: #000000;
	height: 100%;
}
#container {
	width: 984px;
	background: #FFFFFF url(images/contentBackground.jpg) no-repeat bottom;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	position: relative;
	padding-bottom: 102px;
	min-height: 600px;
	/*IE6*/
		height: auto !important;
		height: 600px;		
}
#shadowLeft {
	position: absolute;
	height: 100%;
	width: 20px;
	right: 984px;
	background-image: url(images/shadowLeft.png);
	background-repeat: repeat-y;
}
#shadowRight {
	position: absolute;
	height: 100%;
	width: 20px;
	left: 984px;
	background-image: url(images/shadowRight.png);
	background-repeat: repeat-y;
}
#header {
	height: 120px;
}
#nav {
	float: left;
	width: 238px;
	position: relative;
	padding-bottom: 41px;
	height: 288px;
	z-index: 50;
}
#nav #navBottom{
	background-image: url(images/navBottom.gif);
	position: absolute;
	height: 41px;
	width: 225px;
	left: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
}
#mainContent {
	margin: 0 0 0 238px;
	padding: 0px;
	position: relative;
	
}
#footer {
	background:url(images/footerBack.gif) repeat-x;
	height: 55px;
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#footer p, #footer a {
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
}
#footer #footerShadow {
	background-image: url(images/shadowFooter.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 75px;
	width: 1024px;
	left: -20px;
	top: -1px;
	z-index: 1;
}
#footer #footerTag {
	width: 550px;
	position: absolute;
	left: 8px;
	bottom: 8px;
	z-index: 2;
	display: block;
	text-align: left;
}
#footer #ccgTag {
	width: 200px;
	position: absolute;
	z-index: 3;
	right: 8px;
	bottom: 8px;
	display: block;
	text-align: right;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img.right {
	float: right;
	margin-right: 0px;
	margin-left: 16px;
	margin-bottom: 8px;
	margin-top: 0px;
}
img.left {
	float: left;
	margin-right: 16px;
	margin-left: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
}
/*
.form fieldset {
	margin: 16px 256px 16px 16px;
	background-image: url(images/fieldsetBack.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 8px;
}
.form legend {
	font-size: 16px;
	color: #336e4e;
	margin: 8px;
	font-weight: bolder;
}
.form label {
	display: block;
	width: 300px;
	margin: 8px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
.form input, .form select {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 1px;
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
}
.form textarea {
	margin: 1px;
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
}*/

/* Forms1 Section Here */
.form1 fieldset {
	/*margin: 16px 256px 16px 16px;*/
	margin: 16px;
	background-image: url(images/fieldsetBack.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
.form1 legend {
	font-size: 16px;
	color: #336e4e;
	margin: 8px;
	font-weight: bolder;
	
}
.form1 label, .form2 input {
    display: block;
    /*width: 250px;*/
    float: left;
    margin-bottom: 10px;
}
.form1 label {
    text-align: right;
    width: 100px;
    padding-right: 15px;
    padding-top: 1px;
    font-weight: bold;
    font-size: 12px;
}
.form1 br {
    clear: left;
}
.form1 .marginLeft {
	margin-left: 5px;
}
.form1 .formText {
	margin: 0 0 20px 10px;
	font-weight: bold;
    font-size: 12px;
}
.form1 .formTextRed {
	color: Red;
	font-weight: bold;
    font-size: 12px;
}
.form1 table {
    position: relative;
    left: -255px;
}
.form1 hr {
    width: 600px;
}
/* End Forms1 Section Here */

/* Forms2 Section Here */
.form2 fieldset {
	/*margin: 16px 256px 16px 16px;*/
	margin: 16px;
	background-image: url(images/fieldsetBack.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
.form2 legend {
	font-size: 16px;
	color: #336e4e;
	margin: 8px;
	font-weight: bolder;
	
}
.form2 label, .form2 input {
    display: block;
    /*width: 250px;*/
    float: left;
    margin-bottom: 10px;
}
.form2 label {
    text-align: right;
    width: 275px;
    padding-right: 15px;
    padding-top: 1px;
    font-weight: bold;
    font-size: 12px;
}
.form2 br {
    clear: left;
}
.form2 .marginLeft {
	margin-left: 5px;
}
.form2 .formText {
	margin: 0 0 20px 10px;
	font-weight: bold;
    font-size: 12px;
}
.form2 .formTextRed {
	color: Red;
	font-weight: bold;
    font-size: 12px;
}
/*.form2 table {
    position: relative;
    left: -255px;
}*/
.form2 hr {
    width: 600px;
}
/* End Forms2 Section Here */

