* {
	margin: 0px;
	padding: 0px;
}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	background-color: #34689a;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	height: 100px;
	background-image: url(/resources/images/header.jpg);
}

.left-column {
	float: left;
	width: 219px;
	min-height: 400px;
	background-color: #34689a;
	padding: 5px 0 5px 0;
}

* html .left-column {
	height: 400px;
}

.right-column {
	float: right;
	width: 535px;
	min-height: 415px;
	background-image: url(/resources/images/right-backgroundjpg.jpg);
	background-repeat: repeat-y;
	padding: 5px 10px 5px 15px;
	margin-top: 5px;
}

* html .right-column { height: 415px;}

#menu {
	width: 779px;
	height: 25px;
	background-color: #3399cc;
}

#menu ul {
	list-style-type: none;
	padding: 0 0 0 130px;
}

#menu li {
	float: left;
	list-style-type: none;
	font-size: 12px;
}

.menu-item a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid white;
}

.menu-item-selected  a {
	display: block;
	color: #ffffff;
	text-decoration: underline;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid white;
}

.menu-item  a:hover  {
	color: #34689A;
}

.menu-item-selected  a:hover {
	color: #ffffff;
	text-decoration: underline;
}

img {
	border: none;
}

.right-image {
	float: right;
}

.left-image {
	float: left;
}

.menu-image {
	float: left;
	padding: 10px 0 0 0;
}

ul {
	list-style-type: disc;
	padding: 10px 0 10px 30px;
}

.nobullet-list {
	list-style-type: none;
}

.center {
	text-align: center;
}

.prices-table {
	margin: 0 0 0 90px;
}

h1 {
	font-size: 28px;
	color: #34689a;
	font-weight: normal;
	padding: 10px 0 0px 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #34689a; 
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000; 
	padding: 5px 0 5px 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #34689a; 
	padding: 8px 0 8px 0;
}

p {
	line-height: 1.5em;
	padding: 5px 10px 5px 10px;
}

a {
	color: #000000;
	text-decoration: underline;
	/*position: relative;*/ /* This is required if the links are dissabled */
}

a:hover {
	color: #000000;
	text-decoration: none;
}

tr {
	background-color: #cccccc;
	height: 20px;
	font-size: 11px;
}
		
#footer {	
	margin-left: auto;
	margin-right: auto;
	width: 779px;
	height: 25px;
	background-image: url(/resources/images/footer.jpg);
	clear: both;
	font-size: 9px;
	color: #ffffff;
}

#footer p {
	padding: 5px 0 0 0;
}


/* The following styles relate to the form on the contact page */
#form {
	margin: 0 10px 0 10px;
	font-size: 11px;
}

.formtextbox {
	padding: 2px;
}

.formlabel {
	float: left;
	width: 200px;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

.formclear {
	clear: both;
}

#button {
	text-align: center;
}

#pricelist {
	padding-left: 20px;
}

.pricelist th {
 font-weight: normal;
 font-size: 12px;
  padding: 2px;
  background-color: 	#336699;
  color: #FFFFFF;
}

.pricelist td {
 font-size: 12px;
  padding: 2px;
  background-color: 	#FFFFFF;
  color: #336699;
}

#footertext {
	height: 14px;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	vertical-align: top;
}