/* General */

body
{
	background: #ffffff url(../img/bg.jpg) repeat fixed top right;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #333333;
	font-family: verdana;
}
input, textarea, select, table
{
	font-family: verdana;
	font-size: 1em;
}
img
{
	border: 0px;
}
a
{
	color: #ff33cc;
	text-decoration: none;
}
a:hover
{
	color: #cc6699;
	text-decoration: underline;
}
p
{
	margin-top: 15px;
	margin-bottom: 15px;
}
h1
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #9966cc;
}
h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #9966cc;
}
h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px dashed #ff33cc;
}
h4
{
	color: #9966cc;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

/* Layout */

#container
{
	background: none;
	width: 692px;
	margin: 0px auto;
	margin-top: 5px;
	text-align: left;
	padding: 0px;
	border-left-width: 2px;
	border-left-style: ridge;
	border-right-width: 2px;
	border-right-style: groove;
	border-top-width: 1px;
	border-top-style: ridge;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	font-size: 0.9em;
}
#header
{
	background: none;
	width: 692px;
	/* height: 182px; */
}
#header_more
{
	background: #9966cc;
	width: 692px;
}
#content
{
	background: #ffffff url(../img/cbg.jpg) no-repeat top left;
	width: 692px;
	text-align: left;
}
#content_main
{
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 20px;
	text-align: justify;
	overflow: auto;
}
#footer
{
	width: 692px;
	height: 16px;
	background: #9966cc url(../img/nav.jpg);
	padding-top: 5px;
	padding-bottom: 7px;
}
#nav
{
	margin: 0px;
	margin-left: 38px;
	padding: 0px;
	list-style-type: none;
	color: #ffcccc;
}
#nav li
{
	display: inline;
}
#nav a
{
	font-family: tahoma;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #ffffff;
}
#nav a:hover
{
	color: #ffffcc;
	text-decoration: underline;
}
#copyright
{
	font-size: 0.9em;
	width: 692px;
	margin: 0px auto;
	padding: 5px;
	padding-left: 0px;
	text-align: center;
}
#copyright a
{
	color: #333333;
	text-decoration: none;
}

/* Common formatting */

.highlight
{
	color: #ff33cc;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.clear
{
	clear: both;
}
.bold
{
	font-weight: bold;
}

span.firstcap
{
	font-family: tahoma;
	font-size: large; 
	color: #9966cc;
}
div.hr
{
	font-size: 0.1em;
	background: url(../img/bg.jpg) repeat;
	width: 100%;
	height: 8px;
	margin: 15px 0px 15px 0px;
}
div.message
{
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #9966cc;
	margin-top: 10px;
	background-color: #ccd6ff;
}
div.note
{
	font-size: 0.9em;
	line-height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:10px;
	padding-right:10px;
	background-color: #f9f1fc;
}
div.note p
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Pager */

div.pager
{
	font-size: 11px;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: right;
}
div.pager span.this
{
	font-weight: bold;
	text-decoration: underline;
}
div.pager a.nav
{
	color: #333333;
	margin-left: 2px;
	margin-right: 2px;
}

/* Form fields */

div.fields
{
	margin-bottom: 5px;
}
div.fields div
{
	clear: both;
	text-align: right;
}
div.fields div input
{
	width: 200px;
}
div.fields div.label
{
	float: left;
	clear: none;
}

/* Captcha */

div.verify
{
	border: 1px solid #d1c9d4;
	background-color: #f9f1fc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.verify div.image
{
	text-align: center;
	margin-bottom: 5px;
}
div.verify div.text
{
	text-align: center;
}

/* Woowaaweewaa */

div.alert
{
	padding: 3px;
	background-color: #ff0000;
	border-bottom: 1px solid #aa0000;
}
div.alert a, div.alert a:hover
{
	color: #000000;
	text-decoration: underline;
}
div.alert span
{
	margin-right: 5px;
}
div.alert span
{
	color: #ffff00;
}