﻿@import url("layout.css");
@import url("Main.css");

h1 {
	line-height: 39px; margin: -3px 0px 6px; color: #006699; font-size: 24px; font-weight: bolder
}
h2 {
	line-height: 24px; margin: 24px 0px 6px; color: #0096db; font-size: 20px; font-weight: lighter
}
h3 {
	line-height: 20px; margin: 0px; color: #0096db; font-size: 18px; font-weight: bold
}
h4 {
	line-height: 18px;
	margin: 0px;
	color: #0096db;
	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;
}
/********************************  ****************************************/	
#home_orgs {
  width: 100%;
  margin:5px 6px 0px 6px;
  width:150px;
  float:left;
  text-align:center;
}
#home_Seal {
  width: 100%;
  margin:5px 10px 0px 10px;
  width:200px;
  float:left;
  text-align:center;
}
#home_orgsSpacer {
  width: 100%;
  margin:5px 6px 0px 6px;
  width:75px;
  float:left;
}
/******************************** Content Area ****************************************/	
#content {
	padding: 10px 10px 10px 10px;
	width: 740px;
	float: right;
}
#content_center {
	padding: 10px 50px 10px 50px;
	width: 810px;
	float: left;
}
#content #box {
	background: url(../images/Box/Content740/Blue/Body.gif) left top repeat-y;
	background-color: #cccccc;
}
#content #box .top {
	background: url(../images/Box/Content740/Blue/Top.gif) no-repeat left top; 
	padding: 10px  10px 10px 10px;
	width: 720px;
}
#content #box .bottom {
	background: url(../images/Box/Content740/Blue/Bottom.gif) no-repeat left top; 
	height: 15px;
}
#Home_title {
	background: url('../images/Box/TitleBar740/blue.gif') no-repeat center top  ;
	padding: 5px 35px 5px 35px;	 
	text-align:center;
	width:740px;
}
#Home_title h1 {
	color:white;
}
#content_title {
	background: url('../images/Box/TitleBar740/blue.gif') no-repeat left top;
	padding: 10px 0px 10px 0px;	 
	text-align:center;
	width: 740px;
}
c
#content_subtitle {
	background: url('../images/Box/TitleBar720/blue.gif') no-repeat left top;
	padding: 10px 0px 10px 0px;	 
	text-align:center;
	width: 720px;
}
#content_subtitle h1 {
	color:white;
}

