/* Polar Style Sheet */

/* Global Styling */

body { color: black;
    background-color: gray;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 8pt;
    text-align: center;
    letter-spacing: 1px;
    margin: 0px;
    }

a {
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	}

a:hover {
	color: blue;
	text-decoration: none;
	}

/* Specific Layout & Styling */

.heading1 {
	font-size: 22pt;
	font-weight: bold;
	color: silver;
	position: relative;
	left: 100px;
	top: 16px;
	}

.heading2 {
	font-size: 8pt;
	color: gray;
	}

.heading3 {
	font-size: 7pt;
	color: black;
	text-align: left;
    margin-left: 20px;
    margin-right: 10px;
	}

p.main {
    font-size: 8pt;
    color: black;
    margin-left: 20px;
}

table.contact {
    font-size: 8pt;
    color: black;
    text-align: left;
    margin-left: 0px;
}

#container {
	width: 800px;
	height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    background-color: white;
    padding: 10px;

	}

#inner1 {
	float: left;
	width:66%;
    height: auto;
    margin-top: 15px;
	margin-bottom: 10px;

	}

#inner2 {
	float: right;
	width:33%;
    height: auto;
	margin-top: 15px;
	margin-bottom: 10px;

	}



#header {

	height: 125px;
	background-color: white;
    background-image: url(images/hbc-logo.jpg);
    background-repeat: no-repeat;
    background-position: left;
    margin-left: 0px;
	margin-top: 0px;
    width: 90%;
	}

#center_panel {
	float: right;
	width: 66%;
    height: auto;


	}

#right_panel {
	float: left;
    width:98%;
    height: auto;

    }

#left_panel {
	float: left;
	width: 33%;
    height: auto;

	}

#footer {
	clear: both;
    width: 100%;
    margin-top: 15;
    padding: 10;
	}

#navbar {
    padding-bottom: 5px;
    padding-left: 15px;
    height: 20px;
    font-style: normal;
    margin-top: 10px;
    }

#navbar li {
    text-align: center;
    float:left;
    list-style-type:none;
    margin-right: 5px;
    }

#navbar li a {
    padding: 5px;
    color: #417da0;
    text-decoration: none;
    letter-spacing: 4px;
    display: block;
    }

#navbar li a:hover {
    padding: 5px;
    color: gray;
    text-decoration: none;
    display: block
    }

.navigate {
    color: gray;
    line-height: normal;
    font-size: 7pt;
    }

.navigate2 {
    color: gray;
    line-height: normal;
    font-size: 7pt;
    font-style: normal;
    letter-spacing: 2px;
    word-spacing: 20px;
    text-align: center;
    }

.foot {
    color: silver;
    line-height: normal;
    font-size: 7pt;
    text-align: center;
    margin-top: 10px;
    }

.heading4 {
	background-color: #417da0;
	color: white;
    line-height: normal;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 8pt;
    letter-spacing: 2px;
    border: solid thin silver;
    padding-left: 10px;
    padding-right: 10px;
	}

.heading {
	color: #417da0;
    line-height: normal;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 8pt;
    letter-spacing: 2px;
    border: solid thin silver;
    padding-left: 10px;
    padding-right: 10px;
	}

.headtext {
	color: white;
    line-height: normal;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    letter-spacing: 2px;
    position: relative;
    padding-right: 25px;
    float: right;
	}

.side {
		color: black;
	}

.sidehead {
    color: black;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 7pt;

    font-weight: bold;
    letter-spacing: 1px;
	}



