/* CSS Document */

body{
	background-color: #f5f4f2;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}
.content {
	float: left;
}

li{
	list-style-image: url(../images/arrow.png);
	list-style-position: outside;
}
li.leftnavi {
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: -20px;
	font-weight: normal;
}


#bg {
	width: 100%;
	position: absolute;
	display: block;
	height: 100%;
}

#body {
	width: 833px;
	height: 100%;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	color: #000000;
}

#logo {
	float:left;
	margin-bottom: 10px;
	width:216px;
}

#logo_cwm{
	width: 113px;
	height: 84px;
	background-image: url(../images/logo_cwm.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	background-position: left top;
	float: left;
	text-indent: -9999px;
}
#logo_msc {
	width: 99px;
	height: 84px;
	background-image: url(../images/logo_msc.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	clear:left;
	background-position: left top;
}

#menu {
	float: right;
	margin-top: 25px;
}

#menu_sep {
	float:left;
}
#body_top {
	width: 833px;
	height: 19px;
	display: block;
	margin-top:10px;
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	clear: left;
	float: left;
}
#body_bottom {
	width: 833px;
	height: 23px;
	display: block;
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	clear: left;
	float: left;
}

#body_banner {
	width: 781px;
	height: 214px;
	display: block;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	clear: left;
	float: left;
}

#body_content {
	width: 833px;
	background-image: url(../images/bg_content.png);
	background-repeat: repeat;
	float: left;
	clear: left;
	display: block;
}
#content{
	margin-left:26px;
	width:781px;
}

#content-c{
	margin-top:10px;
	float:left;
	width:761px;
	margin-left:10px;
}
a:link, a:visited{
	color:#a80000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:active{
	color:#a80000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:hover{
	text-decoration: underline;
}
#footer-left {
	float:right;
	clear:right;
	font-size: 9px;
	margin-right:15px;
	padding-bottom: 15px;
	margin-top: -5px;
	color: #000000;
}
.txtbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefef;
	border:1px solid #a80000;
}
input.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #efefef;
	height: 20px;
	color: #000000;
	font-weight: bold;
	border-color: #a80000;
	border:1px solid;
}
input.btnhov {
	border-color: #c63 #930 #930 #c63;
	background-color: #dfdfdf;
} 

.title {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.td-title {
	color: #FFFFFF;
	font-weight: bold;
}
.content-title {
	font-weight: bold;
	color: #CC0000;
}

