body {
	margin: 0;
	padding: 0;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
body, div.bodybox {
	background: #fff url(/images/bg_grad.png) repeat-x scroll top left;
}
a {
	text-decoration: none;
}

p, ul {
	font-size: 0.8em;
/*	margin-left: 1em; */
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}

#content {
	width: 823px;
	margin: auto;
}

div.bodybox p, 
div.bodybox dl, 
div.bodybox ul {
	padding-right: 250px;
	text-align: justify;
}

/* Header/footer */
div.header {
	height: 80px;
	clear: left;
	width: 839px;
	margin: auto;
}
div.header img.logo {
	padding: 19px 70px;
	background: transparent url(/images/head_pad.png) no-repeat scroll center center;
}
div.header .menu {
	float: right;
	font-size: 0.7em;
	line-height: 1.5em;
	margin: 1em;
	text-align: center;
	width: 40em;
	
}
div.header .menu a {
	margin: 0.5em;
	text-decoration: none;
	color: #3f3f3f;
}
div.header .menu a.select, div.header .menu a:hover {
	color: #D128B5;
}

div.Footer {
	border-top: 1px solid #ccc;
	clear: both;
	text-align: right;
	padding-top: 1em;
	font-size: 0.7em;
	margin: 1em 10em;
}

/* end header/footer */

button, a.button {
	background: transparent url(/images/button_bg_y.png) no-repeat scroll center center;
	border: 0;
	width: 108px;
	height: 51px;
	font-size: 1em;
	float: right;
	color: black;
	text-align: center;
	display: block;
	line-height: 50px;
}
button.tryit, a.button.tryit {
	background-image: url(/images/button_bg_b.png);
	width: 126px;
	height: 49px;
	margin-right: 25px;
	margin-top: 25px;
	color: white;
	float: none;
}
div.tryit {
	text-align: center;
	margin: 0;
	padding: 0;
}

dl {
	margin-right: 0;
	padding-right: 0;
}

dl dt, td.dt {
	color: #0060b6;
	font-size: 0.8em;
	font-weight: bold;
}
dl dd {
	margin: 1em 0;
	margin: .2em 0px 2em 0px;
	font-size: 0.8em;
	padding-right: 0;
	margin-right: 0;
}
dl a, table.contact a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
dl a:hover {
	color: orange;
}

dl.contact, table.contact {
	float: left;
	padding-bottom: 1em;
	margin: 0;
	border-collapse: collapse;
}
table.contact {
	font-size: 0.9em;
}
table.contact td.dt {
	padding-right: 4em;
	padding-left: 0; margin-left: 0;
}
div.bodybox dl.contact, td.dt {
	padding-right: 1em;
}
dl.contact dt {
	float: left;
	width: 10em;
	margin-bottom: 0.5em;
	clear: left;
}

dl.contact dd {
	float: left;
	margin: 0;
}

h1 {
	background-color: blue;
	margin-top: 0;
	margin-bottom: 2em;
	margin-left: 1px;
	background: #133353 url(/images/headline_grad.png) repeat-x scroll bottom center;
	height: 24px;
	line-height: 24px;
	width: 460px;
	color: white;
	font-weight: normal;
	font-size: 24px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding: 32px 0 8px 1em;
}

h2 {
	color: #255FB5;
	margin: 1em 0 .5em 0;
	padding: .5em 0;
	font-weight: normal;
}


table.press {
	font-size: 0.8em;
	margin-bottom: 3em;
	text-align: justify;
	width: 575px;
}
td.date {
	width: 5em;
	vertical-align: top;
}
table.press a {
	color: #255FB5;
}
table.press a:hover {
	text-decoration: underline;
}

/* sidebar */
div.sidebar {
	float: right;
	margin: 2em;
	margin-right: 0.5em;
/*	padding: 1em;
	background: white url(/images/sidebar_grad.png) repeat-x scroll top left; */
}

div.sidebar img {
	margin: 0.5em;
}

div.sidebar h3 {
	color: #255FB5;
	font-size: 1em;
	white-space: nowrap;
}

div.sidebar p {
	margin: 1em;
}
