@charset "utf-8";
body {
	background-image: url(images/bg_main.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#menubar {
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

#header {
	height: 100px;
	color: #AD2119;
}
#content {
	background-image: url(images/bg_cont.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	color: #999;
	background-color: #FFF;
	background-image: url(images/bg_footertop.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	height: 60px;
	padding-top: 24px;
}
#container #footer table {
	font-size: 12px;
}

#container #footer table a:link{
	color:#999;
	text-decoration:none;
}

#container #footer table a:hover{
	color:#111;
	text-decoration:none;
}

#container #footer table a:visited{
	color:#ccc;
	text-decoration:none;
}

#container #footer table a:active{
	color:#F00;
	text-decoration:none;
}

.innerbox1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align: justify;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#banner {
	background-image: url(images/bg_banner.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	background-color: #FFF;
}

#container #menubar div table {
	height: 40px;
}

#container #menubar div table a:link{
	text-decoration:none;
	color:#fff;
}

#container #menubar div table a:hover{
	text-decoration:none;
	color:#FF0;
}

#container #menubar div table a:visited{
	text-decoration:none;
	color:#ddd;
}


.logobox {
	float: left;
	width: 200px;
	margin: 4px;
	padding: 2px;
	text-align: center;
	height: 160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.morelink {
	color: #06F;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	margin: 0px;
}
.dotborder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}


.morelink a:link{
	color: #06F;
	text-decoration:none;
	text-align: right;
}
.morelink a:hover{
	color:#339;
	text-decoration:none;
	text-align: right;
}
.morelink a:visited{
	color:#339;
	text-decoration:none;
	text-align: right;
}
