/* ‘S‘Ì */
body{
	background: #5A80CC url(./img/body_bg.gif) repeat-x;
	color:#000066;
	font-family: sans-serif;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
}
#outlinebg{
	background: url(./img/outline_bg.png) repeat-y;
	width:1000px;
	margin: 0px auto;
}
#outline{
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
#footerbg{
	background: url(./img/footer_bg.png) no-repeat;
	width:1000px;
	height: 10px;
	margin: 0px auto;
}

#breadcrumbs{
	height: 17px;
	margin: 0px 5px;
	padding-top: 5px;
	padding-left: 15px;
	border-bottom: solid 1px #DCDCDC;
	font-size: small;
	text-align: left;
}

#menu{
	width: 280px;
	float: left;
	margin: 0px;
}
#main{
	width: 700px;
	float: right;
	margin: 0px;
}
#footer{
	text-align: center;
	clear: both;
}


#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	display: inline;
}


a{
	color: #1E90FF;
}
a:hover{
	color: #00CED1;
}




div.alertJS{
	width: 500px;
	background-color: #FFCCCC;
	border: solid 1px red;
	margin: 10px auto 0px;
	padding: 5px 5px 0px;
	text-align: left;
}
strong.alert{
	color: darkred;
	font-weight: bold;
}
