﻿
html { min-height: 100%; margin-bottom: 1px; }

body {padding:0; margin:10; font:76% arial,tahomasans-serif; line-height:1.5em;}

#wrap {width:900px; margin:0 auto;}

#maincontent {background:#fff; text-align:left; padding:15px 15px 15px 15px; margin:0; border:solid 1px #cccccc;}

a img {border:0;}

a{
color:#003366;
background-color:inherit;
}

a:hover{
color:#FF6600;
}

h1 {margin:15px auto 10px auto; padding:0; font-size:2.6em; color:#eee; letter-spacing:-2px; line-height:1.2em;}
h1 a {color:#eee; font-weight:700; text-decoration:none;}
h1 a:hover {color:#fff; text-decoration:none;}
h2 {margin:0 0 12px 0; padding:12px 6px 12px 15px; background:#1a1a1a url(bodybg.jpg) top center no-repeat; border-left:4px solid #e49938; color:#ddd; font-size:1.5em; font-weight:400;}
h2 a {font-weight:400;}
h3 {font-size:1.4em; font-weight:400; margin:0 0 10px 0;}
p {margin:0 0 15px 0;}
ul {margin:0 0 15px 20px; padding:0;}
li {margin:0; padding:0 0 0 5px;}

.slogan {color:#ccc; font-size:1.4em; margin:0 0 15px 0; padding:0;}
.toptabs {clear:both; font-size:1.4em; line-height:1.5em; color:#aaa; margin:0 0 15px 0;}
.toptab {padding:3px 10px 5px 10px; font-weight:400; margin:0 2px; color:#ccc;}
.toptab:hover {background-color:#444; color:#fff; text-decoration:none;}
.active {background-color:#444; color:#fff;}
.active:hover {background-color:#444; color:#fff;}
.bottomlinks, .bottomlinks a {text-align:center; color:#888; font-size:0.9em; font-weight:400; margin:5px auto;}
.footer, .footer a{color:#888; font-weight:400;}
.hide {display:none;}

.details { display:none; visibility:hidden;}

p{padding:0 0 1.6em 0;}
p form{margin-top:0; margin-bottom:20px;}

.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:800px;
margin:0 auto;
padding:20px 20px 0 20px;
color:#222;
}

#main p,#sidebar p{
padding:0px 0px 0px 0px;
}

#intro p{
line-height:1.5em;
}

#main{
float:right;
width:625px;
margin-right:5px;
padding:0;
}

#header{
height:60px;
width:500px;
margin:10px auto;
background:#467aa7;
border: solid 3px red;

}

#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:left;
margin-top:0px;
font-size:1em;
line-height:1.3em;
}

.headerstyle{
display:block;
margin:10px 0 10px 10px;
width:535px;
padding:5px 0 5px 8px;
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;
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-right:20px;
width:100%;
padding:10px 10px 10px 10px;
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;
}

input[disabled] 
{
	color:#ccc;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor:default;
}

.reqFlds
{
 color:Red;
}