HTML, BODY {
	background:-moz-linear-gradient(top, #666666, #fff); /* Firefox */
	background:-webkit-linear-gradient(top, #666666, #fff); /* Safari, Chrome - neue Syntax! */
	background:-o-linear-gradient(top, #666666, #fff); /* Opera */
	background:-ms-linear-gradient(top, #666666, #fff); /* IE */
	background:linear-gradient(top, #666666, #fff); /* W3C Standard */
	min-height: 101%;
}

body {
	padding: 0px;
	margin: 0;
	color: #444444;
	letter-spacing:0.075px;
	/*background: transparent url(../images/pic_global_background.gif) repeat-x top;*/
}

#wrapper {
	width: 980px;
		margin: 0 auto;
	}

#container {
	background: transparent url(../assets/pic_wrapper_background.png) repeat-y center top;
}

#plaintext {
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	color: #003366;
	font-size: 11px;
	text-decoration: none;
}

#header {
	width: 100%;
	position: relative;
	background-color: #336699;
}

#headercol {
	position: relative;
	width: 960px;
}

#commonpages {
	position: relative;
}

#searchbox {
	float: right;
	width: 190px;
}

#searchcriteria {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    outline: 0 none;
    position: absolute;
    right: 40px;
	padding-left:2px;
    top: 5px;
    width: 143px;
	height: 18px;
}

#searchsubmit {
	position: absolute;
	top: 0;
	right: 10px;
	width: 31px;
	height: 31px;
}

#main {
	width: 980px;
	padding: 20px 0;
	margin: 0;
	background: #f3f3f3 url(../assets/pic_main_back.png) repeat-x top;
}

#sidebarbox {
	padding: 0;
	margin: 0;
		float: left;
		width: 200px;
}

#sidebarboxx {
		float: right;
		width: 200px;
}

#sidebar, #sidebarr {
	padding: 10px 15px;
}

#main .sidebarelement {
	padding-bottom: 10px;
}

#content {
	float: left;
    margin: 0 0 0 20px;
    width: 540px;
}

#content.wide {
	width: 740px;
}

#breadcrumbs {
	text-align: left;
	padding-bottom: 4px;
}

#breadcrumbs a {
	color: #444444 !important;
	font-weight: normal !important;
}

#breadcrumbs a:hover {
	text-decoration: none !important;
	color: #336699 !important;
}

#footcontainer {
	background: transparent url(../assets/pic_footer_background.png) no-repeat center bottom;
	padding-bottom: 26px;
}

#footer {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #E0E0E0;
	width: 940px;
	padding: 20px;
		margin: 0 auto;
		background-color: #ffffff;
	text-align: center;
	color: #444444;
}

#footer a {
	color: #444444;
	text-decoration: none;
}

#footer a:hover {
	color: #336699;
}

