@charset "UTF-8";
/* CSS Document */


body {
	color:#222222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	color:#852A40;
}
h2 {
	color:#852A40;
}
h4 {
	color:#852A40;
}

h3 {
	color:#852A40;
}


div.background {
	background-color:#FCFFEC;
	padding:0px;
}

div.holder {
	padding:5px;
	background-color:#FFFFFF;
	width:800px;
}

div.footer {
	width:800px;
	height:30px;
	background:#FFFCDB;
	margin-top:20px;
	color:#852A40;
}

span.footer {
	color:#852A40;
	font-size:10px;
	text-align:center;
}

div.menu {
	width:800px;
	background-image:url(Logo2.gif);
	background-repeat:no-repeat;
	height:130px;
	z-index:1;
}

div.menuhold {
	float:left;
	width:auto;
	padding-top:92px;
	padding-left:10px;
	z-index:1;
}

ul.menu {
	height:auto;
	width:auto;
	list-style:none;
	display:inline;
	min-width:700px;
	font-size:20px;
	
}

li.menu {
	width:auto;
	height:auto;
	float:left;
	padding-right:10px;
	padding-left:10px;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#852A40;
	text-align:center;
}

li.menu a {
	color:#852A40;
	text-decoration:none;
}

li.menu a{text-decoration:none; height:auto; width:auto}
li.menu a:link { color:#852A40; cursor:hand;}     /* unvisited link */
li.menu a:visited { color:#852A40; cursor:hand;}  /* visited link */
li.menu a:hover { color:#FFDD99; cursor:hand;}   /* mouse over link */
li.menu a:active { color:#852A40; cursor:hand;}



div.icontop{
	background-image:url(holdtop.gif);
	background-repeat:no-repeat;
	max-width:200px;
	width:200px;
	height:20px;
	overflow:visible;
}

div.iconmiddle{
	background-image:url(holdmid.gif);
	background-repeat:repeat-y;
	max-width:200px;
	width:200px;
	height:auto;
	min-height:113px;
	height:auto;
	overflow:auto;
}

div.iconbottom{
	background-image:url(holdbottom.gif);
	background-repeat:no-repeat;
	width:200px;
	max-width:200px;
	height:20px;
}


div.content {
	width:800px;
	height:auto;
	min-height:auto;
	overflow:hidden;
	background-color:#FFFFFF;
	margin-top:5px;
	z-index:1;
}

div.column {
	float:left;
	width:380px;
	display:inline;
	overflow:hidden;
	height:auto;
	padding:10px;
	text-align:left;
	min-height:10px;
}

a {
	color:#852A40;
	text-decoration:underline;
}

img {
	text-decoration:none;
	border:none;
	border:0px;
}

tr.cars :link { background-color:#FFFFFF; cursor:hand;}     /* unvisited link */
tr.cars :visited { background-color:#FFFFFF; cursor:hand;}  /* visited link */
tr.cars :hover { background-color:#FFFCDB; cursor:hand;}   /* mouse over link */


