/* ############################ Text Styles ################################# */
body{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	line-height: 1.8;
	background-color: transparent;
	color: #282828;
}

p {
	line-height: 1.8;
}
h1 {
	margin: -13px 0 -8px 0;
	padding: 4px 0 1px 0;
	font-size: 26px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	color: #ff6cc4;
}
.sIFR-active h1 {font-size: 30px; margin-top: -3px; margin-left: -1px; margin-bottom: -5px;}
h2 {
	margin: -5px 0px -2px -1px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
	color: #ff6cc4;
}
.sIFR-active h2 {font-size: 18px; margin-top: 0px; margin-left: -1px; margin-bottom: -5px;}
#footer p {
	font-size: 10px;
}

a  { text-decoration:none; color: #ff6cc4; }
a:hover { color: #282828; }


/* ############################ RTE ################################# */
/* ### styles required to make RTE look correct in edit mode  ### */
.mceContentBody {  background-image: none !important; }
.mceContentBody a {color: #ff6cc4 !important; text-decoration:none !important; }
.mceContentBody a:hover {color: #282828 !important; }


/* ############################ Column with rounded corners ################################# */


/* ############################ Column with background color ################################# */

/* black */
td.col-color1 {
	background: #000000;
	border: 0px;
	background: #000000 url(img/color1_bg.png) repeat-x;
}

.col-color1 a:hover { color: #ffffff!important; }

.col-color1 {
	color: #ffffff;
}

/* pink */
td.col-color2 {
	background: #ff6ec3;
	border: 0px;
}
.col-color2 {
	color: #ffffff;
}

.col-color2 h1, 
.col-color2 h2, 
.col-color2 p,
.col-color2 a:hover {
	color: #ffffff!important;
}
.col-color2 a {
	color: #000000!important;
}

/* gray */
.col-color3 {
	border: 0px;
	background: #ffffff url(img/color3_bg.png) repeat-x;
}

/* ############################ Tables ################################# */

.contenttable {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 14px;
	margin-left: -1px;
}
.contenttable th, .contenttable thead td {
	padding: 4px 9px 6px 9px;
	font-weight: bold;
	text-align: left;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	background: #000000;
	color: #ffffff;
}
.contenttable td {	
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	padding: 4px 9px 6px 9px;
	background: #f2f2f2;
}

/* ############################ Lists ################################# */

ol, ul {
	margin: -1px 0 0 10px;
	padding: 0 0 11px 15px;
}
ul li ul {
}
ul li {
	list-style-image: url(arrow.gif);
	list-style-position: outside;
}

/* ############################ Text/Image Positioning ################################# */

img {border: 0;}
p img {margin: 5px 0 0 0; padding-bottom: 5px; }
p {margin: 0; padding: 0 0 10px 0;}
.image-left {padding: 0; margin-right: 10px; float: left;}
.image-right {padding: 0; margin-left: 10px; float: right;}
.align-right {text-align: right;}
.align-center {text-align: center;}

