@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


i {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

B {
	color: #000000;
	font: small Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

	
h1 {
	color: #000000;
	font: small Arial, Helvetica, sans-serif;
	font-size: 13px;}
	
h2 {
	color: #000000;
	font: small Arial, Helvetica, sans-serif;
	font-size: 14px;}
	
h3 {
	color: #000000;
	font: small Arial, Helvetica, sans-serif;
	font-size: 15px;}
	
h4 {
	color: #000000;
	font: small Arial, Helvetica, sans-serif;
	font-size: 16px;}
	
h5 {
	color: #000000;
	font: small Arial, Helvetica, sans-serif;
	font-size: 17px;}
	
h6 {
	color: #000000;
	font: small Arial, Helvetica, sans-serif;
	font-size: 18px;}
	
a {
	color: #999966;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

a:hover {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.main {
	height: 1300px;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 100px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: ffffff;
	border-right-color: ffffff;
	border-bottom-color: ffffff;
	border-left-color: ffffff;
}
.header {
	height: 197px;
	width: 641px;
}
.middleline {
	float: left;
	height: 1500px;
	width: 3px;
	background-color: #666666;
	margin-top: 10px;
}


.rightcolumn {
	height: auto;
	width: 200px;
	float: right;
	padding-left: 10px;
}
.leftcolumn { height: auto; width: 400px; float: left; padding-right: 10px; padding-left: 10px; }
.leftlower {
	float: none;
	width: 250px;
	height: auto;
	background-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
}

.leftlower strong {
	color: #333366;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


.leftlower h1 {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

.leftlower p {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.footer {
	height: 10px;
	width: 400px;
	float: left;
}
