/* CSS Document */

/* Elements */
html {
	height: 101%;
}
body {
	height: 101%;
}

div, td, input, p, h1, h2, h3, h4 {
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #5F554D;
	padding-top: 0px;
	margin-top: 5px;
}
h2 {
	font-size: 18px;
	color: #5F554D;
	margin-top: 12px;
}
h3 {
	font-size: 14px;
	color: #105CB6;
}
small {
	font-size: 10px;
}
small ul {
	padding-left: 0px;
	margin-left: 15px;
}
blockquote {
	margin-left: 24px;
	margin-right: 0px;
}
a, a:link, a:visited, a:active {
	color: #105CB6;
}
a:hover {
	color: #000000;
}
hr {
	border-bottom: 1px dashed silver;
}

/* Classes */
.base {
	height: 100%;
	background-image: url("../images/base-fade.png");
	background-position: top left;
	background-repeat: repeat-x;
}
.menu {
	background-image: url("../images/menu-base.png");
	height: 36px;
	padding-left: 10px;
}
.page {
	width: 891px;
	background-color: white;
	background-image: url("../images/page.png");
	background-position: top left;
	background-repeat: repeat-y;
}
.foot {
	color: #666666;
	font-size: 10px;
	padding-left: 220px;
	background-image: url("../images/foot.png");
	height: 47px;
}
.foot a {
	color: #666666;
	text-decoration: none;
}
.foot a:hover {
	color: #333333;
	text-decoration: none;
}
.content {
	font-size: 12px;
	padding: 15px;
	min-height: 300px;
}
.side {
	padding-bottom: 165px;
	background-image: url("../images/side-seal.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}
.side-menu {
	margin-top: 5px;
}
.side-menu-normal {
	padding-left: 20px;
	height: 20px;
	margin-bottom: 3px;
	background-image: url("../images/side-normal.png");
}
.side-menu-normal a {
	line-height: 20px;
	text-decoration: none;
	font-style: italic;
	color: #333333;
}
.side-menu-current {
	padding-left: 20px;
	height: 20px;
	margin-bottom: 3px;
	background-image: url("../images/side-current.png");
}
.side-menu-current a {
	line-height: 20px;
	font-style: italic;
	text-decoration: none;
}