	/* Generic Elements to both color schemes */
	
	body {
		background-color: #CCEFFC;
	}
	
	#green {
		background: #ECF3C0;
	}
	
	.intro {
	width: 336px;
	margin-top: 90px;
	margin-left: 15px;
	float: right;
	}
.intro p {
	font-size: 13px;
}
	
	.intro h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 25px;
	}
	
	#dialog {
		display: none;
	}
	
	#wrapper {
		/*background: #FFFFFF url(images/bg.png) repeat-y;*/
		width: 1047px;
		margin: auto;
	}
	
	#green #wrapper {
		/*background: #FFFFFF url(images/bg_g.png) repeat-y;*/
		width: 1047px;
		margin: auto;
	}	

	#header-shadow {
		/*background: url(images/topshadow.png) no-repeat;*/
		width: 1045px;
		height: 23px;
		margin: auto;	
	}
	
	#green #header-shadow {
		/*background: url(images/topshadow_g.png) no-repeat;*/
		width: 1045px;
		height: 23px;
		margin: auto;	
	}	

	/*#footer-shadow {
		background: url(images/bottomshadow.png) no-repeat;
		width: 1045px;
		height: 23px;
		margin: auto;	
	}
	
	#green #footer-shadow {
		background: url(images/bottomshadow_g.png) no-repeat;
		width: 1045px;
		height: 23px;
		margin: auto;	
	}	*/

	#content .topimg {
		margin: 0px 24px 0px 0px;
		padding: 0px;
		float: left;
	}
	
	.topimg2 {
	margin: 0px 0px 0px 24px;
	padding: 0px;
	float: right;
	}	
	
	h2 {
		font-family: Arial;
		font-size: 15px;
		font-weight: normal;
		color: #707070;
		margin: 0px 0px 0px 0px;
		padding-top: 23px;
	}
	
	h3 {
		font-family: Arial;
		font-size: 15px;
		font-weight: normal;
		color: #707070;
		margin: 0px 0px 0px 0px;
		padding-top: 0px;
		padding-left: 23px;
	}
	
	
	#content2-2 h2 {
		margin-left: 25px;
		font-weight: bold;
	}

	.clear {clear: both;}
	
	a {color: #06a3f5;}
	
	.trlogo {
		position: relative;
		float: left;
		top: 0px; left: 0px;
		margin: 0px; padding: 0px; border-width: 0px;
	}
	
	.trlogo img {
		border: 0px;
	}
	
	/* Blue color scheme specifics */

	#blue #header {
		width: 1002px;
		height: 153px;
		background: url(images/home_header.jpg) no-repeat;
		margin: 0px 22px;
	}
	
	#blue #content {
		width: 1002px;
		margin: 0px 22px;
		font-family: Arial;
		font-size: 11px;
		color: #666666;
		background: #FFFFFF;
	}
	
	#blue #content p {
		margin-left: 24px;
		margin-right: 24px;
		line-height: 17px;
	}
	
	/*#blue #footer {
		width: 1002px;
		background-color: #00AEF0;
		margin: auto;
		text-align: right;
		font-family: Arial;
		font-size: 10px;
		color: #FFFFFF;
		line-height: 35px;
	}
	
	#footer a {
		color: #FFFFFF;
	}
	
	#blue #footer span {
		margin-right: 15px;
	}*/
	
	.blue {
		height: 6px;
		background: url(images/separator_blue.jpg) repeat-x;
		width: 1002px;
		border-width: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	.h2blue {
		color: #06A3F5;
	}
	
	.h2bblue {
		color: #06A3F5;
		font-weight: bold;
	}	
	
	/* Green color scheme specifics */
	
	#green #header {
		width: 1002px;
		height: 153px;
		background: url(images/family_header.jpg) no-repeat;
		margin: 0px 22px;
	}
	
	#green #content, #content2-2, #content2 {
		width: 1002px;
		margin: 0px 22px;
		font-family: Arial;
		font-size: 11px;
		color: #666666;
		background: #FFFFFF;
	}

	#green #content p, #content2-2 p {
	margin-left: 24px;
	margin-right: 24px;
	line-height: 17px;
	font-family: Arial;
	margin-bottom: 0px;
	}
	
	#content2 p {
	line-height: 24px;
	margin: 14px 30px 25px 28px;
	}

	#green #footer {
		width: 953px;
		/* background-color: #c1d72e; */
		background-color: #0458A0;
		margin: 0px auto;
		text-align: right;
		font-family: Arial;
		font-size: 10px;
		color: #FFFFFF;
		line-height: 35px;
	}
	
    .alternative {
		width: 1002px;
		background-color: #7c9800;
		margin: 0px auto;
		text-align: right;
		font-family: Arial;
		font-size: 10px;
		color: #FFFFFF;
		line-height: 35px;
	}	

	#green #footer span, .alternative span {
		margin-right: 15px;
	}
	
	.alternative a {
		color: #FFFFFF;
	}

	#green .box-2-right {
		width: 370px;
		float: left;
		font-size: 12px;
		background: #7b9801 url(images/families_rightbox_bg.png) repeat-x;
		position: relative;
		min-height: 329px;
	}
	
	#green .box-2-left {
		width: 632px;
		float: left;
		font-size: 12px;
		background: #FFFFFF;
		position: relative;
	}
	
	#gnavigation .quote {list-style: url(images/quote_g.png);	}

	
	.green {
		height: 6px;
		background: url(images/separator_green.jpg) repeat-x;
		width: 1002px;
		border-width: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	.greenh {
		height: 33px;
		background: url(images/bgg.png) repeat-x;
		width: 1002px;
		border-width: 0px;
		margin: 0px;
		padding: 0px;
		margin-left: 22px;
	}	
	
	.h2green {
		color: #c1d72e;
	}
	
	.h2bgreen {
		color: #c1d72e;
		font-weight: bold;
		margin-left: 23px;
	}
	
	#green small {
		line-height: 10px;
	}
	
	#green #content2 {
	width: 1002px;
	height: 405px;
	background: #FFFFFF url(images/home-bannerbg.jpg) no-repeat;
	/*background: #FFFFFF url(images/home-bannerbg2.jpg) no-repeat;*/
	margin-left: 22px;
	}
	
	#green #content2-2 {
	width: 1002px;
	height: 269px;
	background: #FFFFFF;
	margin-left: 22px;
	}						

	/* Top Dropdown */
	
	#nav img {border: 0px;}
	#nav { display: block; margin: 0; padding: 0; position: relative; margin-left: 678px; top: 74px; }
	#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
	#nav .fc {margin-right: 5px;}
	#nav a { display: block; }
	#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
	* html #nav ul { line-height: 0; } /* IE6 "fix" */
	#nav ul a { zoom: 1; } /* IE6/7 fix */
	#nav ul li { float: none; 		border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF;}
	#nav ul ul { top: 0; }
	#nav ul { width: 142px; background: #FFFFFF; overflow: hidden;}

	#nav ul a {
		color: #00AEF0;
		font-family: Arial;
		font-size: 11px;
		text-decoration: none;
		width: 100%;
		padding: 5px;
		
	}
	
	#nav ul a:hover {background: #CCEFFC;}
	
	#nav ul li:hover {
		border-top: 1px solid #00AEF0;
		border-bottom: 1px solid #00AEF0;
	}
	
	/* Misc elements for content areas of different pages */
	/* 2 of 50% width columns */

	.box-of-2 {
		width: 501px;
		float: left;
		height: 264px;
		font-size: 12px;
	}

	.box-of-2 img {
		float: left;
		margin-right: 18px;
	}
	
	.box-of-2 .button {
		margin: 30px 0px 0px 50px;
		border: 0px;		
	}
	
	/* 3 of ~33% width columns */
	
	.box-of-3 {
		width: 330px;
		float: left;
		font-size: 12px;
	}
	
	.box-of-3-central {
		width: 331px;
		margin: 0px 5px 0px 5px;
		float: left;
		font-size: 12px;	
	}
	
	.box-of-3 h2, .box-of-3-central h2 {
		height: 33px;
		background: url(images/about_h2_bg.jpg) repeat-x;
		margin-top: 3px;
		padding: 0px;
		text-align: center;
		line-height: 33px;
		color: #FFFFFF;
	}	
	
	.box-of-3 ul, .box-of-3-central ul {
		margin: 0px 22px 0px 22px;
		padding: 0px 0px 0px 25px;
	}
	
	.box-of-3 ul li, .box-of-3-central ul li {
		list-style: circle;
		margin: 0px 0px 11px 0px;
	}

	/* 2 of different width columns for majority of pages */

	#boxcontainer {
		float: left;
		background: url(images/bgfix.png) repeat-y;
		width: 1002px;
	}
	
	#green #boxcontainer {
		float: left;
		background: url(images/bgfixg.png) repeat-y;
		width: 1002px;
	}	
	
	#navigation {
		padding: 0px 25px 0px 15px;
	}
	
	.ie6 #navigation, .ie7 #navigation {
		margin: 0px;
		padding-top: 23px;
	}
		
	.box-2-left {
		width: 369px;
		float: left;
		font-size: 12px;
		background: url(images/actrg_leftbox_bg.png) repeat-x;
		min-height: 329px;
	}
	
	.box-2-left img {
		padding-left: 19px;
		padding-bottom: 19px;
	}
	
	.box-2-left a:link, .box-2-left a:visited, .box-2-left a:active {
		color: #FFFFFF;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
		display: block;
		padding-left: 5px;
		padding-bottom:3px;
		line-height: 17px;
	}
	
	.box-2-left a:hover {
		background-color: #004172;
	}	
	
	.box-2-left ul li {
		list-style: none;
		line-height: 24px;
	}
	
	.box-2-left .quote { 
		list-style: url(images/quote.png);	
	}
	
	.quote { 
		margin: 25px;	
		padding: 0px;
		color: #FFFFFF;
		font-size: 12px;
		font-family: Arial;
	}
	
	small {
		line-height: 10px;
	}
	
	.box-2-left li ul { 
		padding: 0px;
		margin-left: 25px;
	}
	
	.box-2-left ul li ul li {
		list-style: url(images/arrow.png);
		line-height: 20px;
		color: #FFFFFF;
		font-size: 10px;
		text-transform: uppercase;
	}
	
	.box-2-left ul li ul li a {
		font-size: 10px;
	}
	
	.box-2-right {
		width: 632px;
		float: right;
		font-size: 12px;
	}
	
	.box-2-right ul li, ol li {
		margin-bottom: 11px;
		margin-left: 25px;
		margin-right: 25px;
	}
	
	.box-2-right a {
		color: #06a3f5;
	}
	
	.box-2-right h2 {
		margin: 0px 23px;
	}
	
	
	#faq .h2blue {
		cursor: pointer;
		font-size: 12px;
		color: #333333;
		font-weight: bold;
		line-height: 12px;
		margin-top: 12px;
		padding-top: 0px;
	}
	
	.a11 a { font-size: 11px;}


	/* Couple small fixes */
	
	.ie6 #content p, .ie7 #content p {
		padding: 0px; margin: 0px;
	}
	
	.ie6 .quote, .ie7 .quote {
		margin-top: 24px;
	}
	
	.ie6 .green, .ie6 .blue {
		margin-bottom: -8px;
	}
	
	.ie6 #navigation li
	{
		padding: 0px;
		margin-bottom: -25px;
	}
	
	.ie6 .quote {
		margin-bottom: 25px;
	}
	
	.ie6 #green .box-2-right {
		float: right;
		position: relative;
		width: 367px;
	}
	
	.ie6 #green .quote {
		padding: 0px; margin: 20px; margin-bottom: 10px; margin-top: 10px;
	}
	
	.ie6 #box-2-right .quote {
		background: none;
	}
	
	
	.feedback {float: left; text-indent: 18px;}
	.feedback a {text-decoration: underline;}
	
	.contact1 {float: left; width: 270px; border-top: 1px dotted #046eb9;}
	.contact2 {float: right; margin-right: 25px; width: 270px; border-top: 1px dotted #046eb9;}
	
	.ie6 .contact1, .ie6 .contact2, .ie7 .contact1, .ie7 .contact2 { margin-top: 12px;}
	
	.ie6 .h2blue, .ie6 .h2bblue, .ie6 .h2bgreen, .ie6 .h2green, .ie7 .h2blue, .ie7 .h2bblue, .ie7 .h2bgreen, .ie7 .h2green, .ie6 .box-of-3 h2, .ie7 .box-of-3 h2, .ie6 .box-of-3-central h2, .ie7 .box-of-3-central h2 {
		margin-bottom: 25px;
	}
	
	.ie6 #blue #content .box-of-3 p, .ie7 #blue #content .box-of-3 p, .ie6 #blue #content .box-of-3-central p, .ie7 #blue #content .box-of-3-central p, .ie6 #ajaxContent p, .ie7 #ajaxContent p {
		margin-bottom: 25px;
	}

	.ie7 #themes div, .ie6 #themes div {
		padding-top: 25px;
	}
	
	.small {
		line-height: 14px;
		font-size: 11px;
		color: #FFFFFF;
		padding: 0px 30px 0px 41px;
		margin-top: -30px;
		}
	
	 .ref-right {
	 	padding-left: 65px;
		margin-top: 0px;
	 }
	
	.box-2-right h3.h2blue{
		margin: 0px 0 10px 0;
		border: 0;
	}
	
	.ie6 .small {
		margin-top: 25px;
	}
	
