﻿html { min-height: 100%; margin-bottom: 1px; }

body{
margin:0;
padding:25px 0;
font:76% arial,tahoma,sans-serif;
background:url(img/bodybg_blue.png);
color:#222;
}

.details { display:none; visibility:hidden;}

a{
color:#003366;
background-color:inherit;
}

a:hover{
color:#FF6600;
}

a img{border:none;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

.buttonStyle
{
    color: #ffffff;
    background-color: #003366;
}

.buttonFormat
{
   font-size:11px;
   font-family:Arial,Verdana,sans-serif;
   font-weight:bold;
   color:#003366;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
}

fieldset {
  padding: 0em 1em 1em 1em;
}

/**************** Header and navigation styles ****************/

#thetop{
margin:0;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff url(img/contbg_blue.png) no-repeat;
color:#222;
}

#main p,#sidebar p{
padding:0px 0px 0px 0px;
}

#intro p{
line-height:1.5em;
}

#main{
float:left;
width:530px;
margin-right:20px;
padding:0;
}

#header{
height:60px;
width:760px;
margin:10px auto;
background:#467aa7;
border-width:thin;
border-style:solid;
border-color:#ffffff;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
background-color:inherit;
color:#ffffff;
letter-spacing:-2px;
font-weight:normal;
}

#header h2{
margin:10px 0 0 40px;
font-size:1.4em;
background-color:inherit;
color:#f0f2f4;
letter-spacing:-1px;
font-weight:normal;
}

#sidebar{
width:155px;
float:right;
margin-top:20px;
font-size:1em;
line-height:1.3em;
}

.headerstyle{
display:block;
margin:10px 0 10px 10px;
width:535px;
padding:5px 0 5px 8px;
background:#eee url(img/gradient2.png) repeat-x;
color:#222;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
text-decoration:none;
}

.hide{
display:none;
}

.pageheader{
display:block;
width:450px;
margin:3px 3px 3px 0;
padding:5px 0 5px 8px;
font-size:1.1em;
font-weight:bold;
text-align:center;
background:#eee url(img/gradient1.png) repeat-x;
color:#26c;
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
}

.left_hdr {
  background: url(img/left_hdr.gif);
  background-repeat: no-repeat;
  background-position: left;
}
.center_hdr {
  background: url(img/center_hdr.gif);
  background-repeat: repeat-x;
  background-position: center;
}
.right_hdr {
  background: url(img/right_hdr.gif);
  background-repeat: no-repeat;
  background-position: right;
}

/**************** Footer styles ****************/

#footer{
margin:0 auto 0px auto;
width:760px;
background:#fff url(img/footerbg_blue.png) bottom left no-repeat;
padding:0 0 5px 0;
font-size:0.9em;
color:#888;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.pageBtns
{
	background-color:#ffffff;
	color:#231f20;
	font-weight:bold;
	border: 1px solid;   
    border-color: #231f20 #231f20 #231f20 #231f20;
    cursor: pointer;
}

.reqFlds
{
 color:Red;
}

.hdgExpansionClmn
{
	 width:20px;	
}
