
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	font-family: 'Trebuchet MS', 'Verdana';
	font-size: 12px; color: #555555;
	line-height: 14px;
}
a:link 		{ text-decoration: none; }
a:visited 	{ text-decoration: none; }
a:hover 	{ text-decoration: none; }
a:active	{ text-decoration: none; }


h1 { 
	font-size: 24px; 
	color: #000000;
	padding:left 10px; 
}

h2 { 
	font-size: 20px; 
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 3px;
	padding-left: 5px;
}

h3 {
	font-size: 16px;
	color: #000000; 
	padding-left: 10px;
}

h4 { 
	font-size: 12px; 
	color: #c2c2c2;
	padding-left: 10px;
}

p {
	padding-left 10px;
	margin-left: 10px;
}

#logotop {
        background: black;
	min-height:114px;
	height:auto;
	height:114px;
	text-align:left;
}

#menucontainer {
	text-align: center;
	background: #000000;
	display: block;
	padding: 0px 0px 0px 15px;
	margin-bottom: 2px;
	margin-top: 10px;
	margin-top: 10px;
}

#menu {
	/* position: relative; */
	display: block;
	/* height: 24px; */
	font-size: 11px;
	font-weight: bold;
	font-family: 'Trebuchet MS', 'Verdana';
	margin-bottom: 0px;
}

#menu ul {
	margin-bottom: 0px;
	padding-bottom: 19px;
	list-style-type: none;
	width: auto;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0 1px 0 0;
}

#menu ul li a {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 20px 0 20px;
	height: 19px; 
	background: #000000;
}

#menu ul li a:hover {
	color: #000000;
	background: #ffffff;
}

#menu ul li a.active,#menu ul li a.active:hover {
	color:#000000;
	background:#ffffff;
}

#content.ul {
	list-style-image:url(../img/greyarrow.jpg);
	line-height: 18px;
	padding-left:10px;
	margin-left:0px;
	margin-bottom:0px;
	text-align: left;
}

#header {
background: #000000;
margin-bottom: 10px;
}

#content {
margin-bottom: 10px;
}

.maincontent {
/*
      border-right-width: 1px;
      border-right-style: solid;
      border-right-color: #cccccc;*/
}
.spot {
/*
       border-left-width: 1px;
       border-left-style: solid;
       border-left-color: #cccccc;
*/
}

#footer {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #cccccc;
	padding-top: 10px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