.div_subtext {
	height: 224px;
	width: 258px;
}

/* contest styles */
ul.bulletleft {
	margin:0;
	padding-left:12px;
}

.input {
	font-family: Arial;
	background-color:#FFFFFF;
	height:17px;
	padding:2px;
	margin-left:0px;
	border:1px #06A3F5 solid;
	color:#666666;
	font-size:12px;
}

.contestbutton {
	background-color:#C1D72E;
	font-size:15px; 
	font-weight:bold; 
	color:#06A3F5; 
	padding:6px 8px 6px 8px;
	*padding:3px 1px 3px 1px;
	border:1px solid #06A3F5;
}

.select {
	font-family: Arial;
	margin-left:0px;
	color:#666666;
	font-size:12px;
}

.option {
	font-family: Arial;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	height:15px;
	padding-left:2px;
	padding-right:10px;
	margin-left:0px;
}

.textarea {
	font-family: Arial;
	font-size:12px;
	color:#666666;
	background-color:#FFFFFF;
	border:0;
	padding:2px;
	margin-left:0px;
	border:1px #06A3F5 solid;
}

.box-2-left ul li.prize {
		list-style: url(images/arrow.png);
		line-height: 20px;
		color: #FFFFFF;
		font-size: 10px;
		text-transform: uppercase;
		padding-right:8px;
	}
	
