* {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 85%;
	color: #E0E0EF;
	background-color: #000000;
	padding: 0 10px;
	margin: 0;
}

h1 { color: #fff; padding: 0 0 .3em 0; }
h2 { color: #fff; padding: .3em 0; }
p { margin: .75em 0; line-height: 1.5em; }
.clear { clear: both; font-size: 0; overflow: hidden; height: 0; line-height: 0; visibility: hidden; }
.cent { text-align: center; }
ol, ul { padding-left: 20px; }
a { color: #0074B3; text-decoration: none; }
a:hover {
	color: #fff !important;
	border-bottom: 1px dotted;
	border-color: #2D9201;
}

.more { text-align: right; }
.web { color: #E30000; }
.talk { color: #fff; }

#wrap {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	width: 900px;
	margin: 0 auto;
	padding-top: 180px;
	padding-bottom: 20px;
}

#abstract {
	color: #CD914E;
	font-style: italic;
	font-size: 120%;
	width: 400px;
	padding-left: 30px;
}

#content {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #555;
	padding: 30px 0 20px 0;
	margin: 30px 0 20px 0;
}

#footer {
	text-align: center;
	font-size: 75%;
	color: #555;
}

#left {
	width: 48%;
	float: left;
	padding-top: 10px;
}

#right {
	width: 48%;
	float: right;
	padding-top: 10px;
}

#left-twitter {
	width: 48%;
	float: left;
	background-image: url(images/twitter-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	text-align: center;
}

#right-twitter {
	width: 48%;
	float: right;
	background-image: url(images/twitter-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 64px;
	text-align: center;
}

/* listmessenger */
table.display-window {
	background-color: #FFFFFF;
	width: 100%;
	height: 400px;
	text-align: left;
}

table.display-window .titlea {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.display-window .titleb {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.message-body {
	padding: 1px 25px 25px 25px;
	color: #333;
}

div.message-body h1 {
	color: #666666;
	border-bottom: 2px #CCCCCC solid;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
}

div.message-body h2 {
	color: #666666;
	border-bottom: 2px #CCCCCC solid;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

div.message-body label.required {
	color: #CC0000;
}

div.error-message {
	background-color: #FFD9D0;
	border: 1px #CC0000 solid;
	padding: 8px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

#shadow-container {
	width: 85%;
	margin: 0 auto;
}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px 0;
}

#shadow-container a:hover { color: #000 !important; }

/* search */
#ajaxSearch_form {
	position: relative;
	width: 250px;
	float: right;
	top: -100px;
}

#ajaxSearch_form fieldset {
	border: none;
	text-align: right;
}

.ajaxSearch_result {
	padding: 4px 15px;
	margin-bottom: 8px;
	border-left: 1px dotted;
	border-color: #555;
}

.ajaxSearch_result:hover {
	background-color: #080808;
}

#ajaxSearch_submit {
	font-weight: bold;
	background-color: #000;
	border: 1px solid;
	border-color: #000;
	color: #eee;
}

#ajaxSearch_submit:hover {
	background-color: #0074B3;
}

#news {
	padding: 8px;
	margin-top: 10px;
	background-color: #fff;
}

#news td {
	padding: 8px;
}

#news a:hover {
	color: #000 !important;
}