* {
	padding: 0px;
	margin: 0px;
	}
Body {
	background:#FFFFFF url(images/bg.jpg) left top repeat-x;
	font: 13px Arial, Tahoma, Verdana,Helvetica, sans-serif;
	color: #292a2a;
	line-height: 1.3em;
	}
form {
	margin: 0px;
	padding: 0px;
	}
label {
	float: left;
	width: 30%;
	}	
img {
	border: 0px;
	}
img.floatRight {
  margin: 5px 0 5px 10px;
  float: right;
}
img.floatLeft {
  margin: 5px 10px 5px 0;
    float: left;
}
UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}
UL LI{
	background: url(../images/default_bullet.gif) left 6px no-repeat;
	padding: 0px 0px 5px 18px;
	}
H1,H2,H3,H4,H5,H6  {
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 12px;
	font-family: Rockwell, Helvetica, "Lucida Sans Unicode";
	}
H1,H2,H3,H4,H5,H6 {
	line-height: 1.5em;
	}
P {	
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
	}
H1 {
	font-size: 2em;
	}
H2 {
	font-size: 1.8em;
	}
H3 {
	font-size: 1.6em;
	}
H4 {
	font-size: 1.4em;
	}
H5 {
	font-size: 1.2em;
	}
H6 {
	font-size: 0.9em;
	}
A {
	text-decoration: underline;
	color: #9c1e8a;
	}
A:hover {
	text-decoration: none;
	}
	
/* =LAYOUT - the main layout styles */

/*Container*/
#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px 7px;
	background: #FFF;
	}
.content {
	width: 92%;
	margin: 0px auto;
	padding: 25px 10px 10px 15px;
	}
.thumbnail {
	padding: 2px;
	border: 1px solid #CCC;
	}
.purple-txt {
	color: #9c1e8a;
	}
.green-txt {
	color: #159133;
	}
.clear {
	clear: both;
	}
	
#footer {
	padding-top: 7px;
	}
#footer Table {
	border-top: 2px solid #dedede;
	width: 100%;
	}
#footer Table TD.copyright {
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	}
#footer Table TD.copyright A {
	color: #000000;
	text-decoration: none;
	}
#footer Table TD.copyright A:hover {
	color: #9c1e8a;
	text-decoration: underline;
	}
	
#footer Table TD.social-media {
	color: #9c1e8a;
	font-size: 14px;
	font-weight: bold;
	}
#footer Table TD.social-media img {
	margin: 0px 3px;
	}
