/* CSS Document */

body {
	margin:0px;
	background:#ffffff;
	-moz-box-sizing:border-box;
}

div {
	-moz-box-sizing:border-box;
}

#top {
	height:100px;
	border-bottom:1px solid #cccccc;
}

#logo_area {
	width:300px;
	padding:0px;
	text-align:right;
	vertical-align:bottom;
	height:98px;
	padding-right:15px;
	border-right:1px solid #cccccc;
	background-color:#E9E9E9;
	background:url(/images/top_bg.jpg) top left repeat-x;
}
	#logo_area h1 {
		font-family:Georgia;
		font-size:22px;
		letter-spacing:2px;
		width:300px;
		text-align:right;
		font-weight:normal;
		margin:0px;
		margin-top:50px;
	}
	#logo_area h2 {
		width:300px;
		text-align:right;
		font-family:Georgia;
		font-size:12px;
		font-weight:normal;
		margin:0px;
	}
#logo_image {
	position:absolute;
	left:305px;
	top:18px;
	width:300px;
	padding:0px;
	padding-left:15px;
	padding-top:5px;
	text-align:left;
	vertical-align:bottom;
}
#info_area {
	position:absolute;
	top:80px;
	right:15px;
	font-size:11px;
	font-family:Georgia;
	color:#333333;
}
	#info_area a {
		color:#666666;
		text-decoration:none;
	}
	#info_area a:hover {
		color:#333333;
		text-decoration:underline;
	}

#menu {
	margin-top:10px;
	width:210px;
	background:#ffffff;
	float:left;
}
	#menu a.normal {
		color:#333333;
		text-decoration:none;
		font-size:12px;
		font-family:Georgia;
		display:block;
		width:195px;
		text-align:right;
		line-height:25px;
		border-top:1px solid #cccccc;
	}
	#menu a.normal:hover {
		font-weight:bold;
		background:#e9e9e9;
	}

	#menu a.active {
		color:#333333;
		text-decoration:none;
		font-size:12px;
		font-family:Georgia;
		display:block;
		width:195px;
		text-align:right;
		line-height:25px;
		font-weight:bold;
		background:url(../images/mnuarrow1.gif) no-repeat;
		background-position-y:2px;
		background-position-x:20px;
		border-top:1px solid #cccccc;
	}
	#menu a.active:hover {
	}
	
	#menu a.saved {
		color:#333333;
		text-decoration:none;
		font-size:10px;
		font-family:verdana;
		display:block;
		width:195px;
		text-align:right;
		line-height:20px;
		font-weight:bold;
	}
	#menu a.saved:hover {
		font-weight:bold;
		background:#e9e9e9;
	}

#page_content {
	margin-left:215px;
	border-left:1px solid #cccccc;
	background:#ffffff;
	font-size:11px;
	font-family:Georgia;
	padding:15px;
}

	#page_content h1 {
		margin-top:0px;
		font-size:15px;
	}
	
#page_content td {
	font-size:11px;
	font-family:Georgia;
}
#page_content form {
	margin:0px;
}