/* Generic formatting */
/* ------- --------- */
/* Layout classes */
body {
	color: #565656;
	background-color: #8a8a8a;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	height: 100%;
	line-height: 125%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-style: normal;
}

body .container{
    background-image: url(images/partners_bg.png);
    background-repeat: repeat-y;
    background-position: top left;
    border: 5px solid #ffffff;
/*    height: 100%;*/
    margin: 10px auto;
    padding: 0;
    width: 692px;
}

body .container table, body .container p, ul, li {
	height: 100%;
	text-align: left;
}

table td {
}

#top {
    height: 233px;
}

img, #top div {
	border: none;
	margin: 0;
}
#top .menu {
	height: 27px;
	white-space: nowrap;
	width: 692px;
	background-color: #999;
	background-image: url(images/nav_padding.png);
	background-repeat: repeat;
	float: right;
	text-align: left;
}

#top img, div{
    margin: 0;
    padding: 0;
}

#top .menu img {
	float: left;
	height: 24px;
}

#bottom {
	border-top: 5px solid #ffffff;
	line-height: 150%;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}

.body {
    float: right;
    padding-top: 5px;
    width: 320px;
}

h1 {
	color: #333333;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}

hr{
    border: none;
    color: #8a8a8a;
    background-color: #8a8a8a;
    height: 1px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.sidebar {
    border-left: 1px solid #8a8a8a;
    float: right;
    margin-left: 18px;
    padding-left: 18px;
    padding-right: 10px;
    width: 176px;
}
#stretch {
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: right;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:link, a:visited {
    color: #192e6c;
}
a:hover, a:active {
	color: #a8a8a8;
	text-align: left;
}

.indent{
    padding-left: 10px;
}

.line_bottom{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8a8a8a;
}
.container #bottom .body.line_bottom.style1 .style3 .style1 {
	color: #F00;
	text-align: left;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
