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

body {
    background-color: #ccc;
    font-size: 12px;
    line-height: 130%;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

img { border: 0; }

table {
	border: 0;
	border-collapse: collapse;
}

tr {
	vertical-align: top;
}

td, th {
	margin: 0;
	padding: 0 0 12px 0;
}

td img, #logo img {
	display: block;
}

#logo {
	background: url(../images/logo_backing.gif) repeat-x;
}

.t01 {
	background-color: #fff;
	width: 770px;
}

#main {
    margin: 10px auto;
    width: 770px;
    background-color: #fff;
}

#left {
	width: 566px;
	padding: 15px 40px 0;
}

#right {
    width: 204px;
	background: url(../images/right.gif) repeat-y;
}

#copyright {
    margin-top: 0px;
	border-top: 1px solid #6e6e6e;
    background: url(../images/copyright.gif) repeat-x 0 1px;
    height: 27px;
    padding: 8px 0 0 40px;
}

.clear_break {
    clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.button, .button_over {
	margin: 0 6px 0 10px;
	padding: 9px 0 0 9px;
	width: 179px;
	height: 35px;
	font-weight: bold;
	font-size: 15px;
}

.button {
	background: url(../images/button.gif) no-repeat;
	color: #fff;
}

.button_over {
	background: url(../images/button_over.gif) no-repeat;
	color: #29639c;
	cursor: pointer;
}

.linkage a:link { color: #29639c; }
.linkage a:visited { color: #29639c; }
.linkage a:active { color: #fff; }
.linkage a:hover { background-color: #cdddec; }

.button a:link, .button_over a:link { border: 0; text-decoration: none; }
.button a:link { color: #fff; }
.button_over a:link { color: #29639c; }
.button a:visited, .button_over a:visited { border: 0; text-decoration: none; }
.button a:visited { color: #fff; }
.button_over a:visited { color: #29639c; }
.button a:active, .button_over a:active { border: 0; text-decoration: none; }
.button a:active { color: #fff; }
.button_over a:active { color: #29639c; }
.button a:hover, .button_over a:hover { border: 0; text-decoration: none; }
.button a:hover { color: #fff; }
.button_over a:hover { color: #29639c; }



h1 {
	font-weight: bold;
	background: url(../images/headline.gif) no-repeat;
	height: 27px;
	margin-top: 0;
	padding: 6px 0 0 30px;
	font-size: 15px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #29639c;
}

.right_image {
	float: right;
	margin: 0 0 12px 12px;
}

.info {
	padding-left: 12px;
}

#pops {
	text-align: right;
	padding-top: 30px;
	padding-right: 12px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	float: right;
}

.homeboy {
	font-size: 14px;
}