@charset "utf-8";

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #67655b;
	background-image: url("../img/bg_logo.gif");
	background-repeat: no-repeat;
	text-align: center; /* part 1 of 2 centering hack */
	}

.paragraph { text-indent: 0px; margin-bottom 0px: ; margin-top: 0px; }

a {
	color: #376EAE;
	text-decoration: none;
}
a:visited {
	color: #2A4C67;
}
a:hover {
	color: #003867;
	text-decoration: underline;
}
a.blue {
	color: #376BA4;
}

a.green {
	color: #77911F;
}

strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	}
p.footer {
	font-size: 12px;
	text-align: center;
}

h1 {
	margin: 0px;
	position: relative;
	left: -.1ex;
	padding: 0px;
	color: #211f5f;
	font-family: arial;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	white-space: nowrap;
}
h2 {
	margin: 0px;
	position: relative;
	left: -.1ex;
	padding: 0px;
	color: #211f5f;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	white-space: nowrap;
}
img {
	border: 0;
	}
	
hr {
	border: 0;
  	width: 90%;
	color: #67655b;
	background-color: #67655b;
	height: 1px;
}
	
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

#container {
	padding: 10px;
	margin-top: 70px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #ffffff;
	background-image: url("../img/content_bg.gif");
	background-repeat: no-repeat;
	border: 1px solid #211f5f;
	text-align:left; /* part 2 of 2 centering hack */
	width: 805px; /* ie5 windows hack begins */
	height: 770px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 605px; /* This is the actual width*/
	height: 670px;
	}
	
html>body #container {
	width: 605px; /* ie5 windows hack ends*/
	height: 670px;
	}
	
	
#top {
	margin: 60px 10px 0px 10px;
	padding: 10px;
	height: auto; /* ie5 windows hack begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: auto;
	}
html>body #top {
	height: auto; /* ie5 windows hack ends*/
	}
#left {
    position: relative;
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	width: 190px; /* ie5 windows hack begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	}
html>body #left {
	width: 160px; /* ie5 windows hack ends*/
	}
#middle {
    position: relative;
	float: left;
	margin: 10px 5px 10px 5px;
	padding: 10px;
	width: 200px; /* ie5 windows hack begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px;
	}
html>body #middle {
	width: 170px; /* ie5 windows hack ends*/
	}
	
#right {
    position: relative;
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	width: 190px; /* ie5 windows hack begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 160px;
	}
html>body #right {
	width: 160px; /* ie5 windows hack ends*/
	}

#divider {
	margin: 5px 10px 5px 10px;
	padding: 10px;
	height: auto; /* ie5 windows hack begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: auto;
	}
html>body #divider {
	height: auto; /* ie5 windows hack ends*/
	}
	
#footer {
	color: #c1c1c1;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align: left; /* part 2 of 2 centering hack */
	width: 830px; /* ie5 windows hack begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 600px; /* This is the actual width*/
	}
html>body #footer {
	width: 600px; /* ie5 windows hack ends*/
	}
