body {
	color: #000000;
	font-size: small;
	font-family : arial,verdana;
	margin : 0;
	padding : 0;
	background: #FFFFFF url("img/satin.jpg") repeat;
}

h1 a, a {
	color: #352d19;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}

a:hover {
	text-decoration: underline;
}

.news {
	padding-left: 10px;
}

p.newstitle {
	padding-left: 10px;
	display:block;
	background-color:rgb(207,201,167);
	color:#352d19;
}

h1 {
	text-align: center;
	font-size: large;
	height:50px;
	background: url("img/separator.png") no-repeat center bottom;
}

h3 {
	text-align:center;
}

img {
	border:0;
	vertical-align: middle;
}

#paper {
	background: #FFFFFF url("img/paper.jpg") repeat;
}

#leftribbon2 {
	background: #FFFFFF url("img/ribbon_left.png") repeat-y;
	width : 20px;
	height : 100%;
}

#rightribbon2 {
	background: #FFFFFF url("img/ribbon_right.png") repeat-y;
	width : 20px;
	height : 100%;
}

.sep {
	width:31px;
	height:15px;
	background: #FFFFFF url("img/separator_small.png") no-repeat;
}

div#rootdiv {
	margin : 0 auto;
	width : 1120px;
}

table#root {
	margin:0 auto;
	height:100%;
	padding:0;
}
table#root td {
	padding :0;
	margin : 0;
}

div#title {
	width:414px;
	height:171px;
	margin : 0 auto;
}

div#menubar_top {
	top: 10px;
	width:655px;
	height:25px;
	padding: 0px 10px 0px 10px;
}

div.leftpanel {
	float: left;
}

div#rightpanel {
	float: right;
}

div#content {
	top:20px;
	width : 700px;
}

tr.legend td {
	font-size: x-small;
	text-align: right;
}

td.label {
	text-align: right;
	padding-right:10px;
}

div#error {
	text-align: center;
	color:#AA0000;
	font-weight: bold;
	font-size: medium;
}

table.vline td {
	border-bottom: 1px #888888 solid;
}
