/* HTML TAGS */

body 
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	}
body#main 
	{}
body#snitzforum * {
	line-height:1.4em;
	font-size:12px;
}
body#snitzforum table table table td, body#snitzforum table table table table td  {
	padding:6px;
}
h1 {
	font-family: Comic Sans MS, Segoe Print, Arial, Helvetica, sans-serif;
	font-size: 210%;
	margin-bottom: 0.4em;
	padding-bottom: 0px;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: Comic Sans MS, Segoe Print, Arial, Helvetica, sans-serif;
	font-size: 160%;
	margin-bottom: 0.4em;
	padding-bottom: 0px;
	font-weight: bold;
	color: #ec008c;
}
h3, h4, h5, h6 {
	font-size: 120%;
	margin-bottom:.1em;
	padding-bottom:0px;
	color: #454545;
}
p, table, td, ol, li, blockquote, input, select, textarea, ul, ul ul, ul ul ul, ul ul ul ul {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0.7em;
	line-height: 1.4em;
}
a {
	font-weight: bold;
	color: #72a83c;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
}

ul, ul ul, ul ul ul, ul ul ul ul {
	list-style-type: square;
	line-height: auto;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 100%; 
	}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.4em;
	color: #FFFFFF;
	cursor: hand;
	background-color: #ED32A2;
	border: 1px solid #454545;
	font-weight: bold;
}
#content   
	{
	position:absolute;
	top:15px;
	left:50%;
	width:762px;
	margin-left:-381px;
	padding:0px;
	z-index:200;
	}
#contentheadleft {
	position:absolute;
	top:0px;
	left:0px;
	width:151px;
	height:91px;
	overflow:hidden;
	z-index:400;
	clear:both; /* shouldn't be necessary, but seems to fix IE6 bug */
	}
#contentheadright {
	position:absolute;
	top:55px;
	right:0px;
	width:346px;
	height:36px;
	overflow:hidden;
	z-index:400;
	}
#banner {
	position:absolute;
	top:101px;
	left:0px;
	width:763px;
	height:182px;
	display:block;
	background-image:url(../images/banners/smileys.gif);
	z-index:400;
}
#menu {
	position:absolute;
	top:283px;
	left:0px;
	width:764px;
	height:30px;
	display:block;
	z-index:600;
}
#contentfootleft
	{
	width:200px;
	height:25px;
	overflow:hidden;
	text-align:left;
	visibility: visible;
	font-size: 90%;
	color: #FFFFFF;
	float: left;
	margin-top: 18px;
	margin-left: 0px;
	}
	
#contentfootright
	{
	width:300px;
	height:25px;
	overflow:hidden;
	text-align:right;
	font-size: 90%;
	color: #FFFFFF;
	visibility: visible;
	float: right;
	margin-top: 18px;
	margin-right: 0px;
	}
#contentfootleft a {text-decoration: none; font-weight:bold; color: #077ae2;}
#contentfootleft a:hover {text-decoration:underline;}
#contentfootright a {text-decoration: none; color: #ED32A2;}
#contentfootright a:hover {text-decoration:underline;}
#bodyholder {
	display:block;
	z-index:200;
	float:left;
	width:762px;
	height:auto;
	padding-top: 335px;
	overflow: visible;
}
#rightcolumn {
	width:475px;
	float:right;
	text-align: left;
	padding:0px;
	display:inline;
	word-wrap: break-word;
	margin-bottom: 40px;
	margin-right:15px;	
}

#leftcolumn {
	width:110px;
	float:left;
	text-align:left;
	display:inline;
	word-wrap: break-word;
}
.formstyles {
	background-color: #FFFFFF;
	border: 1px solid #454545;
	padding: 6px;
	display: block;
	width: auto;
	clear: both;
	}
.grid {
	border: 1px solid #CCCCCC;
}
#forum {
	overflow: scroll;
	height: 800px;
	margin-top: -5px;
}
.size1 { font-size:10px}
.size2 { font-size:12px}
.size3 { font-size:14px}
.size4 { font-size:18px}
#srchfrm {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.oddrow {
	background-color: #efefef;
	padding: 15px;
	width: auto;
	background-image: url(../images/furniture/grey-corner.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.evenrow {
	background-color: #e5f0f9;
	padding: 10px 15px;
	width: auto;
	background-image: url(../images/furniture/blue-corner.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
.imgleft {
	float: left;
	height: 70px;
	width: 70px;
}
.column1 {
	float: left;
	position: relative;
	width: 45%;
}
.column2 {
	float: right;
	position: relative;
	width: 45%;
}
.error {
	color: #454545;
	border: 1px solid #FF0000;
	padding: 8px;
	font-weight: bold;
}
.step1 {
	padding-left: 3em;
}
.step2 {
	padding-left: 6em;
}
.space {
	margin-top: 16px;
}
.greybox {
	padding:0;
	font-size: 12px;
	color: #666666;
	display: block;
	height: 78px;
	width: 215px;
	background-image: url(../images/furniture/greybox.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.greybox a  {
	display:block;
	width:215px;
	height:78px;
	background-position:7px 7px;
	background-repeat:no-repeat;
}
.greybox a h2 {
	font-family: Comic Sans MS, Segoe Print, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:14px;
	margin-left: 75px;
	margin-right:7px;
	margin-top:7px;
}
.greybox a p {
	font-size:11px;
	font-weight:normal;
	color:#333333;
	line-height:13px;
	margin-left: 75px;
	margin-right:7px;
}
.greybox a:hover h2 {color:#ec008c; text-decoration:none;}
.greybox a:hover {text-decoration:none;}
.greybox a.resources {background-image:url(../images/features/resource.gif);}
.greybox a.resources:hover {background-image:url(../images/features/resource_over.gif);}
.greybox a.news {background-image:url(../images/features/news.gif);}
.greybox a.news:hover {background-image:url(../images/features/news_over.gif);}
.greybox a.contact {background-image:url(../images/features/contact.gif);}
.greybox a.contact:hover {background-image:url(../images/features/contact_over.gif);}
.greybox a.discussion {background-image:url(../images/features/discussion.gif);}
.greybox a.discussion:hover {background-image:url(../images/features/discussion_over.gif);}
#partners {
	background-image:url(../images/furniture/partners.gif);
	padding-top:44px;
	background-repeat:no-repeat;
	width:215px;
	height:140px;
}
#partners ul {
list-style-type:none;
margin:0 10px 10px 10px;
padding:0px;
}
#partners ul li {
display:inline;
padding:0;
margin:0;
}.pad {
	padding: 5px;
	margin: 5px;
}
.smaller {
	font-size: 0.9em;
}
.az {
	margin-top: 10px;
	margin-bottom: 15px;
}
.az strong {
	background-color: #E4E4E4;
	padding: 3px 3px;
}
