* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-image: url("../images/bg.gif");
	font-family: verdana;
}

table, td, tr {
	border-collapse: collapse;
/*border: 1px;
border-color: blue;
border-style: dashed;*/
}

input, textarea, button {
	background-image: url("../images/inputbg.gif");
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0px;
}

/*div {
border: 1px;
border-color: red;
border-style: dashed;
}*/


#topbar {
	width: 100%;
	min-width: 1000px;
	background-color: gray;
	background-image: url("../images/topbg.gif");
	height: 30px;
}
#topbar li {
	display: inline;
	padding: 10px;
}
#topbar a {
	font-size: 14px;
	font-weight: bold;
	color: #8e710b;
	text-decoration: none;
}
#topbar a:hover {
	color: #F4D875;
}

#splatter {
	background-image: url("../images/bg_splatter.gif");
	background-repeat: repeat-x;
	min-width: 1000px;
}

#naama {
	background-image: url("../images/naama.jpg");
	background-repeat: no-repeat;
	height: 570px;
	padding-left: 16%; /*250px;*/
}

#main {
	width: 610px;
	background-image: url("../images/main_bg.gif");
	background-color: white;
	font-size: 11px;
}
#maintop {
	background-image: url("../images/main_top.gif");
	background-repeat: no-repeat;
	min-height: 220px;
	padding-top: 70px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
#mainbottom {
	background-image: url("../images/main_bottom.gif");
	background-repeat: no-repeat;
	width: 610px;
	padding-top: 35px;
	height: 25px;
	margin: 0px auto;
	font-size: 10px;
	color: #727272;
	text-align: center;
}
#main fieldset {
	border: 0px;
	margin-top: 10px;
}
#main a, #mainbottom a {
	font-weight: bold;
	color: #8e710b;
	text-decoration: none;
}
#main a:hover, #mainbottom a:hover {
	color: #F4D875;
}

#main ul {
	margin-left: 20px;
}

#main .menu {
	list-style-type: none;
	line-height: 18px;
}

#main .separator {
	font-weight: bold;
	margin-left: -20px;
}

.contentpaneopen {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*.blog td {
	width: 100%
}*/

.contentheading, .componentheading {
	color: #368282;
	border: 0px;
	border-bottom: 1px;
	border-color: #368282;
	border-style: dashed;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sectiontableheader {
	border: 0px;
	border-bottom: 1px;
	border-color: #368282;
	border-style: dashed;
}

#navi {
	width: 210px;
	background-image: url("../images/navi_bg.gif");
	background-color: white;
	font-size: 10px;
}
#navitop {
	background-image: url("../images/navi_top.gif");
	background-repeat: no-repeat;
	padding-top: 10px;
	text-align: left;
	width: 210px;
}
.navibetween {
	padding-top: 5px;
	text-align: left;
	width: 210px;
}
.navibetweenbottom {
	background-image: url("../images/navi_between.gif");
	background-repeat: no-repeat;
	width: 210px;
	height: 35px;
}
#navibottom {
	background-image: url("../images/navi_bottom.gif");
	background-repeat: no-repeat;
	width: 210px;
	height: 30px;
}
#navi .separator {
	font-size: 14px;
	font-weight: bold;
	color: #368282;
}
#navi div {
	text-align: center;
}
#navi ul {
	list-style-type: none;
	line-height: 18px;
	padding-left: 30px;
	text-align: left;
}
#navi a {
	font-size: 10px;
	font-weight: bold;
	color: #8e710b;
	text-decoration: none;
}
#navi a:hover {
	color: #F4D875;
}
#navi .input {
	padding: 5px;
	border: 0px;
}

#bottom {
	font-size: 10px;
	text-align: right;
	color: #6c9f53;
	line-height: 20px;
	padding: 10px;
}
#bottom a {
	color: #A4C693;
	text-decoration: none;
}
#bottom a:hover {
	color: white;
}
