@charset "utf-8";
/* CSS Document */
	
html {
  height: 100%;
  margin-bottom: 1px;
}
img { border:0px; }
body {
	margin: 0px auto 0px auto;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #123e43;
	text-align:center;
	padding: 0px;
}
h1 {font-size: 1.8em; font-weight:normal; font-style:italic; text-align:right; color:#ffffff; margin: 0px; }
h2 {font-size: 1.5em; font-weight:400; margin:0px; }
h3 {font-size: 1em; font-weight:bold; }
h4 {font-size: 1em; }

.h1style {font-size: 1.8em; font-weight:normal; font-style:italic; text-align:left; color: #29808b; }
.headingwhite {font-size: 1.8em; font-weight:bold; text-align:left; color: #29808b; }
.textright {text-align:right; }
.wide {	font-size:1.2em; line-height: 1.8em; }
.smallprint {font-size:.8em; line-height:normal; }


#container {
	width: 1000px;
	height:900px;
	margin: 0px auto 0px auto;
	padding:0px;
}
#top {
	background-image:url(images/top_bkg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	height:652px;
	margin: 0px;
}
#heading {	
	margin:0px;
	padding: 58px 50px 10px 0px;
}
#menubar {
	background-image: url(images/menu_bkg.jpg);
	background-repeat:repeat-x;
	height: 40px;
	margin: 0px 47px 0px 46px;
	border: solid 1px #ffffff;
	text-align:center;
}

#main {
	padding: 14px 60px 0px 60px;
}
#mainleft {
	float: left;
	width: 400px;
}
#mainright {
	float: right;
	width:400px;
	padding-right:20px;
}
#mainrightform {
	float: right;
	width:430px;
	font-size:1.2em;
	line-height: 1.8em;
}
#arrowleft {
	float: left;
	width:190px;
	margin: 0px;
	padding: 0px;
}
#arrowright {
	float: right;
	width:190px;
	margin: 0px;
	padding: 0px;
}
#inset {
	float: right;
	width:180px;
	margin: 5px;
	padding: 5px;
	font-size:1.4em;
	color: #29808b;
}
#inset2 {
	float: left;
	width:180px;
	margin: 5px;
	padding: 5px;
	font-size:1.3em;
	color: #29808b;
	font-style:italic
}

.lighback {
	width:160px;
	margin: 5px;
	padding: 7px;
	background-color:#ecf3f3;
}
#bottom {
	background-image:url(images/bottom_bkg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	height:248px;
	padding: 10px 50px 0px 60px;
}
#bottom h1 {text-align:left; color: #29808b; }

	
/* LINKS */
#menubar ul {
	margin: 0px;
	padding: 7px 0px 0px 0px;
}
#menubar li {
	display: inline;
	list-style-type: none;
}
#menubar a {
	padding: 7px 30px 9px 30px;
	font-size:1.5em;
	color: #ffffff;
	text-decoration:none;
}
#menubar a:link, #menubox a:visited {
	padding: 7px 30px 9px 30px;
}
#menubar a:hover {
	background-image:url(images/menu_OVER.jpg);
	background-repeat: repeat-x;
}
a.main:link {
	color: #29808b;
	text-decoration: none;
	font-weight:bold;
	padding: 2px 6px 2px 6px;
}
a.main:visited {
	text-decoration: none;
	color: #29808b;
	font-weight:bold;
	padding: 2px 6px 2px 6px;
}
a.main:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
	background-color:#29808b;
}

