BODY {
	margin-top : 10px;
	margin-bottom : 10px;
	background-color : #FFFFFF;
	font-size : small;
}

TD,TH {
	vertical-align : top;
	text-align : left;
}

#body A {
	color: #003366;
	text-decoration: none;
	font-weight : bold;
	border-bottom: 1px dotted #6699CC;
}

#body A:hover {
	color: #FF0000;
	text-decoration: underline;
	border: 0px none;
}

#wrapper {
	width : 750px;
	background-color : #FFFFFF;
	margin-left : auto;
	margin-right : auto;
	padding-top : 1px;
}

#header {

}

#topmenu {
	background-image : url('/images/menu_background.jpg');
	background-repeat : no-repeat;
	background-position : left top;
}

#topmenu ul {
	list-style : none;
}

#topmenu ul li {
	display : inline;
	padding-left : 18px;
	padding-right : 18px;
}

#topmenu A {
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
	font-size : large;
}

#topmenu ul li.active A {
	font-weight : bold;
	color : #5E5E5E;
	text-decoration : none;
}


#footer {
	text-align : center;
	padding-bottom : 5px;
	font-weight : bold;
	clear : both;
}

#content {
	margin-right : 220px;
	margin-left : 13px;
}

#sidebar {
	background-color : #EEEEEE;
	width : 191px;
	background-image : url(/images/side_header.gif);
	background-repeat : no-repeat;
	background-position : left top;
	float : right;
	margin-right : 13px;
}

#siteinside {
	padding : 5px;

}

#sidefooter {
	background-image : url(/images/side_bottom.gif);
	background-repeat : no-repeat;
	background-position : left bottom;
	padding-top : 20px;
}

.error {
	font-weight : bold;
	color : #990000;
}

.center {
	text-align : center;
}

.header {
	font-weight : bold;
	font-size : medium;
	color : #003366;
}
