﻿@import url("layout.css");
@import url("Main.css");

h1 {
	line-height: 39px;
	margin: -3px 0px 6px ;
	color: #006600;
	font-size: 24px;
	font-weight: bolder;
}
h2 {
	line-height: 24px;
	margin: 24px 0px 6px;
	color: #336600;
	font-size: 20px;
	font-weight: lighter;
}
h3 {
	line-height: 20px;
	margin: 0px;
	color: #336600;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	line-height: 18px;
	margin: 0px;
	color: #336600;
	font-size: 16px;
	font-weight: bold;
}
h5 {
	line-height: 16px; margin: 0px; color: #333; font-size: 12px; font-weight: bold
}
ul {
	padding-bottom: 0px; margin: 0px 18px 18px; padding-left: 9px; padding-right: 9px; padding-top: 0px
}
ul ul {
	padding-bottom: 0px; margin: 0px 18px; padding-left: 0px; padding-right: 0px; padding-top: 0px
}
li {
	list-style-type: disc; margin: 0px 0px 3px
}
li li {
	list-style-type: circle; margin: 0px 0px 3px
}
a {
	color: #393939;
}
a:hover {
	color: #78a;
}
/******************************** Content Area ****************************************/	
#content {
	padding: 10px 10px 10px 10px;
	width: 740px;
	float: right;
}
#content_center {
	padding: 10px 100px 10px 100px;
	float: left;
}
#content #box {
	background: url("../images/Box/Content740/Black/Body.gif") left top repeat-y;
	background-color: #cccccc;
}
#content #box .top {
	background: url("../images/Box/Content740/Black/Top.gif") left top no-repeat;
	padding: 10px  10px 10px 10px;
	width: 720px;
}
#content #box .bottom {
	background: url("../images/Box/Content740/Black/Bottom.gif") no-repeat left top; 
	height: 15px;
}
#content_title {
	background: url("../images/Box/TitleBar740/green.gif") no-repeat left top;
	padding: 10px 0px 10px 0px;	 
	text-align:center;
	width: 740px;
}
#content_title h1 {
	color:white;
}
#content_subtitle {
	background: url("../images/Box/TitleBar720/green.gif") no-repeat left top; 
	padding: 10px 0px 10px 0px;	 
	text-align:center;
	width: 720px;
}
#content_subtitle h1 {
	color:white;
}





