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

body {
	margin: 0px;
	padding: 0px;
	background-color: #0C1939;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 12px;
	line-height: 1.4em;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 705px;
}

#header {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav {
	margin: 0px;
	padding: 0px;
}


#content {
	margin: 0px;
	padding: 20px;
}

#footer {
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #9abfca;
	font-size: 10px;
}


a {
	color:#CCCCCC;
	text-decoration: none;
}

a:hover {
	color:#6699FF;
}

h1 {
	font-family:Palatino, Times, "Times New Roman", Georgia, serif;
	color:#6699CC;
	font-weight: normal;
}

h2 {
	font-family:Palatino, Times, "Times New Roman", Georgia, serif;
	color:#FFFFCC;
	font-size: 20px;
}

.style1 {
	font-style:italic;
	margin-top: -10px;
	margin-bottom: -10px;
}

blockquote {
	line-height: 1.6em;
}

ul li {
	padding-bottom: 10px;
}

hr {
	color:#fff;
}




*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:705px;
  height:40px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
padding: 0px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
text-decoration: none;
color: #0C1939;
display:inline;
}

.suckertreemenu ul li a:hover{
padding: 0px;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -6px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #0C1939;
text-decoration: none;
padding: 1px 5px;
background-color:#bbdbe3;
}


.suckertreemenu ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 1px 5px;
background-color:#8eb7c2;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

