body {
	background-color: #5B512C;
	margin: 0px;
}

body, td, p, input, select, textarea {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
}

a {
	color: #0055A4;
	text-decoration: NONE;
	font-weight: bold;
	font-size: 10px;
}

a:hover {
	color: red;
		font-weight: bold;
	font-size: 10px;
}

td.bg_top {
	background-image: url(images/bg_top.gif);
	height: 50px;
	background-position: bottom;
}

td.header {
	background-color: #B7D3D2;
	height: 109px;
	width: 700px;
	background-image: url(images/header_bg.gif);
}

td.navbar {
	height: 33px;
	background-color: #ECE3C1;
	background-image: url(images/navbar_bg.gif);
	text-align: center;
}

td.content {
   background-color: #FFFFFF;
	background-image: url(images/content_bg.gif);
	padding: 15px;
	background-repeat: repeat-x;
}

td.leftside{
	width: 195px;
	background-color: #EEE6C7;
	background-image: url(images/left_navbar_bg.gif);
	background-repeat: repeat-y;
}

td.footer {
	background-color: #FFFFFF;
	height: 47px;
	background-image: url(images/footer_bg.gif);
	text-align: center;
	font-size: 10px;
}

td.rightside {
	background-image: url(images/right_edge_bg.gif);
	background-repeat: repeat-y;
	width: 30px;
}

td.logo {
	background-color: #4F82BC;
	width: 195px;
}

td.copyright {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}


a.toplink {
	margin-left:8px;
	margin-right: 8px;
}

div.errors{

	color:red;
	font-weight:bold;
	padding:10px;

}




