html, body {
	background-color:#eaf4f9;
	width: 100%;
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

body	{
	margin-top:20px;
	margin-bottom:40px
}

h1	{
	padding:0;
	margin:0;
}

p	{
	margin:0
	padding:0;
}

ul	{
	list-style-position: inside;
	text-align:left;
}

ul, ul li	{
	margin:0;
	padding:0;
}

img	{
	border:0;
}

a:link, a:active, a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #945d0f;
	text-decoration:none;
}

a:hover	{
	text-decoration:underline;
}

div#pageholder	{;
	height: 100%;
	width: 100%;
	text-align:center;
}

div#pageholder div#header	{
	height:120px;
	margin-bottom:20px;
	background-image: url(../images/template/header.jpg); 
	background-repeat: no-repeat;
}

div#pageholder div#containerholder	{
	width:900px;
	margin:0 auto;
}

div#pageholder div#container	{
	height:100%;
	overflow:visible;
	position:relative;
	border:1px solid #a86e1c;
	border-bottom:0;
	background-color:#fff;
	margin-bottom:20px;
}

div#containerholder div#footer	{
	position:absolute;
	height:20px;
	width:900px;
	background-image: url(../images/template/footer_bottom.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	right:-1px;
	bottom:-20px;
}

div#containerholder div#footer p	{
	margin-top:2px;
	color:#fff;
	font-weight:bold;
}

div#container div#content	{
	float:left;
	text-align:left;
	margin-bottom:20px;
	padding-left:0px;
	padding-top:3px;
	height:100%;
}

div#container div#menu	{
	float:left;
	margin-right:20px;
	margin-left:1px;
	padding-left:8px;
	margin-bottom:20px;
	margin-top:-5px;
}

div#container div#menu ul li	{
	list-style:none;
	line-height:25px;
	color: #945d0f;
	vertical-align:middle;
}

div#container div#menu ul li a	{
	color: #945d0f;
	font-weight:bold;
}

div#container div#menu ul li a.activeItem	{
	color: #d2b489;
}

div#container div#menu ul li a:hover	{
	color: #d2b489;
	text-decoration:none;
}

div#container div#menu ul li a p	{
	padding:0;
	margin:0;
}

table.tableBlocks	{
	border-collapse: collapse;
	margin-left:20px;
}

table.tableBlocksTopMargin	{
	margin-top:4px;
}

table.tableBlocks td div.tableBlocksContent	{
	width:150px;
	height:150px;
	border:1px solid #a86e1c;
}

table.tableBlocks td div.tableBlocksContent div	{
	text-align:center;
	height:110px;
	padding-top:13px;
}

table.tableBlocks td div.tableBlocksContent p	{
	margin:0;
	padding-top:4px;
	height:24px;
	text-align:center;
}

table.tableBlocks td div.tableBlocksContent a	{
	cursor:pointer;
	color: #945d0f;
	font-weight:bold;
}

table.tableBlocks td div.tableBlocksContent a.activeItem	{
	color: #d2b489;
}

table.tableBlocks td div.tableBlocksContent a:hover	{
	color: #d2b489;
	text-decoration:none;
}

div.contentText	{
	margin-left:20px;
	margin-top:20px;
	width:676px;
	margin-bottom:0;
}

div.contentText h1	{
	font-size:15px;
	color:#945d0f;
	margin-bottom:2px;
}

div.contentText p	{
	padding:0;
	margin:0;
}

div.contentText table tr td	{
	padding-bottom:8px;
}

.paddingBottomSmall	{
	padding-bottom:5px;
}

.formError, .formOK	{
	padding:6px;
	color:#fff;
	height:100%;
	width:354px;
	margin-bottom:20px;
	line-height:15px;
}

.formError	{
	background-color:#fb5d73;
	border:2px solid #ee0000;
}

.formOK	{
	background-color:#afffaf;
	border:2px solid #00c500;
	color:#000;
}

.clear	{
	clear:both;
}

