
/* Layout Stylesheet */ 

body{
 margin: 0;
 padding:0;
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-color: #bbc4fb;
 background-image: url( bg1.jpg );
 font-family: Verdana, sans-serif;
 color: #333333;
 }
	 
#hdr{
 height: 50px;
 background: url(images/gbck.png) repeat;
 color: #ffffff;
 border: solid #000000;
 border-width: 1px 0px;
 margin: 40px 0 0 0;
 }

#lh-col{
 position: absolute;
 top: 132px;
 left: 40px;
 width: 130px;
 border: 1px solid #000000;
 background: #FFFFFF;
 color: #333333;
 margin: 0px;
 padding: 15px;
 /* height: 400px; */
 }

#rh-col{
 margin: 40px 40px 40px 220px;
 border: 1px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 15px;
 position :relative;
 }

#ftr{
 height: 50px;
 background: url(images/gbck.png) repeat;
 color: #ffffff;
 border: solid #000000;
 border-width: 1px 0px;
 margin: 30px 0 15px 0;
 text-align: center;
 }

div.content{
 margin-left: 25px;
 margin-right: 25px;
 margin-top: 5px;
 margin-bottom: 20px;
 padding: 10px;
 border: 1px solid #000000;
 }

div.header{
 font-size:19px;
 color: #ffffff;
 background: url(images/gbck.png) repeat;
 border: 1px solid #000000;
 text-align:left;
 height:40px;
 padding:5px 5px 5px 5px;
 margin-bottom: 20px;
 }
 
 div.conheader{
 font-size:15px;
 color: #ffffff;
 font-weight:bold;
 background: #ABB6FA;
 border: 1px solid #000000;
 text-align:left;
 margin-left: 25px;
 margin-right: 25px;
 margin-top: 20px;
 margin-bottom: 5px;
 padding:5px 5px 5px 5px;
 }
 
span.cheader{
 font-weight:bold;
}

span.error{
 font-weight:bold;
 color:#ff0000;
 font-size:11px;
}

span.success{
 font-weight:bold;
 color:#55AE3A;
 font-size:11px;
}

span.new {
 font-size:14px;
 font-weight:bold;
 color:#842DCE;
}

table.norninfo {
  border:1px solid #000000;
  margin-left:25px;
  margin-right:25px;
  margin-top:20px;
  margin-bottom:20px;
  padding:10px;
}


/* Presentation Stylesheet */ 
h4 {
	margin:0; 
	padding: 5px 0;
}
 
a:link {
    text-decoration: none;
	font-weight: bold;
    color: #8090FA
}

a:visited {
    text-decoration: none;
	font-weight: bold;
    color: #8090FA
}

a:hover {
    text-decoration: underline;
    color: #8090FA
}

label {
	font-weight: bold;
}

input {
	color: #000000;
	background: #E2E5FE;
	border: 1px solid #677BFA
}

textarea {
	color: #000000;
	background: #E2E5FE;
	border: 1px solid #677BFA
}

select {
	color: #000000;
	background: #E2E5FE;
	border: 1px solid #677BFA
}

.submit input {
	color: #000;
	background: #E2E5FE;
	border: 2px outset #677BFA
}