body {
	background: #6ca8f2 url(../images/body_bg.png) repeat-x top center;
	margin: 0;
}

body * {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: small;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

a:link, a:visited {
	color: #369eff;
}

a:hover, a:active {
	color: #00d6ff;
}

.image-center {
	padding: 5px;
	text-align: center;
}

.image-left {
	margin: 0 5px 5px 0;
	float: left;
}

.image-right {
	margin: 0 0 5px 5px;
	float: right;
}

div.sizecontainer {
	position: relative;
	width: 850px;
	margin: 0 auto;
}

div#wrapper {
	width: 953px;
	margin: 0 auto;
}

/* @group Header */

div#header {
	height: 95px;
	background: transparent url(../images/header_bg.png) repeat-x;
	overflow: hidden;
}

div#header div.copy {
	position: absolute;
	top: 17px;
	left: 5px;
	font-size: 11px;
	z-index: 10;
	line-height: 15px;
}

div#header h1 {
	position: absolute;
	top: 18px;
	left: 0;
}

div#header ul {
	position: absolute;
	top: 5px;
	right: 0px;
}

div#header ul li {
	margin-right: 5px;
	float: left;
}

div#header div.bottom_copy {
	position: absolute;
	top: 54px;
	right: 0;
	z-index: 10;
}

div#header div.bottom_copy h2 {
	display: inline;
}

div#header div.bottom_copy,
div#header div.bottom_copy h2 {
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
}

/* @end */

/* @group Contents */

div#contents {
	background: #3383e7;
	padding: 10px 0;
}

div#contents div.middlewrapper {
	width: 858px;
	margin: 0 auto;
	background: transparent url(../images/page_middle_bg.png) repeat-y center center;
}

div#contents div.topwrapper {
	background: transparent url(../images/page_top_bg.png) no-repeat top center;
}

div#contents div.bottomwrapper {
	padding: 29px 18px;
	background: transparent url(../images/page_bottom_bg.png) no-repeat bottom center;
}



/* @end */

/* @group Footer */

div#footer {
	position: relative;
	height: 105px;
}

div#footer div.pagetop {
	text-align: right;
}

div#footer div.logo {
	position: absolute;
	top: 25px;
	left: 0;
}

div#footer ul {
	position: absolute;
	left: 189px;
	top: 41px;
}

div#footer ul li {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #003f8e;
	float: left;
}

div#footer ul li.last {
	border: none;
}

div#footer ul a {
	color: #003f8e;
}

div#footer div.copyright {
	position: absolute;
	color: #003f8e;
	top: 80px;
	right: 0;
	font-family: sans-serif;
}

/* @end */

/* @group Local Header */

div#localheader {
	padding: 10px 0 0;
	height: 85px;
	background: transparent url(../images/localheader_top.png) no-repeat top center;
	overflow: hidden;
}

/* @end */

/* @group Navi */

div#navi {
	height: 60px;
	background: transparent url(../images/navi_bg.png) repeat-x top center;
	overflow: hidden;
}

div#navi ul {
	position: absolute;
	top: 10px;
	left: 0;
}

div#navi ul li {
	float: left;
}

div#navi form {
	position: absolute;
	top: 16px;
	right: 0;
}

div#navi th {
	font-family: sans-serif;
	font-weight: normal;
	padding: 0 3px 0 10px;
	color: white;
}

div#navi td.submit {
	padding-left: 8px;
}

div#navi td input {
	border: 1px solid #ccc;
	width: 130px;
	height: 23px;
	background: white;
}

div#navi td.submit input {
	width: 60px;
	height: 25px;
	background: transparent url(../images/navi_login_button.png) no-repeat;
	border: none;
}

/* @end */

div.entrybuttons {
	width: 720px;
	padding: 10px;
	background: #e4e4e4;
	margin: 10px auto;
}

div.buttons {
	background: white;
	border: 1px solid #c9c9c9;
	padding: 10px;
}

div.trial {
	float: left;
}

div.entry {
	float: right;
}