body {

	padding: 0;
	margin: 0;
	background-color:#ffffff;
	background-image:url(lgbg.jpg);
	background-repeat:repeat-y;
	font-family:verdana, arial, helvetica;
	scrollbar-face-color:#84BEB5;
  	scrollbar-arrow-color:#FFFFFF;
 	scrollbar-track-color:#EBFFED;
	scrollbar-shadow-color:#000000;
  	scrollbar-highlight-color:#73AA9C;
  	scrollbar-3dlight-color:#696;
  	scrollbar-darkshadow-Color:#363;

 }


/* is this needed? */
.main {
text-align: center;
    	min-width: 800px;
	
}

.body2       { margin-top: 0;
               margin-left: 0;
               background: #FFFFF0
             }

 div.wrapper {
    	text-align: left;
     	width: 100%;
     	margin-left: auto;
     	margin-right: auto;
     	padding: 0;
	clear:both;
	float:left;
	
 }

 #page-header {
	margin: 0;
	width:100%;
	background-image:url(dbg.jpg);
	background-repeat:repeat;
	background-position:0 0;
	height:120px;
	clear:both;
	min-width:1000px;
}

 #page-header .inner-top-left {
	float:left;
	margin-top:0;
	margin-left:0;
	background-image:url(normit-big.jpg);/*(gsbg.jpg);*/
	background-repeat: repeat;
	background-position: 0 0;
	height:100px;
	width:550px;
	padding:0px;
 }

 #page-header .inner-top-right {
	margin-top:0;
	margin-left:120px;
	background-color:#000000;
	background-image:url(normit-big.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:100px;
	width:550px;
	padding:0;
 }

#page-header .inner-bottom {
	margin:0;
	background-color:#000000;
	background-image:url(rbg.jpg);
	background-repeat:repeat-x;
	height:20px;
	clear:both;
}




div.left-side {
	float:left;
     	margin-top: 0;
	margin-bottom:0;
	margin-left:0;
	width:118px;
	background-color:#73AA9C;
	border-top: thin solid white;
	border-bottom: thin solid white;
 }

 div.left-side .inner {
      	padding-top: 5px;
      	margin: 0 10px 10px 10px;
	text-align:right;
	font-weight:700;
	font-size:0.7em;
 }

 div.content {
      	float:right
      	width: 200px;
	margin-left:130;
      	margin-top: 5;
	margin-right: 0;
 }

 div.content .inner {
     	padding-top: 0px;
    	margin: 0 40px 40px 20px;
 }
 
 /* nonproc top span means we should reduce the space around components */
.nonproc div.content .inner {
     	padding-top: 0px;
    	margin: 0 0px 0px 0px;
 }
 
 /* editing class will be wrapped around the section in nonproc which is currently being edited */
 .editing .wrapper, .editing { 
/*	background-color: #FFFF00;*/
background-color: #FFFFF0;
 }
 
 .editing {
 padding-bottom: 20px;
 float:left;
 }
 

.inner-left {
	float:left;
	padding: 0 10px 10px 10x;
	margin-left:20px;
	width:50%;
}

.inner-right{
	margin-left:20px;
	float:left;
	margin:auto;
	text-align:left;
}

.editpanel {
	margin:0;
	padding:15px;
	background-color:#bae0da;
	border:1px solid #003300;
	width:80%;
}

hr {
	border:0;
	width: 50%;
	color:#73AA9C;
	background-color:#73AA9C;
	height:3px;
	text-align:center;
}

 #footer {
     	margin: 40px 0 0 0;
     	clear: both;
	align:center;
 }

#footer .inner-top {
	background-image:url(ictg-logo-sm.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:65px;
	width:100%;
}
 #footer .inner-bottom {
	text-align:center;
	float:right;
	padding:5px;
	font-family: arial,helvetica,"sans serif";
	font-size:0.6em;
	font-weight:800;
	width:100%;
	text-align:center;
 }

h1 { 
	font-family: Verdana;
        font-weight: 700;
        font-size: 0.9em;
	padding: 0px;
	color:#003300;
	text-align:left;
}

h2{
	font-family: Verdana;
        font-weight: 700;
        font-size: 0.7em;
	padding: 0px;
	color:#003300;
	text-align:left;
}

h3{
	font-family: Verdana;
        font-weight: 800;
        font-size: 0.7em;
	padding: 0px;
	color:#003300;
	text-align:left;
}

#login-box {
	margin-top:60px;
	margin-left:0;
	width:600px;
	text-align:left;
	padding:0px;
}

.navbar-big { 
	font-family: Verdana;
        font-weight: 800;
        font-size: 0.8em;
        background-color: #73AA9C;
        text-align: right;
        border-top: 1px solid #FFFFFF;
	margin-left:0px;
	margin-top:0px;
	width:118px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:0px;
}
.navbar-small { 
	font-family: Verdana;
        font-weight: 800;
        font-size: 0.6em;
        background-color: #73AA9C;
        text-align: right;
        border-top: 1px solid #FFFFFF;
	margin-left:0px;
	margin-top:0px;
	width:118x;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:0px;
}
.login-content{
	font-family: Verdana;
        font-weight: 500;
        font-size: 0.8em;
	
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
}

#error-message {
	font-family: arial, verdana, "sans serif";
	font-weight: 500;
	font-size: 0.8em;
	color:  #C62021;
}

#error-message h2{
	font-size: 1em;
	color:#C62021;
	font-weight:900;
	padding-top:10px;
}

p, .summary{
 	font-family: Verdana;
    font-size: 0.8em;
}


p.small {
	font-family:verdana, arial, helvetica;
	font-size: smaller;
}
.highlight   {
        font-family: Verdana;
        font-size: smaller;
        color: #FF0000
}
li{

	font-family: Verdana;
	font-size: smaller;
}

.btn-std{
	margin-left: 10px;
	margin-right:0px
	margin-top:0px
	margin-bottom:0px;
	padding-left: 5px;
	padding-right:5px;
	color:#050;
   	font-family:'trebuchet ms',helvetica,sans-serif;
   	font-size:84%;
   	font-weight:bold;
   	background-color:#84BEB5;
	border-top:1px solid;
   	border-left:1px solid;
	border-bottom: 2px solid;
	border-right: 2px solid;
   	border-top-color:#696;
   	border-left-color:#696;
   	border-right-color:#363;
   	border-bottom-color:#363;
	min-width:100px;
}
.btn-small{
	margin-left: 5px;
	margin-right:0px
	margin-top:0px
	margin-bottom:0px;
	padding-left: 5px;
	padding-right:5px;
	color:#050;
   	font-family:'trebuchet ms',helvetica,sans-serif;
   	font-size:84%;
   	font-weight:bold;
   	background-color:#84BEB5;
	border-top:1px solid;
   	border-left:1px solid;
	border-bottom: 2px solid;
	border-right: 2px solid;
   	border-top-color:#696;
   	border-left-color:#696;
   	border-right-color:#363;
   	border-bottom-color:#363;
	width:50px;
}
select.std {
	background-color: #ffffff; 
	font-weight: bold; 
	font-size: 12px;
 	color: #73AA9C;
	padding:2px;
	height:23px;
	min-width:140px;
}

a.footer:link{
	text-decoration:none;
	text-align:center;
	color:#003300;
}
a.footer:visited{
	text-decoration:none;
	text-align:center;
	color:#003300;
}
a.footer:hover{
	text-decoration:none;
	text-align:center;
	color:#003300;
}
a.footer:active{
	text-decoration:none;
	text-align:center;
	color:#003300;
}
.ans {
	margin-right:10px;
	margin-left: 10px;
	align:right;
}