/* CSS Document */

body {
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 auto;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.scarlet {
	font-size: 0.7em;
	color: #FFFFFF;
}

.scarlet a {
	color: #FFFFFF;
}

.white {
	color: #FFFFFF;
}

.white a {
	color: #FFFFFF;
}

.blue {
	color: #337FA1;
}

h1 {
	font-size: 1.6em;
	color: #337FA1;
	font-weight: normal;
}

h2 {
	color: #337FA1;
	font-size: 1em;
}

#pagecontain {
	width: 1003px;
	margin: 0 auto;
	background-image: url(../images/template/background.gif);
	background-position: left;
	background-repeat: repeat-y;
}

#content {
	width: 568px; /*total=648px*/
	border-top: 1px solid #95B1BD;
	border-bottom: 1px solid #95B1BD;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: justify;
	float: left;
}

#right {
	width: 214px; /*total=240px*/
	background-color: #95B1BD;
	border-left: 1px solid #2C809A;
	padding-top: 71px;
	padding-bottom: 20px;
	text-align: left;
	padding-left: 25px;
	color: #FFFFFF;
	float: right;
}

#top {
	width: 763px;
	height: 70px; /*total=71px*/
	background-color: #95B1BD;
	border-bottom: 1px solid #2C809A;
	float: left;
}

#left {
	width: 114px; /*total=115px*/
	background-color: #95B1BD;
	border-right: 1px solid #2C809A;
	padding-bottom: 20px;
	float: left;
	clear: left;
}

#navigation {
	height: 25px;
	margin-top: 45px;
	margin-left: 114px;
	border-left: 1px solid #2C809A;
	text-align: left;
	padding-left: 40px;
}

.textfield {
	width: 200px;
	border: 1px solid #337FA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px;
}

.cell {
	vertical-align: top;
	padding-top: 7px;
	padding-left: 10px;
}

.table {
	border: 1px solid #337FA1;
	background-color: #C4D8E1;
	margin-top: 10px;
}