/* HTML ELEMENTS */
BODY, HTML {
	font-size: 11px;
	margin: 0px;
	color: #000;
	background: #fff;
	height: 100%;
	font-family: arial;
	background: url(images/nav_st.gif) repeat-y;
}

h1 {
	color: #21A649;
	font-family: arial, tahoma, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	display: inline;
}

h2 {
	color: #21A649;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
	display: inline;	
	letter-spacing: 3px;
}

p {
	line-height: 1.6;	
	font-size: 12px;
}

a, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #21A649;
	text-decoration: none;
}

img {
	border: none;
}

/* MISC ELEMENTS */
#header {
	height: 116px;	
	width: 100%;
	background: #009933;
}

#header_img {
	background: url(images/header.gif) no-repeat 0px 10px;
	height: 106px;
	width: 746px;
}

#flashIntro {
	height: 179px;
	background: url(images/flash.jpg) no-repeat;
}

#formBox {
	margin-right: 5px; 
	float: left; 
	border: 1px solid #21A649; 
	width: 200px;
	padding: 10px;
	position: relative;
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #075f78;
}
#formBoxTitle {
	position: absolute;
	top: -9px;
	background: #fff;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
	color: #21A649;
	font-size: 10pt;
	float: left;
}
#formLabel {
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #164A7A;
	padding: 3px;
}
#formElement {
	padding-bottom: 8px;	
	font-family: arial, tahoma, sans-serif;
	font-size: 7pt;
	color: #164A7A;
}
#formBox input, textarea, select {
	background: #f1f1f1;
	border: 1px solid #075f78;
}

#navTop {
	height: 60px;
	border-bottom: 1px solid #ffffff;	
}

.navElement {
	height: 26px;
	margin-right: 7px;	
}

.navElement a {
	padding: 5px 0px 0px 26px;
	background: url(images/arrow.gif) no-repeat 8px 7px;	
	display: block;
	height: 21px;
	border-bottom: 1px solid #ffffff;	
}
.navElement a:visited {
	padding: 5px 0px 0px 26px;
	background: url(images/arrow.gif) no-repeat 8px 7px;	
	display: block;
	height: 21px;
	border-bottom: 1px solid #ffffff;	
}

.navElement a:hover {
	padding-left: 26px;
	border-bottom: 1px solid #21A649;
	color: #fff;
	background: #21A649 url(images/arrow.gif) no-repeat 8px 7px;		
}

#mainBox {

}

#nav {
	width: 182px;
	font-size: 13px;
	left: 0px;
	top: 106px;
	position: absolute;
}


#reiqLogo {
	margin-top: 35px;
	background: url(images/reiq.gif) no-repeat;
	width: 182px;
	height: 67px;
}

#address {
	padding-left:10px;
	font-size:8pt;
	}

#jbr {
	margin-top: 35px;
}

#contentBox {
	margin-left: 192px;
	margin-top: 40px;
}

#content {
	width: 740px;
	padding: 20px;

}

 a, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

 a:hover {
	color: #21A649;
	text-decoration: none;
}

#footer {
	border-top: 1px solid #E7E6E6;
	padding: 15px;
	margin-top: 30px;
	text-align: center;
}
.renet a{
	color: #E0DFE3;
}
.renet a:visited{
		color: #E0DFE3;
}

