@charset "utf-8";
/* CSS Document */

body {
	background: #fff url(/images/body_bg.gif) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0189B4;
	}
p a {
	color: #0189B4;
	text-decoration: none;
	border-bottom: 1px solid #9DD204;
	}
	p a:hover {
		border-bottom: 1px solid #0189B4;
		}
strong {
	font-weight: bold;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
.login {
	width: 150px;
	}
.loginbtn {
	float: right;
	font-size: 16px;
	padding: 10px;
	width: 150px;
	}
#container {
	background: url(/images/head_bg.jpg) top left no-repeat;
	width: 640px;
	margin: auto;
	padding-top: 84px;
	}
	#content_wrap {
		background: url(/images/gradient.gif) top left repeat-y;
		width: 640px;
		}
		#links {
			float: right;
			margin-top: 24px;
			margin-right: 5px;
			}
		#sidebar {
			float: left;
			padding-top: 10px;
			width: 187px;
			}
			#sidebar ul {
				margin-top: 4px;
				margin-bottom: 10px;
				}
				#sidebar li {
					background-color: #fff;
					color: #000;
					font-size: 9px;
					padding: 1px 0 1px 2px;
					margin-bottom: 2px;
					line-height: 11px;
					}
		#content {
			clear: right;
			padding-top: 20px;
			margin-left: 200px;
			}
			#content table td {
				vertical-align: top;
				}
				#content table td.head {
					text-align: left;
					padding: 5px;
					border-bottom: 10px solid #fff;
					background-color: #0088B3;
					color: #fff;
					font-weight: bold;
					}
			#content img.left {
				margin: 5px 10px 5px 0;
				}
			#content img.right {
				margin: 5px 0 5px 10px;
				}
			#content p {
				margin-bottom: 10px;
				}
				#content p.foot {
					margin-top: 20px;
					font-size: 10px;
					padding-bottom: 5px;
					}