﻿@import url('/css/reset.css');

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
    line-height: 1.4em;
	height: 100%;
	color: #4b4b4b;
}

a {
	color: #005dcf;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 1em 0 1em 3em;
}

h1 {
    font-size: 1.3em;
    font-weight: bold;
    color: black;
}

h2 {
	font-size: 1.1em;
    font-weight: bold;
    color: black;
}

h3 {
    font-size: 1em;
    font-weight: bold;
    color: black;
    margin-bottom: .15em;
}

strong {
	font-style: bold;
}

em {
	font-style: italic;
}

dt {
    font-weight: bold;
}

/* CLASSES */

.two_columns {
	width: 100%;
	overflow: hidden;
}

.two_columns .one, .two_columns .two {
	width: 50%;
	float: left;
}

.two_columns .inner {
	padding: 6px;
}

.three_columns {
	width: 100%;
	overflow: hidden;
}

.three_columns .one, .three_columns .two, .three_columns .three {
	width: 33%;
	float: left;
}

.three_columns .inner {
	padding: 6px;
}

.four_columns {
	width: 100%;
	overflow: hidden;
}

.four_columns .one, .four_columns .two, .four_columns .three, .four_columns .four {
	width: 25%;
	float: left;
}

.four_columns .inner {
	padding: 6px;
}

.findpartner {
	width: 100%;
	overflow: hidden;
}

.findpartner .dd, .findpartner .cb, .findpartner .s {
	float: left;
	margin-right: 3em;
}

.findpartner .cb {
	text-align: right;
}





