@charset "utf-8";
/* CSS Document */

body{
 border:0;
 padding:0;
 margin:0;
 background-color:#6f6f6f;
 background-image:url(../images/bgGradient.png);
 background-repeat:repeat-x;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
}

#mainBox{
 width:960px;
 margin:auto;
}

#headerBox{
 margin:0px;
 padding:0px;
 margin-left:6px;
}

#linkBox{
 width:960px;
 height:30px;
 margin:auto;
}

#linkBoxFloat{
 float:right;
 width:500px;
 display:inline;
}

#contentBorder{
 background-color:#FFFFFF;
 width:960px;
 border:solid 8px #bbbbbb;
 margin-bottom:10px;
}

#contentBox{
 background-color:#FFFFFF;
 width:950px;
 margin:auto;
 margin-top:8px;
}

#wd{
	text-align:center;
	width:100%;
	margin-bottom:10px;
}
 #wd a{ color:#bbb; text-height:10px;}

.contentCopy{
 width:820px;
 clear:both;
 margin:auto;
}

.spacer{
 height:10px;
 width:100%;
 clear:both;
}
/*
a.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#D0D0FF;
	text-decoration:none;
	letter-spacing: 1px;
	margin-left:18px;
}
a.nav:hover{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
*/

h1 {
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	color:#003388;
	letter-spacing: 0.2em;
}

h2 {
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#003388;
	letter-spacing: 0.2em;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

a {
 border:none;
 color:#002988;
 text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#204986;
}
img {
 border:none;
}

.colHeader {
 height:50px;
 clear:both;
 margin-left:10px;
}

/* Footer */

#footerBorder{
 background-color:#55;
 width:1000px;
 border:solid 8px #bbbbbb;
 position:relative;
 top:10px;
}

#footerBox{
 background-color:#55;
 color:#eeeeee;
 width:980px;
 margin:auto;
 margin-top:8px;
}

.msg{
	width:100%;
	text-align:center;
}
.msg p{
	margin:auto;
	text-align:center;
}
.msg strong{
	color:#003388;
}

/* NAV droppy */

 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; width:100px; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */
#nav ul { width: 100px; }
#nav ul ul { left: 100px; }

/* Everything else is theming */
#nav { height: 24px; }
#nav *:hover { background-color: none; }
#nav a { border-left: 1px solid #cccccc; color: #000000; font-size: 12px; padding: 6px; line-height: 1; 
		text-decoration:none; }
  #nav li.hover { cursor:pointer; }
  #nav li.hover a { color:#ffffff; background-color:#003388; background-image:none;}
  	#nav li.hover ul li a { color: #000000; background-color: #cccccc; }
  #nav ul { top: 24px; background-color: #eeeeee; border-top: 1px solid #eeeeee; border-right: 1px solid #eeeeee; }
    #nav ul li a { background-color: #c0c0c0; border-left: 1px solid #eeeeee; }
      #nav li.hover ul a.hover { color:#ffffff; background-color:#003388; background-image:none; }
   #nav ul a { border: 0px; border-bottom:1px solid #eeeeee;}
  /* #nav ul { border-bottom: none; } /*- I also needed this for IE6/7 */