.h2left {
		color:#c1d72e;
		padding:20px 0 20px 23px;
		font-size:15px;
		font-weight:normal;
	}	
	
.h3white {
	color:#ffffff;
	font-weight:bold;
	font-size:12px; 
}	

.legal {
	font-size:9px;
	line-height:10px;
}

.legal_div {
	padding-top:135px;
}

.required {
	font-size:14px;
	color:#FF0000;
	/*padding-right:10px;*/
}

.notrequired {
	padding-right:12px;
}

/* homepage 3 column banner */

.threecolumntext {
	width:220px;
	height:260px;
}

.div_subtext_3column {
	height:224px;
	width:250px;
}

.contest3column {
	width: 220px;
	margin-top: 90px;
	/*margin-right: 15px;*/
	padding-right:15px;
	float: right;
	line-height:17px;
	}
.contest3column p {
	font-size: 13px;
}

.contest3column h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	}
	
.intro3column {
	width: 220px;
	margin-top: 90px;
	/*margin-left: 15px;*/
	padding-left:15px;
	float: left;
	line-height:17px;
	}
.intro3column p {
	font-size: 13px;
}

.intro3column h2 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	}	
	
#homecontent2 {
		width: 1002px;
		margin: 0px 22px;
		font-family: Arial;
		font-size: 11px;
		color: #666666;
		background: #FFFFFF;
	}
	
#green #homecontent2 {
	width: 1002px;
	height: 405px;
	/*background: #FFFFFF url(images/home-bannerbg.jpg) no-repeat;*/
	background: #FFFFFF url(images/home-bannerbg2.jpg) no-repeat;
	margin-left: 22px;
	}

#homecontent p {
	margin-left: 24px;
	margin-right: 24px;
	line-height: 17px;
	font-family: Arial;
	margin-bottom: 0px;
	}	


#footer ul li {
	text-align: left;
}
