/* Layout Stylesheet */ 

body{
	margin: 0;
	padding:0;
	background: #c0c0c0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 }
	 
#hdr{
	width: 760px;
	height: 110px;
	margin: 0;
	background: #FFFFFF url(../images/upper_bg_image.gif) repeat-x;
	color: #333333;
	border-top: 1 solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px dotted #333333;
	border-left: 1px solid #CCCCCC;
 }
     
#lh-col{
	width: 540px;
	float: left;
	background: #DBE4E8;
	color: #333333;
	margin: 0;
	padding: 0px;
	border-top: 0 solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	position: absolute;
	z-index: 1;
	height: 1520px;
	}
	
#rh-col{
	background: #F5BC24;
	color: #333333;
	margin: 0;
	border-top: 2px dashed;
	border-right: 2px dashed #000000;
	border-bottom: 2px dashed;
	border-left: 2px dashed;
	width: 172px;
	position: absolute;
	z-index: 1;
	left: 573px;
	top: 126px;
	height: 250px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
 }
.dashedline {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: underline;
}
#innercontainer {
	position: absolute;
	width: 533px;
	left: 5px;
	top: 165px;
	height: 29px;
	z-index: 2;
	color: #000000;
}

#containerhome {
	position: absolute;
	width: 533px;
	left: 5px;
	top: 1px;
	height: 29px;
	z-index: 2;
	color: #000000;
}

/* small footer links */

.arial:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0066FF;
	text-decoration: underline;
}
.arial:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: underline;
}
.arial:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3399CC;
	text-decoration: underline;
}
.arial:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0099FF;
	text-decoration: underline;
}

.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#headerimage {
	position: absolute;
	z-index: 1;
	height: 117px;
	width: 400px;
	top: 7px;
	right: 10px;
	left: 5px;
}
#titlebar {
	background-image: url(/images/up_titlebar.gif);
	position: absolute;
	z-index: 2;
	height: 24px;
	width: 528px;
	left: 5px;
	top: 138px;
	border: 1px solid #FFFFFF;
}
