/*<group=General Styles>*/

body {
	background-color: #f6ebd8; 
	margin: 0; 
	padding: 0;
	font-family: Helvetica, "Century Gothic", Arial, Geneva, Swiss, SunSans-Regular;
	font-weight: normal;
	font-size: 13px; 
	line-height: 1.1em;
	color: #614; 
}

a:link {
	color: #339; 
	text-decoration: none;
}

a:visited {
	color: #339;
	text-decoration: none;
}

a:hover, a:active {
	color: #614; 
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0;
	line-height: 1.2em;
}

p { 
	margin: 0px; 
	padding-right: 5px; 
	padding-bottom: 5px;
}

img { 
	border: 0;
}

img.right { 
	float: right;
	padding: 0 0 0 20px;
}

#logo {
	vertical-align: middle;
	}

.clearer {
	clear: both;
}

/*</group>*/

/*<group=Layout>*/

#container {
	position: relative; 
	margin: 0 auto; 
	width: 800px; 
}

#top {
	position: absolute; 
	top: 5px; 
	background: #614; 
	margin: 0; 
	padding: 0; 
	width: 800px; 
	height: 250px;
}

#top2 {
	position: absolute; 
	top: 5px; 
	left: 5px; 
	background: #f6ebd8; 
	margin: 0; 
	padding: 0; 
	width: 175px; 
	height: 240px;
	background-image: url('logo.png'); 
	background-repeat: no-repeat; 
	background-position: center;
}

#top3 {
	position: absolute; 
	top: 5px; 
	left: 185px; 
	background: #f6ebd8; 
	margin: 0; 
	padding: 0; 
	width: 610px; 
	height: 240px;
	background-image: url('head.jpg'); 
	background-repeat: no-repeat; 
	background-position: right;

}
#leftshell {
	margin: 0; 
	position: absolute; 
	top: 260px; 
	width: 150px; 
	background: #614; 
}

.left {
	background: #9bc; 
	margin: 5px 5px 5px; 
	padding: 10px;
	border: 1px solid #339; 
}

.left h1 {
	text-align: center; 
	border-bottom: 1px solid #339; 
	margin: 10px 0 2px; 
	font-size: 1.4em;
}

.left h2 { 
	font-size: 1em;
	padding-top: 10px;
}

.left h3 { 
	font-size: 1em;
}

.left h4 { 
	text-align: right;
	font-size: 1em;
	padding: 5px 0 5px;
}

.left h5 { 
	font-size: .9em; 
	font-weight: normal;
	line-height: 1.1em;
}

.left h6 { 
	font-size: .8em; 
	font-weight: normal;
	line-height: 1.1em;
}

.left p { 
	font-size: .8em; 
	font-weight: normal;
	line-height: 1.1em;
}

#mainshell { 
	background: #614; 
	position: absolute; 
	left: 155px; 
	top: 260px; 
	padding: 0; 
	margin: 0;
	width: 645px;
}
	
#main {
	background: #9c8; 
	padding: 10px;
	margin: 5px;

}

#main h1 { 
	font-style: normal; 
	text-align: center; 
	border-bottom: 2px solid #339; 
	margin: 10px 0 30px; 
	font-size: 1.8em;
}

#main h1.withsub { 
	margin: 10px 0 0; 
}

#main h2 { 
	text-align: center;
	border-bottom: 1px solid #339; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	font-size: 1.6em;
}

#main h3 { 
	padding-top: 5px; 
	padding-bottom: 5px;
	font-size: 1.2em;
}

#main h4, span.more { 
	text-align: right;
	font-size: 1em;
	padding-bottom: 2px;
	font-weight: bold;
}

#main h5 {
	font-size: 1em;
	font-weight: bold;
}

#main h5.sub {
	font-weight: normal;
	padding: 2px 0 5px;
}

#main h6 {
	text-indent: 45%; 
	font-size: 1em;
	font-weight: normal;
	padding-top: 6px;
}

#main p { 
	text-indent: 15px;
}

#main p.noindent { 
	text-indent: 0px;
}

#main ol { 
	padding-left: 20px;
}

#main ol li{ 
	margin-bottom: 15px;
}

#main ul li{ 
	margin-bottom: 15px;
}

.left ul {
	list-style-type: none; 
	padding: 0;
	margin: 0;
}

.left ul ul {
	list-style-type: none; 
	padding: 0;
	margin-left: 10px;
}

.center {
	text-align: center;
}


