* { margin: 0; padding: 0; }
body { 
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff url(../images/bg.gif) repeat-x; 
	color: #444; 
}

a {	color: #317486;	background: inherit; text-decoration: none; }
a:hover { color: #808080; background: inherit; text-decoration: underline;}
p { margin: 0 0 15px 0; }
h1 { font: bold 1.7em Arial, Sans-Serif;  margin: 8px 0 0; }
h1 a { color: #fff; background: inherit; }
h1 a:hover { color: #E4FFD3; background: inherit; text-decoration: none; }
h2 { font: bold 1.5em Arial, Sans-Serif; margin: 0 0 12px; }
h3 { font: bold 1.25em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: 1.05em; }
h5 { font: 0.75em Arial, Sans-Serif; }
h7 { font: bold 1.8em Arial, Sans-Serif; margin: 0 0 12px; }


#content {
	width: 900px;
	margin: 0 auto;
}

#logo {
	margin: 0;
	height: 45px;
	width: 332px;
	float: left;
	background: url(../images/logo1.gif) no-repeat bottom;
}
#intro { 
	clear: both;
	background: #fff url(../images/header.gif) no-repeat;
	color: #000;
	height: 215px;
	margin: 0 0 5px;
	padding: 25px 40px 0 0;
	text-align: right;
}
	#intro h1 { margin: 0; }
	#intro p { margin: 0; }

#left {
	clear: left;
	float: left;
	width: 240px;
	padding-left: 15px;
	font-size: 1.0em;
	margin: 0 0 15px;
}
#left ul {list-style: none;}

#leftmenu {margin: 0 0 20px 0; }
#leftmenu li {
	color: #666;
	font-size: .9em;
}
#leftmenu li a {
	color: #666;
	background: none;
}
#leftmenu li a#current { background: #505050; color: #FFFFFF; }
h2.title {font-style: oblique;}
h2.title span {text-decoration: underline;}
h2.title:first-line {
	font-weight: normal;
	font-size: .8em;
	font-style: normal;
	color: #808080;
}

#right {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #ccc;
	float: right;
	width: 560px;
	text-align: left;
}
#notice {
	padding: 12px 14px 1px;
	background: #f4f4f4 url(../images/noticebg.gif) no-repeat bottom right;
	color: #808080;
}
#notice li {padding: 5px 0 0 5px; margin: 0 0 0 10px; list-style: disc;}
#notice blockquote {font-style: oblique;}
#notice cite {
	font-style: normal;
	font-size: .8em;
	line-height: 8px;
}
	#left a, #right a { color: #317486; }
	#right li { margin: 0 0 0 15px; color: #666666; }

	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	font-size: .9em;
	color: #808080;
	overflow: auto;
	height: 1%;
}
	#footer a { color: #4CA031; background: #fff; }
#col1 {
	float: left;
	width: 274px;
	padding: 7px 0 0 15px;
	margin: 0 0 10px;
}
#col2 {
	float: left;
	width: 260px;
	border-left: 1px solid #ccc;
	padding: 7px 0 0 40px;
}
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }



