/*   Body and Link styles   */

*{margin:0px; padding:0px; border:0px;}

body{
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
background-color: #000000;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1.6em 0;}

/*   Header and Navbar styles   */
	
#container{
width:760px;
text-align:left;
background:#ffffff;
color:#303030;
margin: auto;
border-bottom: 1px #ffffff solid;}

#header{
height:110px;
width:758px;
margin:0 1px 1px 1px;
background: url(images/Banner.png) ;
}

#header h1{
padding:35px 0 0 20px;
font-size:2.4em;
letter-spacing:-2px;
font-weight:normal;
color: #ffffff;}

#header h2{
margin:10px 0 0 20px;
font-size:1.4em;
color: #ffffff;
letter-spacing:-1px;
font-weight:normal;
padding-bottom: 5px;}

#navigation{
height:2.2em;
line-height:2.2em;
width:757px;
background: #000000;
color:#ffffff;
border-bottom: 1px #000000 solid;
border-top: 1px #000000 solid;
border-left: 1px #000000 solid;
border-right: none;
margin: auto;
padding: 0;}

#navigation li{
list-style-type:none;
white-space:nowrap;
float: left;
width: auto;
margin: 0;
}

#navigation li a{
display: block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

#navigation .selected, #navigation a:hover{
background: #ffffff;
color: #000000;
text-decoration:none;
}

.headp{
color: #ffffff;	
margin-left: 10px;
}

/*   Content styles   */

#content{
float:left;
width:530px;
font-size:0.9em;
padding:20px 0 0 20px;
}

#content ul{
padding: 5px 0px 0px 30px;
text-align: left;}

#content h2{
margin:0 0 16px 0;
font-size:1.7em;
font-weight:normal;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#content h2 a{font-weight:normal;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}

/*   Sidebar styles   */

#subcontent{
float:right;
width:170px;
padding: 20px 20px 10px 0;
line-height:1.4em;
}


#subcontent h2{
display:block;
margin:0 0 15px 0;
font-size:1.6em;
font-weight:normal;
text-align:left;
letter-spacing:-1px;
color:#505050;
background-color:inherit;
}

#subcontent p{margin:0 0 16px 0; font-size:0.9em;}

/*   Menublock styles   */

.menublock{margin:0 0 20px 0; font-size:0.9em;}
.menublock li{list-style:none; display:block; padding:2px; margin-bottom:2px;}
.menublock li a{font-weight:bold; text-decoration:none;}
.menublock li a:hover{text-decoration:none;}
.menublock li ul a{font-weight:normal;}

/*   Footer styles   */

#footer{
clear:both;
width:758px;
padding: 5px 0;
margin: auto;
color:#f0f0f0;
background: #000000;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color: #ffffff; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}

/*   Misc classes and styles   */

.small{font-size:0.8em;}

.box{
margin:0 0 20px 0;
padding:10px;
border:1px solid #c0c0c0;
background-color: #e8e9ea;
color:#505050;
line-height:1.5em;
}

/*   Form Related CSS   */

form{
float: left;
width: 530px;
padding-top: 30px;
padding-left: 20px;
padding-bottom: 20px;
}

legend{
color: #ffffff;
background: #467aa7;
border: 1px #210da6 solid;
padding: 2px 6px 2px 6px;
} 

fieldset{
border: 1px #5699cf solid;
width: 510px;
padding-left:20px;
background-color: #e8e9ea;
}

fieldset p{
border: none;
padding-top: 5px;
padding-bottom: 10px;}

label{
width: 115px;
text-align: left;
margin-left: 2px;
float: left;display: block;}

input{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
margin-right: 0.5em;
height: 14pt;}

#dropdown select{
color: #000000;
background: #ffffff;
border: 1px #5699cf inset;
margin-right: 10px;
width: 75px; 
} 

#dropdownb {
width: 480px;
float: left;margin-top: 10px;margin-bottom: 10px;}

#dropdownb label{text-align: left;
width:185px;}

#dropdownb select{
color: #000000;
background: #ffffff;
border: 1px #5699cf inset;
margin-right: 10px;
width:125px;
} 

#checkbox{float:left;width:480px;margin-bottom: 15px;}

#checkbox input{
background: none;border: none;
}

#checkbox label{
width: 480px;float: left;
clear: none;display: block;}

textarea{
color: #781351;
background: #fee3ad;
border: 1px solid #781351;
margin: auto;
}

.submit input{
color: #000000;
background: #ffa20f;
border: 2px outset #d7b9c9;
height: 25px;
width: 125px;
margin-bottom: 10px;
}