html {
	width : 100%;
}

body {
	font-family : "Trebuchet MS", verdana, arial, "Times New Roman";
font-size : 90%;
	color : #000000;
	background-color : #e4e5e0;
	margin : 20px;
	padding : 0;
	line-height : 140%;
}

.all {
	text-align : center;
	width : 100%;
}

.box {
	background-color : #ffffff;
	margin-left : auto;
	margin-right : auto;
	padding : 20px;
	text-align : left;
	width : 90%;
}

.menu {
	background-color : #ffffff;
	text-align : right;
	border-bottom : 1px solid #ffffff;
}

.header {
	background : #ffffff url(images/bottom1a.gif) no-repeat right top;
	padding : 0;
	margin-top : 3px;
	height : 95px;
}

.menu a:link, .menu a:active, .menu a:visited {
	background : #edeeea url(images/corner.gif) no-repeat right top;
	color : #404040;
	text-decoration : none;
	padding : 3px 7px;
	margin : 0 0 0 4px;
}

input.search {
	width : 140px;
	border : none;
	background : url(images/search1.gif);
	padding : 3px;
}

input.searchbutton {
	width : 53px;
	height : 23px;
	border : none;
	background : #c40000 url(images/submit1.gif) no-repeat;
	font : bold 1em Arial, Sans-Serif;
	padding : 0;
	color : #fff;
}

.menu a:hover {
	background : #404040 url(images/corner2.gif) no-repeat right top;
	color : #fff;
	text-decoration : none;
	padding : 3px 7px;
	margin : 0 0 0 4px;
}

.clearfix:after {
	content : ".";
	display : block;
	height : 0;
	clear : both;
	visibility : hidden;
}

.clearfix {
	display : inline-table;
}

* html .clearfix {
	height : 1%;
}

.clearfix {
	display : block;
}

.content {
	margin-right : 255px;
	padding : 20px;
}

.content h1 {
	font-size : 110%;
	margin : 10px 0 0;
	padding : 0;
	border-bottom : 2px solid #c40000;
}

.newsbar {
	margin-top : 40px;
	width : 260px;
	float : right;
}

.newsbar h1 {
	background-color : #4a2e32;
	color : #ffffff;
	padding : 3px;
	margin : 0;
	font-size : 100%;
	font-weight : normal;
}

.p1 {
	padding : 20px;
	background-color : #f7f7f4;
	font-size : 85%;
}

.p2 {
	padding : 20px;
	background-color : #ffffff;
	font-size : 90%;
	list-style-image : url(images/b.gif);
	list-style-position: inside;
}

.p2 ul {
	margin : 0;
	padding : 0;
}

.line {
	padding : 10px;
	margin-top : 20px;
	border-top : 1px dashed #333333;
	font-size : 90%;
}

.foot {
clear : both;
	background-color : #404040;
	color : #ffffff;
	padding : 10px;
	margin-top : 20px;
	text-align : center;
	font-size : 90%;
}

a:link, a:active, a:visited {
	color : #c40000;
}

a:hover {
	color : #808080;
	text-decoration : none;
}

acronym {
	cursor : help;
	border-bottom : 1px dashed #808080;
}

img {
	border : 0;
}

img.left {
	float : left;
	padding : 3px;
	margin-right : 6px;
	border : 1px solid #c4c4c4;
}

img.left:hover {
	border : 1px solid #4ba9e9;
	background : #ebf1f5;
}

.big {
	float : left;
	color : #4a2e32;
	font-size : 100px;
	line-height : 77px;
	padding-top : 2px;
	font-family : serif;
}

hr {
	height : 0;
	border : 0;
	border-top : 1px solid #4a2e32;
}