@charset "utf-8";
/* CSS Document */
body {
	background-color:#003366;
	color:#eee;
	font-size:small;
	padding:0px;
	margin:0px;
}
div.all {
	background-image:url(../images/background_leftside.gif);
	background-repeat:repeat-y;

}

a:link, a:visited {
	color:#999900;
	text-decoration:none;
}
a.form1:link, a.form1:visited {
	color:#eee;
}

a:hover {
	color:#aaaa77;
	text-decoration:underline;
}

table.form1 {
	border-top:1px solid #9999CC;
}
table.form2 td{
	border-bottom:1px dashed #999999;
	padding:9px 0px 0px 2px;
}

table.form3 {
	border-right:2px dashed #999;
	border-top:2px dashed #999;
}

table.form3 td{
	border-bottom:2px dashed #999;
	border-left:2px dashed #999;
	padding:4px 5px 2px 5px;
}

div.banner {
	background-image:url(../images/background_banner.gif);
	background-repeat:repeat;
	height:173px;
	overflow:hidden;
	width:100%;
	text-align:center;
}
div.banner div.menu {
	position:relative;
	width:815px;
	top:-43px;
	left:170px;
	text-align:center;
}
div.banner div.menu img {
	display:inline;
}

div.banner img {
	display:block;
}

div.left {
	float:left;
}
div.left img {
	display:block;
}

div.subcontent {
	margin-left:247px;
}

/* hack for IE6 */
* html div.subcontent {
	position:relative;
	left:-3px;
}

div.subbanner {
	text-align:left;
	vertical-align:bottom;
	height:179px;
	overflow:hidden;
	background-image:url(../images/subbanner.jpg);
	background-repeat:no-repeat;
}

div.subbanner div.subbanner_title {
	position:relative;
	top:-58px;
}

div#flog {
	width:100%;
	text-align:left;
	margin-right: 0px;

}
span#flog_main{
	padding-left:604px;
}

div.right {
	float:right;
}

div.maincontent {
	width:722px;
}

div.maincontent div.title {
	font-size:120%;
	font-weight:bolder;
	padding-left:53px;
	padding-top:5px;
	color:#ffd7d7;
	background-image:url(../images/titlebar.gif);
	background-repeat:no-repeat;
	height:26px;
	overflow:hidden;
}

div.maincontent div.scontent {
	margin-left:68px;
	padding-top:12px;
	width:460px;
	padding-bottom:60px;
}

div.content {
	text-align:left;
}


div.info {

	display:block;
	clear:both;
	text-align:center;
	background-image:url(../images/background_info.gif);
	height:138px;
	overflow:hidden;
	width:1024px;
}
div.info div.content {
	background-image:url(../images/background_info_2.gif);
	background-repeat:no-repeat;
	color:#dddddd;
	width:400px;
	line-height:130%;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:24px;
	padding-bottom:30px;
}

div.response {
	color:#FFFF66;
}

select.form1 {
	border:1px solid #eee;
	background-color:#003366;
}
div.message_leaver
{
	color:#fff;
	text-align:left;
	padding:10px;
	border:1px dashed #CCCCCC;
	background-color:#000033;
	width:400px;
	top:0px;
	position:absolute;
	visibility:hidden;
}
