body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 30px 0 20px 0;
	background: #EBEBEB;
}

p {
	line-height: 140%;
	font-size: 100%;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	color: #AEBBEE;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	color: #AEBBEE;
	line-height: 0;
	padding-bottom: 12px;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	color: #888888;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	color: #888888;
}

.formtext {
	font-size: 90%;
	font-weight: bold;
	color: #888888;
}

.boldtext {
	font-weight: bold;
	color: #666666;
}

a:link {
	color: #657AD7;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #657AD7;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #8D8D8D;
	font-weight: bold;
	text-decoration: underline;
}

#outer_container {
	margin: 0 auto 0 auto;
	width: 730px;
	text-align: center;
}

#container {
	margin: 0 auto 0 auto;
	width: 700px;
	border: 3px solid #6C82C1;
	background: #FFFFFF;
	text-align: left;
}

#header {
	height: 117px;
	background:  url("images/layout_header.jpg") no-repeat;
}

#bar1 {
	border-top: 2px solid #6C82C1;
	border-bottom: 2px solid #AAAAAA;
	text-align: right;
	background: #F3F3F3;
	padding: 5px 8px 3px 8px;
	font-size: 95%;
	font-style: oblique;
	font-weight: bold;
	color: #888888;
}

#content {
	width: 530px;
	float: right;
	padding: 20px 15px 20px 0;
}

#footer1 {
	border-top: 2px solid #AAAAAA;
	background: #F3F3F3;
	clear: both;
}

#footer2 {
	text-align: center;
	border-top: 2px solid #6C82C1;
	background: #B8CCFC;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 0 4px 0;
	font-style: italic;
}

#navigation {
	padding: 25px 0 0 15px;
	width: 130px;
	float: left;
}

#navigation p {
	line-height: 80%;
}

#navigation a:link {
	color: #8D8D8D;
	font-size: 115%;
	font-weight: normal;
	text-decoration: none;
}

#navigation a:visited {
	color: #8D8D8D;
	font-size: 115%;
	font-weight: normal;
	text-decoration: none;
}

#navigation a:hover{ 
	color: #8D8D8D;
	font-size: 115%;
	font-weight: normal;
	text-decoration: underline;
}

.bordered_img {
	padding: 3px;
	border: 2px solid #556EB7;
}

.float_right {
	width: 310px;
	float: right;
	margin: 4px 0 10px 10px;
	font-size: 90%;
}

.box-right {
	float: right;
	width: 300px;
	margin: 0 0 15px 15px;
	padding: 10px 0;
	text-align: center;
	padding: 3px;
	border: 1px solid #BBBBBB;
	border-width: 1px 3px 3px 1px;
	font-size: 80%;
}
.box-right p {
	padding: 0;
	margin: 5px 0 0 0;
}

.img_right {
	margin: 0 0 15px 15px;
	padding: 3px;
	border: 1px solid #BBBBBB;
	border-width: 1px 3px 3px 1px;
}

.img_left {
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #BBBBBB;
	border-width: 1px 3px 3px 1px;
}

.img_style {
	padding: 3px;
	border: 1px solid #BBBBBB;
	border-width: 1px 3px 3px 1px;
}

a img {
	border: 0;
}

li {
	padding-bottom: 10px;
}

.caution {
	color: #990000;
	font-weight: bold;
	font-size: 120%;
}


