* {
	margin:				0px;
	padding:			0px;
}

html {
	height:				100%;
}
body {
	background-image:	url(../images/background.jpg);
	background-color:	#484542;
	font-size:			12px;
	font-family:		tahoma, Verdana, Arial, Helvetica, sans-serif;
	height:				100%;
	line-height:		170%;
}

div.container {
	height:				100%;
	background-color:	#fff;
	width:				800px;
	margin:				0 auto;
	background-image:	url(../images/bgtable.jpg);
	display:			table;
	clear:				both;
}
*:first-child+html div.container {
	height:				auto;
	min-height:			100%;
}

div.innercontainer {
	display:			table-cell;
}

a {
	color:				#7A9E27;
}
a img {
	border-width:		0px;
}
div.right {
	float:				right;
}
div.left {
	float:				left;
	width:				530px;
	width:				490px;
	padding:			0px 15px 15px 15px;
	padding:			0px 35px 35px 35px;
}

h1 {
	text-indent:		-1000px;
	overflow:			hidden;
	width:				800px;
	height:				225px;
	background-image:	url(../images/top.png);
}
h2 {
	display:			none;
}
h3 {
	margin:				4px 0px 23px 0px;
	font-size:			16px;
}
h4 {
	font-size:			16px;
	padding-bottom:		10px;
}

ul.menu {
	list-style:			none;
}
ul.menu li {

}
ul.menu li ul {
	margin-top:			1px;
	margin-bottom:		23px;
	list-style:			none;
}
ul.menu li ul li {

}
ul.menu li ul li a {
	display:			block;
	border-bottom:		1px solid #929292;
	width:				203px;
	padding:			4px;
	margin-right:		15px;
	margin-bottom:		1px;
	color:				black;
	text-decoration:	none;
}
ul.menu li ul li a:hover {
	background-color:	#e5efd7;
}

a.submenuactive {
	font-weight:		bold;
}

div.left div.textitem, div.left div.listitem, div.left fieldset dl {
	padding-bottom:		20px;
}
div.listitem ul {
	padding:			10px 10px 10px 20px;
}
div.left div.textitem p, div.left div.listitem p {
	padding-bottom:		10px;
}

div.left fieldset {
	border:				1px solid #ccc;
	float:				left;
	width:				470px;
	padding:			10px;
}
div.left fieldset legend {
	padding:			4px;
	font-weight:		bold;
	font-size:			16px;
	color:				#000;
}
div.left fieldset dl dt {
	float:				left;
	clear:				both;
	width:				180px;
	width:				100%;
	margin-bottom:		-30px;
	padding-bottom:		5px;
	height:				25px;
}
div.left fieldset dl dd {
	float:				left;
	clear:				both;
	width:				270px;
	width:				280px;
	padding-left:		190px;
	padding-bottom:		5px;
}
div.left fieldset dl dd ul {
	float:				left;
	list-style:			none;
}
div.left fieldset dl dd ul li {
	float:				left;
	clear:				both;
}
form textarea {
	width:				250px;
}
form input.inputtext {
	width:				200px;
}
form input.inputradio, form input.inputcheckbox {
	margin-bottom:		-1px;
}

span.required {
	color:				red;
	float:				right;
	padding-right:		10px;
}
span.required2 {
	color:				red;
}
a.photoalbumleft {
	text-decoration:	none;
	padding:			3px;
}
a.photoalbumright {
	text-decoration:	none;
	padding:			3px;
}
a.photoalbumplay {
	text-decoration:	none;
	padding:			3px;
}
a.photoalbumzoom {
	width:				16px;
	height:				16px;
	background-image:	url(../images/zoom.gif);
	background-repeat:	no-repeat;
	background-position:top left;
	position:			absolute;
	margin-left:		107px;
}
*:first-child+html a.photoalbumzoom {
	margin-top:			2px;
}
* html a.photoalbumzoom {
	margin-top:			2px;
}
img.photoalbum {
	display:			block;
}
div.photoalbumimagecontainer {
	height:				158px;
	width:				158px;
	margin-bottom:		5px;
	overflow:			hidden;
	display:			table;
	background-color:	#ebebeb;
	border:				1px solid #ccc;
}
* html div.photoalbumimagecontainer {
	display:			block;
	overflow: 			hidden;
	position:			relative;
}
*:first-child+html div.photoalbumimagecontainer {
	display:			block;
	overflow: 			hidden;
	position:			relative;
}
div.photoalbumcontainer {
	text-align:			center;
	font-size:			12px;
	padding:			3px;
	margin:				3px;
	border:				1px solid #ccc;
	width:				160px;
}

div.photoalbumcenter1 {
	display: 			table-cell;
	vertical-align: 	middle;
	position: 			static;
	margin:				0 auto;
}
* html div.photoalbumcenter1 {
	display:			block;
	position: 			absolute;
	top: 				50%;
	left:				0px;
}
*:first-child+html div.photoalbumcenter1 {
	display:			block;
	position: 			absolute;
	top: 				50%;
	left:				0px;
}

div.photoalbumcenter2 {
	display:			block;
	position: 			relative;
	top: 				-50%;
	color:				#0B458E;
	text-align:			center;
	font-weight:		bold;
	overflow:			hidden;
	margin:				0 auto;
}