html,body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
}

.shaded_box {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #ffffef;
	border-radius: 5px;
	box-shadow: 1px 1px 15px #5c5c5c;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 5px;
}

.procedure {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #ffefff;
}


#FAQ {
	text-align: left;
}
#FAQ h1 {
	text-align: left;
	padding: 2px;
	font-size: 1.2em;	
}
#FAQ h2 {
	text-align: left;
	padding: 2px;
	margin: 1px;
	font-size: 1.05em;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #f9f9f9;	
}
#FAQ p {
	text-align: left;
	padding: 2px;
	font-size: 1em;
	margin-left: 10px;
}

a img {
	border: 0px;
}

/*
Position-related styles
*/

.adjacent {
	float: left;
	margin-right: 5px;
}

.divider {
	clear:both;
}

.vsection {
	/*max-width: 800px;*/
	width: 100%;
	margin-bottom: 10px;
}

.centered {
	/*
    margin-left: auto;
    margin-right: auto;
    */
	text-align: center;
}
.vmargin {
	padding-top: 20px;
	padding-bottom: 20px;
}
.hmargin {
	padding-left: 20px;
	padding-right: 20px;
}
.bottomLeftCorner {
	position: absolute;
	visibility: visible;
	left: 0px;
	bottom: 0px;
}

#page_container {
	position: absolute;
	width: 90%;
	/*text-align: center;*/
	left: 5%;
	/*
	border-width: 1px;
	border-style: solid;
	*/
}

div.error_notice{margin:0;min-height:48px;margin-bottom:1.5em;padding:10px 10px 0 70px; background:#fffefa url("images/warning.png") 10px 10px no-repeat;border:1px solid #eee;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;}

ul.linklist {
	display: inline;
	margin: 0;
	padding: 0;	
	list-style: none;
}
ul.linklist :first-child {
	border-left: 0px none;
}
ul.linklist li {
	display: inline;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-left: 1px solid #000000;
}

