html, body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	color: #414143;
	background: #FFFFFF;
	background-image:url('../image-lib/background_fade.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

a:active, a:visited, a:link {
	text-decoration: none;
	color: #C71A21;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0px;
	line-height: 1.2;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
	font-style: italic;
}

h5 {
	font-size: 100%;
	font-style: italic;
}

li {
	margin-top: 1em;
}

.imagewithlabel {
	font-size: 80%;
	font-style: italic;
}

.dotted {
	border: 1px;
	border-bottom-style: dotted;
	border-color: #CCCCCC;
}

#container {
	position: relative;
	min-height: 100%;
	min-width: 998px;
	background: transparent;
	background-image: url('../image-lib/background.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#homecontainer {
	position: relative;
	min-height: 100%;
	min-width: 998px;
	background: transparent;
}

#quicklinks {
	background: transparent;
	width: 948px;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

#bar {
	width: 100%;
	background: #414143;
}

#navbar {
	font-size: 16px;
	font-weight: bold;
	width: 998px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
}

#logo {
	width: 420px;
	height: 30px;
	float: left;
}

a.navbar {
	margin-left: 1em;
}

a.navbarfirst {
	margin-left: 0.4em;
}

#navbar img {
	vertical-align: -30%;
}

#navbar a:active, #navbar a:visited, #navbar a:link {
	color: #FFFFFF;
}

#navbar a:hover {
	color: #D8DDE0;
	text-decoration: none;
}

#main {
	width: 966px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background: transparent scroll left top repeat-x url('../image-lib/background_white.gif');
	float: left;
	width: 756px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 40px;
	line-height: 1.4;
}

#leftbar {
	background: transparent scroll left top repeat-x url('../image-lib/background_white.gif');
	float: left;
	width: 0px;
}

#rightbar {
	background: transparent scroll left top repeat-x url('../image-lib/background_white.gif');
	float: right;
	width: 180px;
	padding-top: 92px;

}

#news {
	background: #FFFFFF scroll left top;
	font-size: 80%;
	margin-bottom: 20px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#bookmarks {
	background: #FFFFFF scroll left top;
	padding: 0px;
}

#bookmarks a {
	color: #414143;
}

.actionbox {
	float: left;
	width: 213px;
	height: 357px;
	margin-right: 29px;
	margin-top:20px;
	padding: 5px;
	font-size: 200%;
	text-align: right;
	color: #FFFFFF;
}

.actionbox a:active, .actionbox a:visited, .actionbox a:link {
	color: #FFFFFF;
}

.actionbox a:hover {
	text-decoration: underline;
}

#contentclear {
	clear: both;
	padding-bottom: 60px;
	line-height: 0px;
	font-size: 0px;
	width: 100%;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 80%;
	width: 100%;
	background: #414143;
	color: #D8DDE0;
}

#footer div {
	vertical-align: middle;
}

#footer a:active, #footer a:visited, #footer a:link {
	color: #D8DDE0;
}

#footer form {
	margin-top: 4px;
}

#search {
	display: inline;
}

input.search {
	font-size: 1em;
}

form.float {
	float: left;
	width: 600px;
	margin-top: 6px;
	margin-bottom: 6px;
}

form.float div {
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
}

form.float span.left {
	float: left;
	text-align: right;
	margin-right: 6px;
	width: 190px;
}

form.float span.right {
	float: right;
	width: 400px;
}

form.float input.hidden {
	visibility: hidden;
}

div.form {
	clear: both;
	margin-top: 4px;
	margin-bottom: 4px;
}

#cse-search-box {
	display: inline;
}

#sign-in-box {
	padding-top: 20px;
}
