body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}
a.bottomlinks:link {
	color:white; 
	text-decoration: none; 
}
a.bottomlinks:visited {
	color:white; 
	text-decoration: none; 
}
a.bottomlinks:hover {
	color:white; 
	text-decoration: underline; 
}
a.bottomlinks:active {
	color:white; 
	text-decoration: underline; 
}  
#widewrapper {
	width:100%;
	margin:0px auto;
	padding:0px;
}
#wrapper {
	width:800px;
	margin:0px auto;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	border-color:#bbb;
	padding:0px;
}
#topheader {
	background-color:#9de35c;
	border-width:1px; 
	border-style:solid; 
	border-color:#bbb;
	padding:6px;
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	font-size:18px;
}

#topbuttons {
	text-align:center;
	background-color:#00b037;
	border-width:2px; 
	border-style:solid; 
	border-color:#bbb;
	padding:3px;
	margin:10px;
	-moz-border-radius: 40px; 
	-webkit-border-radius: 40px;
	font-size:18px;
}

#header {
	width:100%;
	height:166px;
}
#content {
	width:800px;
	margin-top:10px;
	padding-bottom:10px;
}

#sidefooter {
	width:100px;
	margin:0px auto;
	border:1px solid #bbb;	
}
#footer {
	width:100%;
	height:54px;
	margin:0px auto;
	padding:0px;
}
#footerid td {
	padding:25px;
	height:100px;	
}

#leftcolumn {
	width:160px;
	float:left;
	padding:4px;
	height:400;
}

#rightcolumn {
	text-align:center;
	width:600px;
	float:right;
	margin:5px;
	padding:5px;
}

#nocolumn {
	width:800px;
	padding:5px;
	text-align:left;
}

.nocolumn {
	width:800px;
	padding:5px;
	text-align:left;
}

#greybottom {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-width:2px; 
	border-style:solid; 
	border-color:#bbb;
	padding:7px;
	width:350px;
}

#greybottom {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-width:2px; 
	border-style:solid; 
	border-color:#bbb;
	padding:7px;
	width:350px;
	text-align:center;
}

#greyborder {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-width:2px; 
	border-style:solid; 
	border-color:#bbb;
	padding:7px;
	width:750px;
	text-align:left;
	position:relative;
	top:-30px;
}

.contactform {
	-moz-box-shadow: 0px 0px 12px #000;
	-webkit-box-shadow: 0px 0px 12px #000;
	box-shadow: 0px 0px 12px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#268ec2;
}


a.hovering:link {
	display:block;
	background-color:#005693;
	text-decoration: none; 
	width:207px;
	padding-left:13px;
	padding-bottom:8px;
	color:white;
	z-index:-1;
}
a.hovering:visited {
	text-decoration: none; 
	background-color:#005693;
	width:207px;
	padding-left:13px;
	padding-bottom:8px;
	color:white;
	z-index:-1;
}
a.hovering:hover {
	background-color:#c1dcee;
	text-decoration: none;
	width:207px;
	padding-left:13px;
	padding-bottom:8px;
	color:#005693;
	z-index:-1;
}
a.hovering:active {
	background-color:#005693;
	text-decoration: none; 
	width:207px;
	padding-left:13px;
	padding-bottom:8px;
	color:white;
	z-index:-1;
}  

li
{
}
ul
{
padding-left: 14px;
list-style: square url("images/nub.jpg");
background-repeat: no-repeat;
}
ul.big
{
padding-left: 14px;
list-style: square url("images/nub2.png");
background-repeat: no-repeat;
}
