/* ----- CSS ----- */

*{

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

a {
 color: #2d3c7c;
 font-weight: bold;
}

/* ----- HEADINGS ----- */
h1 a,
h1 a:hover {
	display: block;
	height: 0;
	line-height: 100%;
	overflow: hidden;
	padding: 119px 0 0 0;
	width: 733px;
}
h1 {
	float: left;
	height: 119px;
	margin: 0;
	width: 733px;
}
h2 {
	padding-top: 0;
	margin-top: 0;
	font-size: 16px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 5px;
	margin-top: 0;
}
h3 a{
	font-family:Arial, Helvetica, sans-serif;
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	padding-top: 5px;
	margin-top: 0;
}

/* ----- IDS ----- */

#container {
	width: 733px;
	margin: 10px auto;
	background-color: #fff;
	color: #333;
	line-height: 130%;
}

#top {
	background-image: url(../images/header.gif);
	width: 733px;
	height: 119px;
}

#leftnav {
	float: left;
	width: 162px;
	padding: 0;
	margin: 0;
}

#content {
	margin-left: 180px;
	padding: 1em;
	width: 525px;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #ffffff;
	background-color: #2d3c7c;
	text-align: center;
}

/* ----- CLASSES ----- */

.hide{
	display:none;
}

.show{
	display:block;
}

.be_wise {
	font-size: 18px;
	color: #FF6600;
}

/* ----- PARAGRAPHS ----- */

.opening {
	font-size: 12px;
}

p {
	margin-top: 0;
	padding-top: 0;
}
/* ----- LISTS ----- */

ul {
	margin-left: 0; /* Combined with the line below, this removes the Indent set by UL */
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;

}


li{
	display: block;
	height: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	list-style: none;
	list-style-type: none;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
}

li a{
	display: block;
	height: 10px;
	text-decoration: none;
	list-style: none;
	list-style-type: none;
	color: #ffffff;
	text-indent: 35px;
	padding-top: 8px;
	padding-bottom: 12px;
}

li a:hover{
	display: block;
	text-decoration: none;
	height: 10px;
	list-style: none;
	list-style-type: none;
	color: #ffffff;
}

/* ----- FORMS ----- */



.tb_content {

}

.tb_price {
	font-size: 14px;
	background-color: #2a286d;
	color: #FFFFFF;
}

td {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.heading {
	width:355px;
	float:right;
}

.info_box {
	background-color: #e9f3da;
	width:95%;
	margin-left: auto;
	margin-right: auto;
}

.cover {
	background-color: #ffffff;
	width:90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: thin;
	border-style: solid;
}

img {
	border-style: none;
	text-decoration: none;
} 

.ul1 {
	color: #000000;
}
ul.footlinks {
	clear: right;
	float: left;
	margin: 0 6px 15px 0;
	padding: 0;
	width: 200px;
}
ul.footlinks li {
	display: inline;
	font-size: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.footlinks li a {
	background: none;
	color: #999;
	font-weight: normal;
}