﻿@Import url("layout.css");
/* Color for picture backgound transparency: C8CBDC */
body {
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	background:gray none;
/*	background: #CCCCCC url('../images/page_background.jpg') repeat-x; */
/*	margin: 10 10 10 10  */
}

#bannerright img {
	float:left;
	width:275px;
	height:175px;
}

#menucolumn {

}

#menucolumn ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#menucolumn li {
	font-family:Tahoma;
	font-size:small;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}

.menucolumn.li1 {
	background-color: #EDE6D3;
}

.menucolumn.li2 {
	background-color: white;
}


#menucolumn ul>li:first-child {
	padding-left: 3px; /*	border-top:medium;
  	border-top-color: #A3A9DB; */;
	border-top: thin;
	border-top-color: #BABED9;
	font-family: Arial;
	font-weight: normal;
	background-color: black;
	display: block;
	color: #C99E4F;
	font-size: 16px;
}


#menucolumn a {
/*  font-weight: bold; */
	text-decoration: none;
	color: black;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#menucolumn a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	background-color:#CEB966;
}


#content {

}

#content div.padded{
	padding-left:5px;
	padding-right:5px;
	margin-left: 10px;
}

#content h1 {
	font-family:Arial;
	font-size:xx-large;
	font-weight:bold;
	text-align:center;
	}

#content h2 {
	font-family:Arial;
	font-size:large;
	font-weight:normal;
	text-align:center;
	color:blue;
	
}

#content h4 {
	font-family:"Verdana";
	font-size:small;
	font-weight:normal;
	padding-left:10px;
	padding-right:10px;
}

/*
#content h4.padded {
	font-family:inherit;
	padding-left:250px
	
}
*/

/*
#content imgleft {
	float:left;
}

#content imgright {
	float:right;
}

*/

.imgleft {
	float:left;
	padding-right:10px;
}

.imgright {
	float:right;
	margin-left: 0px;
	padding-left:10px;
}

#container {
	background: #CCCCCC url('../images/page_background.jpg') repeat-x;
}

#footerright {
	font-family: Arial;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background-color: black;
	color: #CB9D4F;
	font-size:2em;
}

.imglogo {
	width:175px;
	height:175px;
}

#tmargin {
	width:100px;
	height:300px;
	position:relative;
	
}

/* 
.menutable {
}

.menutable td {
	padding-left:10px;
	height:50px;
	font-family:Tahoma;
	font-size:small;
}

.menutable tr.d0 td {
	padding-left: 10px;
 	border-top:medium;
  	border-top-color: #A3A9DB; 
  	
.menutable tr.d0 td {
	padding-left: 10px;
 	border-top:medium;
  	border-top-color: #A3A9DB; 
  	border-top:thick;
  	border-top-color: green;
	font-family: Arial;
	font-weight: bolder;
	background-color: black;
	color: #CB9D4F;
	font-size: 16px;
}

.menutable tr.d1 td {
	background-color: #EDE6D3;
}

.menutable tr.d2 td {
	background-color: white;
	
}
*/

.contenttable {
	border-collapse:	collapse;
}

.contenttable tr.d0 td {
	font-weight:bold;	
}

.contenttable tr.d1 td {
	padding-left:10px;
	border-top:1px;
	border-top-style:solid;
	border-top-color:black;
	border-left:0px;
	border-right:0px;
	font-family:Verdana;
	font-size:small;
}

.contenttable tr.d2 td {
	padding-left:10px;
	border-top:1px;
	border-top-style:solid;
	border-top-color:black;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:black;
	border-left:0px;
	border-right:0px;
	font-family:Verdana;
	font-size:small;
}


.layouttableheader tr {
  	border-bottom:medium;
  	border-bottom-color:green; 
 	border-bottom:20px
}
	
.layouttablefooter td {
	font-family: Arial;
	font-weight: normal;
	text-align:center;
	vertical-align: middle;
	background-color: black;
	color: #CB9D4F;
	font-size:x-large;

}



