@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFFFFF;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	text-align: center;
}



h1 {

}

h2 {

}

h3{

}





p, li, a, td, th, dd, address, label {
	font-size: 12px;
	line-height: 130%;
	font-style: normal;
}

p, ul, dl, ol, address {
	margin-bottom: 30px;
}



img {
	border: 0px;
	display: block;
}

img.inline {
	display: inline;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

input, textarea, option, select {
	font-size: 11px;
}

option {
	padding-right: 5px;
}

a {
	text-decoration: underline;
	color: #0066CC;
}

a:hover {
	text-decoration: none;
	color: #0066CC;
}

ul, ol {
	margin-left: 8px;
	padding-left: 8px;
}

blockquote {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

blockquote p {
	font-style: italic;
	background-image: url(images/blockquote_start.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 0px;
	text-indent: 19px;
}


/* custom styles ================== */

.wrapper {
	width: 820px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

.header {
	width: 800px;
	position: relative;
	height: 110px;
	margin-bottom: 20px;
}

.leaderboard {
	position: absolute;
	top: 10px;
	left: 45px;
}

.col_180 {
	float: left;
	width: 180px;
}

.col_440 {
	float: left;
	width: 440px;
}

.margin_right_10 {
	margin: 0 10px 0 0;
}

.clearing {
	clear: both;
}

.box_180_bg {
	width: 180px;
	background-image: url(images/box_180_bg.png);
	background-repeat:repeat-y;
}

.box_180_cap {
	background-image: url(images/box_180_cap.png);
	background-repeat: no-repeat;
	background-position: top;
}

.box_180_shoe {
	background-image: url(images/box_180_shoe.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 2px;
}

.box_440_bg {
	width: 440px;
	background-image: url(images/box_440_bg.png);
	background-repeat:repeat-y;
}

.box_440_cap {
	background-image: url(images/box_440_cap.png);
	background-repeat: no-repeat;
	background-position: top;
}

.box_440_shoe {
	background-image: url(images/box_440_shoe.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 2px;
}

.std_list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.std_list li {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	font-size: 11px;
}

.std_list li a {
	font-size: 11px;
	text-decoration: none;
}

.std_list li a:hover {
	font-size: 11px;
	text-decoration: underline;
}

.big_list {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.big_list li {
	list-style: none;
	margin: 0 0 6px 0px;
	padding: 0 0 0 20px;
	background-image: url(images/bullet_big.png);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 16px;
}

.big_list li a {
	font-size: 12px;
	text-decoration: none;
	color:#000000;
}

.big_list li a:hover {
	font-size: 12px;
	text-decoration: underline;
	color:#000000;
}

.image_inner {
	background-image: url(images/image.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.box_inner {
	padding: 5px 8px;
}

.blackhead {
	background-color: #000000;
	padding: 6px 4px;
}

p.title {
	font-size: 15px;
	line-height:  13px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #8AA032;
}

.blackhead p.title {
	color: #fff;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.greyhead {
	background-color: #999999;
	padding: 6px 4px;
}

.greyhead p.title {
	color: #fff;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}