/* Main */
body {
	margin:0px 0px 0px 0px;
	background-image:url("design/back.png");
	background-repeat:repeat-x;
	background-color:#F396B2;
	color:#2A2427;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:150%;
}
a {
	color:#E53B6C;
}
a:hover {
	color:#FFFFFF;
}
li {
	margin:3px 0px 3px 0px;
}

/* Layout */
#header {
	width:100%;
	height:200px;
	background-image:url("design/header.png");
	background-repeat:no-repeat;
}
#header a {
	width:100%;
	height:200px;
	display:block;
}
#header a strong {
	display:none;
}
#maintext {
	margin:0px;
	padding:5px 5px 5px 290px;
	min-height:528px;
	background-image:url("design/side.png");
	background-position:top left;
	background-repeat:no-repeat;
}
ul#links {
	margin:0 auto 0 auto;
	padding:0px;
	height:20px;
}
ul#links li {
	list-style-type:none;
	float:left;
	width:16%;
	text-align:center;
}
ul#links li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
	background-color:#F06F97;
	color:#F9E7ED;
	padding:3px 0px 3px 0px;
}
ul#links li a:hover {
	background-color:#DF678D;
	color:#F9E7ED;
}
ul#links li#current {
	font-weight:bold;
	background-color:#FFFFFF;
	color:#F06F97;
	padding:3px 0px 3px 0px;
}

/* Heading */
h1, h2, h3 {
	padding:0px;
}
h1 {
	margin:20px 0px 15px 0px;
	padding-bottom:5px;
	color:#000000;
	border-bottom:1px solid #000000;
	font-size:25px;
	font-family:"Times New Roman", serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
h2 {
	margin:15px 0px 15px 0px;
	color:#D13B6A;
	font-size:22px;
	border-bottom:1px dashed #D13B6A;
	letter-spacing:2px;
}
h3 {
	margin:15px 0px 15px 0px;
	color:#FCEEED;
	font-size:20px;
	letter-spacing:2px;
}

/* Extra */
.nodisplay {
	display:none;
}
.noborder {
	border:none;
}
.float {
	float:left;
}
.clear {
	clear:both;
}
.strike {
	text-decoration:line-through;
}
.highlight {
	background-color:#F9C5DE;
	font-weight:bold;
	padding:1px 2px 1px 2px;
}
acronym {
	cursor:help;
}
.inline {
	display:inline;
}
