

.nodisplay {
display:none;
}


.pageHeader  {
  font-weight:bold;
  font-size  :16px;
}

.nav_underline{border-bottom:1px solid #AB273E;padding:2px 0px 3px 0px;width:197px;}

/* All Navigations */
.Nav_Side_Level1,.Nav_Side_Level2,.Nav_Side_Leveln,.Nav_Side_Level_Selected,.Nav_Top{
  text-decoration:none;
}


.Nav_Side_Level1{
  color:494B5B;
  font:Arial, Helvetica, sans-serif; font-size:12px;
}

.Nav_Side_Level2{
  color:369;
}

.Nav_Side_Leveln{
  color:69a;
}

.Nav_Side_Level_Selected{

}

.Nav_Top{
  color:F2F5FB; font:11px;
}



.toplink {
font: bold 12px  verdana;
color:#black; 
text-decoration:underline;
}

.toplink:hover {color:333
text-decoration:none;
}


/* DIV STYLES */
#container {
	position: absolute;
	margin: 0px;
	height: 100%;
	width: 100%;
}

/* MAIN LOGO - HEAD */

#head {
	background: url(../images/graphics/banner_rodewaldhartbrown.gif) no-repeat #ffffff;
	width: 100%;
	height: 147px;
}

#divider {
	background: url(../images/graphics/blueburgandystrip.gif) repeat-x;
	height: 8px;
	font-size: 1px;
}

/* LEFT COLUMN AND MENU */

#leftcol {
	/*position: absolute;*/
	margin: 0px;
	padding-left: 25px;
	/*left: 0px;
	width: 200px;*/
	background-image: url(../images/graphics/leftcol.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #ffffff;
	/*height: 100%;*/
}

#leftcol ul {
	padding: 0px;
	margin: 0px;
	list-style-image: url(../images/graphics/arrow.gif);
	list-style-position: outside;
}

#leftcol li {
	margin-left: 20px;
	padding-left: 3x;
	height: 20px;
	color: black;
}

#leftcol a {
	color: black;
	text-decoration: none;
	font-weight:bold;
}

#leftcol input, select, textarea {
	color: #004F98;
	border-top: 2px solid #959595;
	border-right: 2px solid #959595;
	border-bottom: 1px solid #959595;	
	border-left: 1px solid #959595;
}
/* CONTENT AREA STYLES */

#content {
	padding-top: 15px 15px 0px 15px;
	right: 0px;
	/*margin-left: 205px;*/
	color: #1B305E;
	/*width:780px;
	width:100%;*/
}

#content p {
	margin: 15px;
}
/* HEADING STYLES */

#heading {
	margin: 20px 10px;
	background: url(../images/graphics/iconline.gif) no-repeat;
}

#heading h1 {
	margin-left: 50px;
	padding-top: 10px;
	font-size: 16px;
	height: 45px;
}

/* FOOTER MENU STYLES */

#footer {
	vertical-align: bottom;
	text-align:center;
}

#footer ul {
	text-align: center;
	padding: 5px;
	margin: 0px;
}

#footer li {
	display: inline;
	color: #1B305E;
	padding: 10px;
}

#footer a {
	color: #1B305E;
}


 	
/* Start Form Validation Styles*/
.validation_failed {
  border: 1px solid red;
}
.error_msg {
  color:red;
}
/* End  Form Validation Styles */


