@charset "utf-8";
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url('images/page-backg.jpg') repeat-x #c5b2e7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #4b0454;
}
p {
	font-size:12px;
}
li, td {
	font-size:12px;
}
li {
	margin-bottom:4px;
}
#mainContent p {
	margin: 15px;
	text-align:justify;
	line-height:1.5;
}
h1 { font-size:18px;
text-align:center;
color:#660099;
}
h2 {
	font-size:16px;
	text-align:center;
	color:#3366CC;
}
h3 {
	font-size:14px;
	margin-left:15px;
}
td h3 {
	margin-bottom:5px;
}
a {
	color:#660066;
}
a:hover {
	color:#330099;
}
hr {
	margin-bottom:25px;
}
#container {
	width: 760px;
	background: #FFFFFF;
	margin:10px auto;
	border: 2px solid #CCCCCC;
	text-align: left;
}
#header {
	height: 74px;
	background: #905897;
	margin:7px;
}
#message {
	margin:0 7px;
}
#message h1 {
	color: #905897;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	background: #a4e3f2;
	padding:5px;
	margin:1px;
}
.notice {
	width:100%;
	position:relative;
	text-align:center;
}
.notice h3 {
	width:450px;
	background:#FFCCCC;
	border:2px solid #CC3366;
	font-size:14px;
	font-weight:bold;
	position:relative;
	padding:10px;
	margin:auto;
}
.new {
	color:#FF0000;
	font-weight:bold;
	font-style:italic;
	font-size:small;
}
.box {
	width:315px;
	border:#006699 dashed 1px;
	padding:10px;
	margin-right:15px;
	margin-left:15px;
	float:left;
}
form {
	margin-left:15px;
}
#mainContent {
	background:url('images/backg.jpg') #cfd8e9 no-repeat;
	margin:7px;
	padding-top:15px;
}
#menu {
	float:left;
	margin:15px;
	width:180px;
}
#footer {
	background: #905897;
	padding:1px;
	margin:0 7px 7px;
}
#footer p {
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}
#footer a {
color:#CC99FF;
}

.quote {
	margin-top:5px;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
	color:#660099;
}
	
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu li {
	position: relative;
	font-size: 12px;
	font-weight:bold;
	margin-bottom:0px;
}
#menu ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
div#menu ul ul ,
div#menu ul li:hover ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul li:hover ul
{display: block;
top:-2px;}
#menu a {
	color: #651576;
	font-weight:bold;
	background: url('images/trans-back.png');
	border:2px solid #FFFFFF;
	display:block;
	margin:2px 0;
	padding:5px;
	text-decoration:none;
}
#menu ul ul a {
	margin:0px;
}
#menu a:hover {
	background: url('images/trans-back-over.png');
}
#index-box {
	float:right;
	top:45px;
	right:25px;
	padding:5px;
	background:url('images/trans-back-over.png');
	border:2px solid #FFFFFF;
	position:relative;
	width: 320px;
}
#index-box p {
	line-height:1.2;
}