@charset "utf-8";

/* CSS Document */

body {
	background-color:#FFFFFF;
}

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#7E0059;
	padding-left:30px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#7E0059;
}

p, b, li, a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}

b {
	color:#7E0059;
}

ul.nav {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.nav li {
	background-color:#FFD7FF;
	border:1px solid #FF9BFF;
	display:inline-block;
	padding:13px;
	width:129px;
}

ul.nav li:hover {
	background-color:#FFBCFF;
}

li a {
	color:#7E0059;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.mainContent {
	background-color:#E6E6E6;
	border:1px solid #CCCCCC;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	padding-left:100px;
	padding-right:100px;
	width:730px;
}

.footerMenu {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
}

img {
	border:0px;
}

.copyRight, .hosting {
	color:#333333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
}

.hosting {
	color:#666666
}

.topRow {
	background:url(../_images/bg_top.gif) repeat-x top;
}

.botRow {
	background:url(../_images/bg_bot.gif) repeat-x bottom;
}

.centralcolumn {
	background-image:url(../_images/bg_outer.png);
	width:1002px;
}

.centralcolumn_AA {
	background-image:url(../_images/bg.png);
	width:1002px;
	height:130px;
}

.purple {
	background-color:#7E0059;
}
