@charset "utf-8";
/* CSS Document */

/* Basics */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #F0FFFF;
	background-repeat:repeat; 
}
a:link, a:visited, a:active {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #369;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}

/* Layout */
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#content-wrapper {
	padding-left:27px;
}
#inset {
	padding-left:27px
}
#header {
	background-image:url(../images/banner.png);
	height:100px;
}
#menu-bar {
	height:24px;
	background-color: #003366;
}
#page-title {
	font-size:medium;
	font-weight:bold;
}
#content {
	height:100%;
	background-color:#FFF;
	padding:5px;
}
#content2 {
	height:100%;
	background-color:#FFF;
	padding:5px;
}
#bottom-bar {
	height:15px;
	background-color: #090;
	background-image:url(../images/title-bak.png);
	background-repeat:repeat;
}
#footer {
	text-align:center;
	padding-top:5px;
}

