/* CSS Document */

html {  /* this forces vertical scroll bar on firefox*/
  height: 100%;
  margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

div.container {
	width: 755px;
	margin: 0 auto 0 auto;
}

div.topbar {
	position: relative;
	top: 27px;
	left: 0;
	width: 755px;
	height: 162px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

div.topbar img {
	padding: 0 1px;
}

div.login {
	position: relative;
	top: 0;
	left: 0;
	height: 22px;
	width: 715px;
	margin: 0;
	padding: 0;
}

div.login a {
	display: block;
	float: right;
	height: 22px;
	width: 50px;
	padding: 2px 10px 0px 10px;
	background-color: #00b1e3;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b4d670;
	font-weight: bold;
}

div.login a:hover {
	color: #ffffff;
	background-color: #b4d670;
}

div.content {
	position: relative;
	top: 0;
	left: 0;
	min-height: 365px;
	width: 750px;
	margin: 0;
	padding: 0px 0px 25px 0px;
	background: transparent url(../images/navbar.gif) repeat-y;
}

div.navbar {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b4d670;
	line-height: 20px;
	background: transparent url(../images/navtop.gif) left top no-repeat;
	margin: 0;
	padding: 35px 0 0 45px;
}

div.footer {
	position: relative;
	top: 0;
	left: 0;
	width: 540px;
	height: 150px;
	background: #ffffff url(../images/navfooter.gif) top left no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #18a7c3;
	line-height: 15px;
	padding: 0 5px 0 215px;
	margin: 0;
}

div.footer a {  /* color of link */
  color:	#b4d670;
  text-decoration:	none;
  padding:	0px;
}
	
div.footer a:visited {  /* color of visited link */
  color: #b4d670;
  text-decoration: none;
  padding:	0px;
}

div.footer a:hover {  /* color of link when hovered*/
  color: #ffffff;
  text-decoration: none;
  padding:	0px;
  background-color: #b4d670;
}

/*---------START--DIV tags for right text sections------------------------------*/

div.sectionhead {
	position: relative;
	top: 15px;
	left: 200px;
	width: 540px;
	height: 46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b4d670;
	font-weight: bold;
	font-size: 16px;
	background: transparent url(../images/txttop.gif) no-repeat;
	padding: 15px 0 0 15px;
	margin: 0;
}

div.sectiontxt {
	position: relative;
	top: 0;
	left: 200px;
	width: 510px;
	border: solid 5px #00b1e3;
	border-top: none;
	border-bottom: none;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 15px;
	margin: 0;
	padding: 10px 5px 10px 15px;
}

table.centered {
	margin: 0 auto 0 auto;
}

div.sectionfoot {
	position: relative;
	top: 0;
	left: 200px;
	width: 540px;	
	height: 13px;
	background: transparent url(../images/txtbttm.gif) no-repeat;
	padding: 0;
	margin: 0;
}

/*-----------END-- DIV tags for right text sections-----------------------------*/


/*---------START--General Formatting------------------------------------------*/

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b4d670;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.clear {  /* clears all floats */
	clear: both;
	width: 5px;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:0;
	}