/*EXTERNAL SITE COLOR INFORMATION*/


/*THINGS THAT ARE RED #862632***********************/

#defaultFooter
{
	background-color: #C8BAA2; /*new user box*/
}

#defaultForm,
#defaultForm .item input,
#defaultFooter,
#signupFooter
{
	border-color: #000000; /*borders around right boxes*/
}

h2,
#defaultColumn h3,
#defaultForm label.hint a,
#defaultForm .item input.button
{
	color: #000000; /*logout text and signin button text*/
}

#defaultForm label
{
	color: #FFFFFF; /*text in sign in box*/
}
	
#defaultForm h2
{
	color: #FFFFFF; /*text headings in teal boxes*/
}

#infoColumn h3
{
	color: #8C4040; /*text headings on left side of page*/
}

#footer 
{
	background-color: #FFFFFF;
}	

/***************************************************/

/*THINGS THAT ARE DARK BROWN #CEAE86****************/

#defaultForm,
#signupFooter
{
	background-color: #00757B; /*sign in and learn more boxes*/
}


/***************************************************/

/*THINGS THAT ARE MEDIUM BROWN #EFCB9C**************/

#defaultForm .terms
{
	border-color: #EFCB9C;
}

#defaultForm .item input.button
{
	background-color: #C8BAA2; /*Sign In button background*/
}

/***************************************************/

/*THINGS THAT ARE LIGHT BROWN #FFE4C2***************/

#wrap
{
	background-color: #FFFFFF; /*right frame background*/
}

#defaultColumn.double #defaultForm .item
{
	border-color: #FFE4C2;
}

#defaultFooter h2
{
	color: #00757B; /*New user? text*/
}

/***************************************************/

/*THINGS THAT ARE WHITE #FFFFFF*********************/

#defaultForm .terms
{
	background-color: #FFFFFF;
}

#wrap
{
	border-color: #EEE0BF; /*Border around page*/
}
#footer
{
	border-color: #FFFFFF; /*Border around footer*/
}

#defaultFooter a
{
	color: #FFFFFF;
}

/***************************************************/

/*THINGS THAT ARE BLACK #000000*********************/

#defaultColumn h3.alert
{
	color: #000000;
}

/***************************************************/

/*THINGS THAT ARE RED #FF0000***********************/

#defaultForm label.alert
{
	color: red;
}
/***************************************************/


/*FONT INFORMATION*/

h2
{
	font-family: verdana, serif;
}



