html,body {
	margin:0;
	padding:0;
	height:100%;
	
}

body {
	font: bold 11px/1.5em Verdana;
	background: url("../images/bg-1.jpg") repeat-x;
}

a {
color: #666666;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#cc0000;
text-decoration:underline;
}

div#container1 {
	width:950px;
	height:560px;
	padding-top:2px;
	border:1px solid #cdcdcd;
	background:#fff;

}

div#container0 {
	width:950px;
	margin:0 auto auto auto;
		margin-top:11px;
		
}

div#header {
background: url("../images/rlp_logo.jpg") no-repeat top right;
width:100%;
height: 70px;
border-bottom:3px solid #000;

}

div#content{
	padding:0px;
	text-align:justify;
	background:#fff;
	clear:right;
	
}

.content_right{
	width:640px;
	border-top:0px solid #cdcdcd;
	color:#000000;
	font:  12px/1.5em Arial;
	padding:15px 20px 20px 10px;
	*padding:15px 20px 20px 15px;
	
}

.content_right_bottom{
	border-top:1px solid #cdcdcd;
	color:#666666;
	font:  12px/1.5em Verdana;
	padding:20px;
	width:950px;
	
}


.mainTitle {
font-weight:bold;
color:#000;
font-size:14px;

}

.content_right h2 {

color:#666666;
font-size:18px;
margin-top:0px;

}

.content_right a {
color: #cc0000;
text-decoration:none;
}

.content_right_bottom a:hover{
color:#0d7fcf;
text-decoration:underline;
}

.content_right_bottom a {
color: #cc0000;
text-decoration:none;
}

.content_right a:hover{
color:#0d7fcf;
text-decoration:underline;
}


.content_left{
padding-top: 20px;
padding-bottom:20px;

}

.leftImg {
border:1px solid #000;
margin-left:20px;
}

.verdana10DarkGrey a {
color: #cc0000;
text-decoration:underline;
}

.verdana10DarkGrey a:hover{
color:#0d7fcf;
text-decoration:underline;
}

.times16Blue {
color:#cc0000;
font-weight:normal;

}

.verdana10DarkGrey{
font-weight:normal;
font-size:9px;
color:#666666;
}

div#top_main {
margin:0;
padding:0;

}

div#top_main .mainButton {

margin-top:5px;
*margin-top:8px;

}

.careerLists{
list-style:none;
margin-left:-35px;
*margin-left:0;
}

.careerLists li{
color:#333333;
margin:0 0 2px 0;
*margin:0;
font:  10px/1.5em Verdana;
}

.dropmenudiv{

margin-top:2px;
*margin-top:6px;
position:absolute;
top: 0;
left:0; /* horizontal scroll fix */
border: 1px solid #BBB;
font:11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background: #f8f8f8;
padding: 2px 4px 0 6px;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #c20203;
color:#FFF;
}

/* navigation styles end here */




/* footer start */

#footer {
	color: #999999;
	padding:0em;
	padding-bottom:0.7em;
	text-align:left;
	height:12px;
	font-size: 9px;
	border:1px solid #cdcdcd;
	width:950px;
	margin-left:0px;
	margin-bottom:20px;
	letter-spacing:1px;
	
}

#footer h3 {
	font-size: 9px;
	font-weight:normal;
	margin: 0;
	padding: 0 7px;
	float: left;
		-padding-left:20px;
}

#footer a {
color: #999999;
font-size: 9px;
text-decoration:underline;
}

#footer a:hover{
color:#cc0000;
text-decoration:underline;
}

/* footer end */


.checkBox{
width:30px;
margin:0;
padding:0;
}

select {
margin-right:10px;
}

 input {
  width: 230px;
  font-size: 8pt;
  }
 
  .label {
letter-spacing:2px;
font-weight:bold;
font-size:11px;
  }
 
 #displ {
 float:right;
 font-size:14px;
 font-weight:bold;
 color:red;
 margin-right:20px;
 border-top:0px solid #ccc;
 padding-top:5px;
 }
 
   
  .error {
text-align:left;
font-size: 9pt;
  color: #cc0000;

  display:none;
  font-weight:bold;
  letter-spacing:2px;
  }
  
  .line {
  width:425px;
border-top:1px solid #cdcdcd;
margin:0 auto auto auto;
  }
  
