body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: 95%;
	display: inline;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	display: inline;
	font-weight: normal;
	color: #FF3099;
}

.georgia16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 105%;
	font-weight: normal;
	color: #000000;
}

.pink {
	color: #FF3099;
}

.blue {
	color: #0BCCFF;
}

#splashcontentpadding {
	padding:50px 30px 30px 50px;
}

#content {
	padding:30px 20px 30px 25px;
}

a:link { color:#FF3099; text-decoration:underline}
a:visited { color:#FF3099; text-decoration:underline}
a:hover { color:#0BCCFF; text-decoration:underline}
a:active { color:#FF3099; text-decoration:underline}

a.bluelink:link { color:#0BCCFF; text-decoration:underline}
a.bluelink:visited { color:#0BCCFF; text-decoration:underline}
a.bluelink:hover { color:#FF3099; text-decoration:underline}
a.bluelink:active { color:#0BCCFF; text-decoration:underline}

a.footer:link { color:#111111; text-decoration:none}
a.footer:visited { color:#111111; text-decoration:none}
a.footer:hover { color:#FF3099; text-decoration:underline}
a.footer:active { color:#111111; text-decoration:none}

.bg-left {
	background-image:  url("../images/core/bg-left.jpg");
	background-repeat: repeat-y;
	background-position: right;
}

.bg-right {
	background-image:  url("../images/core/bg-right.jpg");
	background-repeat: repeat-y;
	background-position: left;
}
.bg-content-splash {
	background-image: url(../images/splash/bg-content-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
