@charset "utf-8";

body {
	padding:0;
	margin:0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
}



#left-column{
width:250px;
background:#C4ECFF;
}

#right-column{
background:#FFFFFF;
}

.heading1 {
	font:bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	padding: 0px 0px 5px 0px;
	border:1px dashed #000066;
	border-width:0px 0px 1px 0px;
}

.rule_no {
	width:50px;
	background:#600;
	font:bold small Arial, Helvetica, sans-serif; 
	color:#FFF; 
	float:left;
	padding:5px;
	margin:2px;
	
	}
p{
text-align:justify;
}


.buttonscontainer {
	width: 200px;
	float:right;
	margin:0px 0px;
	padding:10px;
}


.quicklinks {
	color: #FFFFFF;
	background-color: #000067;
	padding: 4px;
	padding-left: 20px;
	display: block;
	border-bottom: 1px solid #999999;
	font: 15px Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}
.buttons a {
	color: #000067;
	background-color: #EBEBEB;
	padding: 4px;
	padding-left: 20px;
	display: block;
	border-bottom: 1px dotted #999999;
	font: 13px Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #CCCCCC;
	color: #000099;
	text-decoration: none;
}


.successful{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#008000;
}

a.successful{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#008000;
}
a.successful:hover{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}



.pending{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

a.pending{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}
a.pending:hover{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#008000;
}

.update{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0000FF;
}

a.update{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0000FF;
}
a.update:hover{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}


.solidblockmenu {
	margin: 0px;
	padding:0px;
	float:left;
	font: bold 13px Verdana;
	border: 1px solid #999999;
	border-width: 0px 0px 1px 0px;
	background: white url(menu/menu_bg.gif) center center repeat-x;
}

.menu-bg {
	background: white url(menu/menu_bg.gif) center center repeat-x;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a {
	float: left;
	color: #000;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #999999;
}

.solidblockmenu li a:visited {
	color: #000;
}

.solidblockmenu li a:hover, .solidblockmenu li .current {
	color: #000;
	background: transparent url(menu/menu_bg_hover.gif) center center repeat-x;
}
 
<!--
[if IE]> <style type="text/css"> p.iepara { /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}


/* DHTML WINDOW STYLE SHEET STARTS HERE */
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}





.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(buttons/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(buttons/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }