/* CSS Document */

<!--
body {
	background-color: #2295FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 00px;
}
-->

body{
	background color:#0074D9;
	margin: 5px;
	}

.content{
		font-family:"Century Gothic", Arial, Verdana, "Trebuchet MS";
		font-size: 15px;
		line-height: 1.5em;
		color:#FFFFFF;
		}

.links{
		font-size:12px;
		color:#FFFFFF;
		text-decoration:bold;
		}
		
.h1{
	font-family:"Century Gothic", Arial, Verdana, "Trebuchet MS";
	font-size: 20px;
	text-decoration: underline;
	color:#0033CC;
}


/************************** DROPDOWN Menu CSS Start Form Here *******************************************/

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana ;
line-height:18px;
z-index:100;
background-color: #004B8C; /* dropdown bacground color */
width: 282px;               /* dropdown div width */
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0000CC; /*Dropdown bottom border */
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#CCCCCC; /*Dropdown font color*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1185ff;
}

/*********************************** DROPDOWN Menu CSS End ********************************/

/* ######### Effects for Menu Start ######### */


.style2_hvrTxt {	
/*display:block;	*/
font-size:14px; 
font-family:verdana;
color:#FFFFFF;
font-weight: bold;
text-decoration:none;

background-color:#1185ff;
border-right:#1185ff solid 0px;
border-left:#1185ff solid 32px;
/*text-align:center;*/
}

.style2_css {		

font-size:14px; 
font-family:verdana;
color:#CCCCCC; 
font-weight: bold;
text-decoration:none;
padding:5px; 

/*display:block;
text-align:center;
background-color: #004B8C; */

}


.style3_css {		
font-size:14px; 
font-family:verdana;
color:#FFFFFF; 
font-weight: bold;
text-decoration:none;



}
/* ######### Effect for  Menu End ######### */
/* ######### BOX Start ######### */
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width:230px;
	border: 1px solid #999999;
}

.textbnew {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width:230px;
	border: 1px solid #999999;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;	
	background-color: #004B8C;
	border: 0px solid #000000;
}

/* ######### Box Ends ######### */