/* CSS Document */
*{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
}

body{
	background: #f8f8fd;
	color: #5d5d5d;
	text-align: center;
	font-size: 12px; 
	height: 100%;
}
ul.inline li{
	display: inline;
}
input,textarea,select{
	font-family: Verdana;
	font-size: 12px;
	color: #5d5d5d;
	margin: 0px;
	padding: 0px;
	border: solid 1px #b6b6b8;
}
.pg_title{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	background-color: #d0d0d0;
}
.submenu{
	width: 125px;
	padding: 7px;
	border-right: solid 1px #d1d1d5;
}
a.sublinks{
	text-decoration: none;
	color: #3934ff;
}
a.sublinks:hover{
	text-decoration: underline;
}
td,th{
	text-align: left;
	vertical-align: top;
	font-family: Verdana;
	font-size: 12px;
}
table.formtable{
	background-color: #b6b6b8;
	padding: 1px;
}
th{
	background-color: #d1d1d5;
	font-weight: bold;
	padding: 4px;
}
td.row{
	background-color: #f8f8fd;
	padding: 3px;
	line-height: 15px;
}
#home{
	vertical-align: middle;
}
#reset{
	text-align: right;
}
#checkbox{
	border: none;
}
.text{
	padding: 7px;
	vertical-align: top;
}
.gallery{
	float: left;
	font-size: 10px;
	width: 160px;
	height: 163px;
	margin: 3px;
	padding: 3px;
	border: solid 1px #d1d1d5;
}
#main_bg{
	width: 750px;
	text-align: center;
	margin: auto;
	height: 100%;
}
#main{
	background: url(../images/000071.gif);
	padding-left: 8px;
	padding-right: 8px;
	height: 100%;
	width: 100%;
}

#header{
	position: relative;
	background-image: url(../images/headers/header.jpg);
	height: 200px;
}

#sectionnavigation{
	height: 24px;
	background: #777777;
	position: relative;
	font-size: 12px;
}

#sectionnavigation a{
	color: #fff;
	text-decoration: none;
}
#sectionnavigation ul{
	padding: 5px 0px;
}

#sectionnavigation ul li a{
	padding: 5px 15px;
	display: inline;
}


#sectionnavigation a:hover,
#sectionnavigation li.active a{
	background: #d0d0d0;
	color: #777777;
}

li.child_links{
	list-style: none;
}

#popup:hover{
	cursor: pointer;
}