/* CSS Document */

body {
	align: center;
	position:relative;
	background-color: #BCCFED;
	float: none;
}
#wrapper {
	text-align: center;
	position: relative;
	/*position:absolute;
	top: 50%;
	left: 50%;*/
	width:700px;
	height:1000px;
	/*margin-top: -9m; /*set to a negative number 1/2 of your height*/
	/*margin-left: -15em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	
}
#Banner {
	text-align: center;
	background: #FFFFFF;
	border:none;
	width:700px;
	height:250px;
}

#Content {
	background-repeat:no-repeat;
	border:none;
	width:700px;
	height:700px;
	z-index:4;
}
#bottom {
	width:700px;
	height:81px;
	
}


h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #3399FF;
	text-decoration: none;
}
h5 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
font {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
h4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3399FF;
	text-decoration: none;
}
.style1 {color: #003366}

.style2 {font-size: 10px; font-family: Arial, Helvetica, sans-serif;}



.style3 {font-family: Arial, Helvetica, sans-serif}


a.buttonStyle 
  {color: #3399FF;
   font-size: 18px;
   font-family: "Century Gothic", Arial, Helvetica, sans-serif;
   text-decoration :none;
   background-color :#CCCCCC;
   height : auto;
   width :auto;
   border :thin solid;
   border-color:#CCCCCC;}
   
a.buttonStyle:hover 
  {color :#FFFFFF;
   text-decoration :none;
   background-color :#000099;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;
   cursor:hand;}
   
a.buttonStyle:visited 
  {color :#0066CC;
   text-decoration :none;
   background-color :#999999;
   border: thin outset;
   border-color: #FFFFFF #000000 #000000 #FFFFFF;}
   
.style5 {color: #FFFFFF}



 drop down menu css 

.chromestyle{
width: 100%;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

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

.chromestyle ul{
/*border: 1px solid #BCCFED;*/
width: 100%;
background: #ffffff; /*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: #003366;
padding: 4px 7px;
margin: 0;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration: none;
/*border-right: 1px solid #BCCFED;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #FFFFFF;
color:#BCCFED; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BCCFED; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BCCFED; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #003366;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #BCCFED;
}

