/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	font-size: 11px;
}

#container {
	width: 990px;
	margin: 0px Auto;
	text-align: left;
}

#primeDivision {
	text-align: center; 
	margin: 0px Auto; 
	height: 10px;
	background-color: #E7E7E7;
	border: solid 1px #999999;
	border-top: solid 0px #ffffff;
	color: #999999;
	height: 10px;
	overflow: hidden;
}

#primeDivision a {
	color: #555555;
	padding: 0 8px;
	text-decoration: none;
}


#primeDivision img {
	border: solid 1px #999999;
	border-top: none;
	padding: 0px 4px;
	background-color: #ffffff;
}

#header {
	margin: 0;
	margin-top: 10px;
}

#navigation img {
	margin-right: 1px;
}

#navigation {
	padding-left: 15px;
}

#content {
	border: solid 1px #777777;
	clear: both;
	padding: 0px;
}

#banner {
	height: 200px;
}

#banner img {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer {
	background-repeat: no-repeat;
	font-size: 10px;
}

#endNavigation {
	text-align: center;
	font-size: 10px;
}

#copy {
	width: 98+px;
	clear: both;
}

#copy p {
	padding: 8px;	
}

h1 {
	font-size: 22px;
	margin: 8px 0 0 0;
}

h2 {
	font-size: 15px;
	margin-top: 0;
	border-bottom: dotted 1px #999999;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}

a {
	text-decoration: none;
	font-weight: bold;
}

.floatRight {
	float: right;
	display: inline;
}

.centerText {
	text-align: center;
}

.freecall {
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}

#pageBanner {
	height: 65px;
}

.tableWithBorders {
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
}

.tableWithBorders td {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding: 4px;
}

.bold {
	font-weight: bold;
}

.tableWithNoBorders {
	border: none;
}

.tableWithNoBorders td{
	border: none;
}
