* {margin:0; padding:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.3em;
	background-attachment: fixed;
	background-image: url(/images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#FFFFFF;
}

div#header {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #45A1CB;
	background-image: url(/images/headerbg.jpg);
	position: relative;
	margin-bottom: 3em;
}

div#header div.topnav {
	display: block;
	width: 100%;
}

#header ul {
	float: right;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
}
#header .topnav ul li {
	font-size: 0.8em;
	color: #FFFFFF;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: inherit;
}


#header .topnav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: inherit;
}
#header .topnav a:hover {
	text-decoration: underline;
	background-color: #45A1CB;
	background-color: inherit;
}



input.button {
	margin-left: 5px;
	color: #FFFFFF;
	background-color: #7ABBDA;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFFFFF;
}

#header .topnav li.first {
	padding-left: 0px;
	padding-right: 5px;
}

#header .topnav li.last {
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftside {
	width: 30%;
	float: left;
	font-size: 0.9em;
}



.pullquote {
	background-color: #295C83;
	color: #FFFFFF;
	font-size: 1em;
	clear: both;
	line-height: 1.1em;
	float: none;
	width: 14em;
	padding: 15px 0.5em;
	margin-top: 3em;
	background-image: url(/images/pullquote-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.pullquote h1 {
	font-size: 1.2em;
	font-style: normal;
	margin-bottom: 0.5em;
}
.pullquote h2 {
	font-size: 1.1em;
	font-style: italic;
	margin-top: 1em;
}


.pullquote ul {
	text-align: left;
	padding-left: 1em;
}
.pullquote li {
	list-style-type: disc;
}

#nav, #nav ul { /* all lists */
	list-style: none;
	float : left;
	width : 15em;
}

#nav {
margin-top: 3em;
margin-bottom: 3em;
}

	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 15em;
	background-color : #56862D;
	background-image: url(/images/leftnav-li-bg.png);
	background-repeat: repeat-y;
	background-position: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 1em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 15em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 12em;
	w\idth : 14em;
	display : block;
	color : white;
	/* font-weight : bold; */
		text-decoration : none;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	}
	
	#nav li a.daddy {
	background-image: url(/images/li-hoverbg.png);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
	#nav li a:hover {
		color : black;
		background-color : #FFD700;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
#nav li a.current {
	color: #000000;
	background-color: #90C76B;
}
	

#content {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	width: 60%;
	font-size: 0.9em;
}
#content h2 {
	font-size: 1.7em;
	line-height: 1.2em;
	padding-bottom: 0.5em;
}
#content h1 {
	font-size: 1.8em;
	line-height: normal;
	margin-bottom: 0.5em;
}

#content .whatsnewbox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91C86C;
	border-right-color: #91C86C;
	border-bottom-color: #91C86C;
	border-left-color: #91C86C;
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
}
#content .whatsnewbox p {
	padding-left: .25em;
}
#content .whatsnewbox h2 {
}






#content h3 {
	font-size: 1.4em;
	padding-top: 30px;
	clear: both;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content h3.noline {
	border: none;
}
#content .whatsnewbox h1 {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #598E35;
	padding: .25em;
	background-attachment: fixed;
	background-image: url(/images/leftnav-li-bg.png);
	background-repeat: repeat-y;
	background-position: left;
}

#content h4 {
	font-weight: bold;
	font-style: normal;
	padding-top: 1em;
	padding-bottom: 0em;
	margin: 0px;
}
#content h5 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: .5em;
}



#content p {
	padding-bottom: 1em;
}

#content ul {
	padding-left: 2em;
	padding-bottom: 1em;
}

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
}
#content .floatright {
	float: right;
}


#content ol {
	padding-top: 1em;
	padding-left: 2em;
}

#content ol li {
	padding-bottom: 1em;
	list-style-position: outside;
	list-style-type: decimal;
}

#content ol li ul {
	padding: 0px;
}

#content ol li ul li.blank {
	list-style-type: none;
	padding: 0px;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	font-size: .9em;
	font-style: italic;
}

#content ol li ul li {
	padding: 0px;
	list-style-image: url(/images/li-arrow.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	list-style-type: none;
	font-style: italic;
	list-style-position: outside;
}
.clearer {
	clear: both;
}


#content a {
	text-decoration: none;
	color: #64BF26;
}

#content a:hover {
	color: #FFFFFF;
	background-color: #64BF26;
}

#content ul.contentnav {
	background-color: #90C76B;
	width: 50%;
	font-size: 0.8em;
	padding: 0;
	overflow: hidden;
	background-image: url(/images/contentnav-bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#content ul.contentnav li {
	list-style-type: none;
}
#content ul.contentnav li a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding-left: 1em;
	color: #000000;
}
#content ul.contentnav a:hover {
	color: #FFFFFF;
	background-color: #5D9238;
}






#footer {
	clear: both;
	text-align: center;
	position: relative;
	width: 100%;
	margin-top: 25px;
	padding-top: 15em;
	padding-bottom: 15px;
	font-size: 0.8em;
}


#footer a {
	text-decoration: none;
	color: #64BF26;
}


#content .whatsnewbox h2 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	margin-left: .25em;
}
#content .whatsnewbox p.pub {
	margin-left: .5em;
}

#nav li.current {
	color: #000000;
	background: none;
	background-color: #90C76B;
	text-indent: 0.5em;
}
#footer a:hover {

	color: #FFFFFF;
	background-color: #64BF26;
}
.skiplink {
	text-indent: -9999px;
	display: none;
}
#header .topnav h1 {
	background-image: url(/images/header-bottom.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 42px;
	width: 365px;
	display: block;
	float: left;
}
#content hr {
	width: 75px;
	color: #46A1CD;
	background-color: #46A1CD;
	margin: 1em;
}

#content dl.featurebox {
	clear: both;
}

#content dl.featurebox dt {
	font-weight: bold;
}

#content dl.featurebox dd {
	margin-left: .5em;
	/*display: inline;*/
}


#content dl.featurebox img {
	float: left;
	padding: .5em 0 1em;
}

#content p.small {
	font-size: .8em;
}