@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
	background: #000;
}
p {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000;
}
.pink {
	color:#EB34B5;
}
a {
	font-family:"Times New Roman", Times, serif;
	color:#EB34B5;
	text-decoration:none;
}
#latestBlog {
	background: url('../images/paper-bg.jpg') no-repeat;
	width:auto;
	height:auto;
	padding:10px;
	padding-top:80px;
	text-align:center;
	vertical-align:top;
	font-size:16px;
}
#latestBlog h3 {
	font-size:18px;
	color:#EB34B5;
}
#sidePanel {
	float:right;
	color:#000;
	width:200px;
	border:none;
	text-align:center;
	vertical-align: top;
}
#wrapper {
	width: auto;
	margin: 0 auto;
	background: #fff;
}
#topWrapper {
	height: 255px;
	background: #fff url('../images/top-bg.jpg') repeat-x;
}
#top {
	height: 128px;
}
#nav {
	width: 1000px;
	height:19px;
	text-align:right;
	font-size:18px;
	margin-right:20px;
}
/*#title
{
	vertical-align:top;
	width: 1000px;
	height:auto;
	margin-top:24px;
	text-align:left;
}*/
#middle {
	width: 1000px;
	height:auto;
	vertical-align: top;
	margin-top:-70px;
}
#textContent {
	width:auto;
	height:auto;
	vertical-align:top;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
}
#flashContentHome {
	width:100%;
	height:620px;
	margin-top:-40px;
	vertical-align:top;
	float:left;
}
#flashContent {
	width:950px;
	height:700px;
	margin-top:-30px;
	vertical-align:top;
}
#bottomWrapper {
	width: auto;
	height: auto;
	background: #000;/*url('../images/bottom-bg.jpg') repeat-x*/
}
#bottom {
	width: auto;
	height: 63px;
	background: #000 url('../images/bottom-bg.jpg') repeat-x;
}
#bottomText {
	width: 1000px;
	height:18px;
	padding-top:30px;
	text-align:center;
}
a:hover {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}
.navText a {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
}
.navText a:hover {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}
.navTextOver a {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}
.navTextOver a:hover {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
}
.footerText a {
	font-family:"Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
}
.footerText a:hover {
	font-family:"Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}
.bottomFooterText {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
.bottomFooterText a {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
.bottomFooterText a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#EB34B5;
	text-decoration:none;
}
h1 {
	font-size:xx-large;
	font-weight:bold;
}
h2 {
	font-size:x-large;
	font-weight:bold;
}
h3 {
	font-size:24px;
	font-weight:bold;
}
h4 {
	font-size:medium;
	font-weight:bold;
}

