/* CSS Document */
body
{
margin-left:0;
margin-top:0;
}
.style3 {
font-size: 14px;
	font-family: Arial;
	font-weight: 500;
	font-weight:lighter;
	font-stretch: extra-expanded;
	color: #495d7e;
	line-height:20px;
}
.style4 {
color:#0033FF;
font-size: 20px;
font-family: tahoma;
font-weight:bolder;	
	color: #495d7e;
}
.style12 {
color:#0033FF;
font-size: 20px;
font-family: tahoma;
font-weight:bolder;	
	color: #495d7e;
}
a:hover{
color : white;
background-color : black;
}
#navcontainer
{
padding: 1em;
font-family:Arial;
font-weight:bold;
font-size: 14px;
text-align: center;
text-transform: capitalize;
height : 340px; 
overflow: auto;
border-width: 0px 0px 0px 12px;
border-color: #60646D #60646D #fff #60646D;
border-style: solid;

}

.contentbox
{
padding: 1em;
align: right;
height : 335px; 
overflow: auto;
border-width: 0px 2px 0px 12px;
border-color: #60646D #60646D #fff #60646D;
border-style: solid;
}


.menu1{
display: block;
text-align: left;
padding: 0.2em 0.2em 0.2em 1em;
border-width: 2px;
border-color: #ffe #60646D #60646D #ffe;
border-style: solid;
color: #495d7e;
text-decoration: none;
background: #ffe;
cursor: pointer;
}
.menu1:hover{
color: white;
background-color : #60646D;
cursor: pointer;
}
#active
{
color: #ffe;
text-decoration: none;
background: #999999;

}
.submenu{
display: block;
text-align: left;
padding: 0.2em 0.2em 0.2em 0.2em;
border-width: 1px;
border-color: #ffe #60646D #60646D #ffe;
border-style: solid;
color: #495d7e;
background: #CCCCCC;
text-decoration: none;
text-transform:capitalize;
}
.submenu:hover{
color: white;
background-color : #60646D;
}
.hide{
display: none;
}

.show{
display: block;
}

.formbutton {
color: #495d7e;
font-family:Arial;
font-weight:bold;
font-size: 14px;
	background-color: #ffe;
}
.formbutton:hover{
color: white;
background-color : #60646D;
cursor: pointer;
}



