@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

p {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	color: #333333;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.lightcolortxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

#contentwapper {
	height: 100%;
	width: 325px;
	padding-top: 50px;	
}

#footerdis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	padding-top: 5px;
}

.header {
	height: 255px;
	width: 325px;
	background-image: url(/images/header_light.jpg);
	background-repeat: no-repeat;
	margin-top: 13px;
}

/* text hover fx */

A:visited  {
	color: #0298CB;
	text-decoration: underline
}
A:link  {
	color: #0298CB;
	text-decoration: underline
}
A:active  {
	color: #0298CB;
	text-decoration: underline
}
A:hover   {color: #0298CB;  text-decoration: none}

/* on light styles */

#colorchanger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	float: right;
	height: auto;
	width: 100px;
	padding-right: 20px;
}

#colorchng-site {
	background-color: #CC0000;
	height: 100%;
	width: 100%;
}
