@charset "utf-8";
/* CSS Document */
/* CSS RESET */
html{
	color:#000;
	background:#FFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
li{
	list-style:none;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select{
	font-size:100%;
}
legend{
	color:#000;
}
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	font-size:small;
}
table {
	font-size:inherit;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	font-size:108%;
	line-height:100%;
}
.clearit {
	clear:both;
}
body {
	background:#ccc;
	font-family:"Times New Roman",Times,serif;
	text-align:justify;
}
#wrap {
	margin:0 auto;
	width:800px;
	background:url(../images/background.gif) repeat;
}
#content{
	padding:50px;
}
#head { 
	width:700px;
	height:83px;
	background:url(../images/head.gif) no-repeat;
}
#head h1, #head p {
	display:none;
}
#main {
	background:#fff;
	padding:20px 20px 0 20px;
}
#foot { 
	width:700px;
	height:83px;
	background:url(../images/foot.gif) no-repeat;
}
#foot p {
	text-align:center;
	padding-top:50px;
	color:#aaa;
}
#lcol{
	float:left;
	width:400px;
	padding:0 10px 0 0;
	border-right:1px dotted #aaa;
	margin-right:10px;
}
#rcol{
	float:left;
	width:239px;
}
#rcol h3 {
	color:#006699;
	font-weight:bold;
	margin-bottom: 5px;
}
#rcol p {
	margin-bottom:5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #aaa;
}
strong {
	color:#006699;
	font-weight:bold;
}
#lcol p {
	margin-bottom:10px;
}
.pbot {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #aaa;
	text-align:center;
}
h2 {
	font-size:larger;
	margin-bottom:10px;
}
.indent {
	margin-left:100px;
}
.box {
	padding:5px;
	background:#cae4f3;
	margin-bottom:10px;
}
#main p {
	padding-bottom:10px;
}
.logoimg {
	float:left;
	padding:0 10px 10px 0;
}