body {
	color : #000000;
	background-color : #FFFFFF;
	min-height:100%;
	padding : 0;
	margin : 0;
}
table,tr,td {
	padding : 0px;
	margin : 0px;
}
a {
	color : #0000FF;
	font-family : 'Trebuchet MS';
}
a:hover {
	color : #000099;
	text-decoration : none;
}
a.nolink {
	color : #000000;
	text-decoration : none;
}
a.nolink:hover {
	color : #000000;
	text-decoration : none;
}
#header {
	height : 122px;
	font-family : 'Trebuchet MS';
}
	#menu {
		width : 100%;
		font-size : 150%;
	}
	.menu-item-selected {
		text-decoration : none;
		border-bottom : 5px solid #CCCCCC;
		color : #FFCC99;
	}
	.menu-item-selected:hover {
		text-decoration : none;
		border-bottom : 5px solid #FFCC99;
		color : #000000;
	}
	.menu-item {
		text-decoration : none;
		border-bottom : 1px solid #CCCCCC;
		color : #000000;
	}
	.menu-item:hover {
		text-decoration : none;
		border-bottom : 1px solid #FFCC99;
		color : #333333;
	}
	#logo {
		background-image : url('logo.png');
		background-position : bottom right;
		background-repeat : no-repeat;
		cursor : default;
		text-align : right;
		margin-top : 6px;
		font-size : 300%;
	}
#content {
	border-left : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	font-size : 115%;
	max-width : 100%;
	padding-left : 15px;
	padding-right : 15px;
	background-color : #FFFFFF;
	color : #000000;
	font-family : arial;
	line-height : 0.55cm;
}
.column {
	margin : 0px;
	padding : 0px;
	display : inline;
	float : left;
}
.column-right {
	display : inline;
	float : right;
}
.dropcap {
	font-family : 'Trebuchet MS';
}
#footer {
	font-size : 70%;
	line-height : 0.55cm;
}
h1 {
	margin-top : 0px;
	color : #0000FF;
	font-size : 150%;
	border-bottom : 1px solid #000099;
	font-family : 'Trebuchet MS';
}
#right {
	width : 167px;
	background-image : url('r.png');
	background-repeat : no-repeat;
}
#middle {
	vertical-align : top;
	background-image : url('back.png');
	background-repeat : repeat-x;
}
#left {
	width : 168px;
	background-image : url('l.png');
	background-repeat : no-repeat;
}