body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #333333;
	margin: 0;
	padding: 0;
	background-color: #ccc;
	margin-top: 10px;
}

p, h1, h2, h3, h4, h5, ul {
	margin-top: 0;
	margin-bottom: 1em;
}

a {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}

label{
  float: left;
  width: 120px;
  text-align: right;
  padding-right: .4em;
}

p.signed_by {
  text-align: right;
  margin-right: 2em;
  font-style: italic;
}

.picture {
  float: right;
  margin: 0 4px 8px 4px;
  font-size: 80%;
}

.picture img {
  border: 1px solid #999;
  padding: 2px;
}

.picture p {
  text-align: right;
}

#page {
	width: 716px;
	margin: 0 auto;
	background: transparent url(images/page_bg.gif) top left repeat-y;
}

#top {
	position: relative;
	height: 75px;
	width: 716px;
	background: transparent url(images/page_top.gif) top left no-repeat;
}

#logo {
	position: absolute;
	top: 24px;
	left: 30px;
}

#top_menu {
	position: absolute;
	bottom: 6px;
	right: 30px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #aaa;
}

#top_menu a {
	font-weight: normal;
	color: #333;
}

#top_menu a:hover {
	text-decoration: underline;
	color: #C00;
}

#banner {
	position: relative;
	width: 700px;
	height: 56px;
	margin-left: 8px;
	background: transparent url(images/banner_inside.gif) top left no-repeat;
}

#banner h2 {
  position: absolute;
  color: #fff;
  top: 14px;
  left: 22px;
  font-size: 16px;
}

#banner h2 .name {
  font-weight: normal;
  font-style: italic;
}

#contents {
	width: 656px;
	margin-left: 30px;
	margin-top: 22px;
}

#main {
	width: 420px;
	float: left;
	text-align: left;
	line-height: 1.5;
  
}

#main h1 {
	color: #42486C;
	font-size: 24px;
	line-height: 1.4;
	margin-top: 0;
}

#main h2 {
  margin-bottom: 2px;
  padding-bottom: 0;
  border-bottom: 1px solid #42486C;
}

#sidebar {
	width: 208px;
	margin-left: 444px;
	font-size: 13px;
}

#sidebar h2 {
	color: #C00;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: .2em;
	text-decoration: underline;
}

#sidebar p {
	margin-top: 0;
	margin-bottom: .4em;
}

#home_page_box {
	clear: both;
	width: 656px;
	height: 132px;
	background: transparent url(images/home_page_box.gif) top left no-repeat;
}

#home_page_box div.home_box {
	width: 217px;
	float: left;
	color: #666;
	Xborder: 1px solid red;
	
}

#home_page_box h2 {
	margin-left: 10px;
	margin-top: .6em;
	margin-bottom: .2em;
}

#home_page_box p {
	margin-left: 10px;
}

#home_page_box a {
	margin-left: 10px;
}

#page_bottom {
	clear: both;
	height: 40px;
	width: 716px;
	background: transparent url(images/page_bottom.gif) bottom left no-repeat;
	text-align: center;
	font-size: 90%;
	line-height: 32px;
	font-weight: bold;
	color: #42486C;
}

#bottom_menu {
  text-align: center;
  font-size: 90%;
  
}

#copyright {
	text-align: center;
	margin-top: 1em;
	color: #999;
	font-size: 80%;
}

#copyright a {
  color: #8B7AA7;
}
