@charset "utf-8";

body {
	background-color:#EFF5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003399;
	text-align: center;
	margin:auto;
}

p {
	padding:10px;
}

#container {
	width: 1000px;
	margin: auto;
	/*border: #000033 solid 1px;*/
	padding: 5px;
}

#msgbarcontainer {
	padding-top: 100px;
	/*border: #000033 solid 1px;*/
}

.msgbartop {
	background: url(images/msgbartop.gif) repeat-y;
	height: 5px;
	width:950px;
	margin:auto;
}

.msgbar {
	background: url(images/msgbar.gif) repeat-y;
	width:950px;
	margin:auto;
	font-size:small;
}

.msgbarbottom {
	background: url(images/msgbarbottom.gif) repeat-y;
	height: 5px;
	width: 950px;
	margin:auto;
}