@charset "UTF-8";

/* CSS Document */

body,td,th {
	font-family: 'Open Sans', sans-serif;;
	background-color: #333;
	font-size: 14px;
	color: #CCC;
}
a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a:link {
	color: #C60;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
.name {
	font-family: 'Open Sans', sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:677px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	width:600px;
	height:679px;
	z-index:2;
	left: 220px;
}
.text-a {
	font-size: 9pt;
	color: #FFF;
	padding-right: 10pt;
	font-family: 'Open Sans', sans-serif;
}
.text-a {
	font-family: 'Open Sans', sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
}
a:active {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 2em;
	
}

h1 {
	font-size: 12px;
	margin-bottom:2px;
	font-weight:100;
	text-align: right;
}
h2 {
	font-weight: 100;
	font-size:10px;
	margin-top:0px;
	padding-bottom: 12px;
	letter-spacing: 1px;
	text-align:right;
}
h3 {
	font-size: 20px;
	font-weight:100;
}
h4 {
	font-weight: 100;
	font-size:8px;
	margin-top:0px;
	padding-bottom: 12px;
	letter-spacing: 1px;
	text-align:right;
}
h5 {
	margin:0px;
	
}
#container {
	width: 800px;
	height: 6700px;
	padding: 25px;
	margin: 0 auto;
	
	float:center;
	}
.left-col {
	width: 240px;
	float:left;
}
.right-col {
	width: 540px;
	float:right;
}
#banner {
                position: relative;
                top: 0px;
                left: 0px;
                right: 0px;
                width: 100%;
                height: 70px;
                z-index: -1;
				background-color:#000;
			
}