/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html {
	color:#002300;
	background-color:#4a6748;
}
body {
	margin:0;padding:0;
	background: url(images/bg.jpg) repeat-x top;
	line-height: 1.5em;
}

h1 {
	font-weight: 900;
	font-size: 1.35em;
	color:#0d340b;
}


h2 {
	font-weight: 900;
	font-size: 1.25em;
	color:#264924;
}

h3 {
	font-weight: 900;
	font-size: 1.15em;
	color:#3d5d3c;
}
strong {
	font-weight:900; 	
}

li {
	margin: 0 1.5em;
	padding-left: 1.5em;
	list-style-type: none;
	background: url(images/liBody.gif) no-repeat 1px -.25em;
	
}

ol li {
	margin: 0 1.5em;
	padding-left: 1.5em;
	list-style-type: none;
	background: url(images/liBodyli.gif) no-repeat 1px -.25em;
	
}


a, a:visited {
	color: #009900;
	text-decoration: none;
	
}

a:hover, a:active{
	color: #00CC00;
	border-bottom: 1px dotted;
}

td {
	padding: 10px;
}

#ft a, #ft a:visited {
	color: #AAFFAA;
	text-decoration: none;
	
}

#ft a:hover, #ft a:active {
	color: #CCFFCC;
	border-bottom: 1px dotted;
}
#doc2, .yui-t6{
	margin:auto;text-align:left;width:57.69em;*width:56.25em;min-width:750px;
}
#doc2 {
	width:73.076em;*width:71.25em;
}
#hd {
	background: url(images/bgLogo.jpg) repeat-x top;
	width: 950px;
	height: 75px;
	vertical-align: bottom;
}
#hd2 {
	margin: 0;
	padding: 0;
	height: 166px;
}
#bd {
	background-color: #edf4ed;
}


.yui-g {
	background: url(images/bgBody.jpg) repeat-x top left #ffffff;
	border-right: 1px #CCCCCC solid;
	width: 708px;
	float: left;
	min-height: 600px;  
	height:auto !important;
	height: 600px;

}

.yui-g2 {
	background: url(images/bgMenu.jpg) no-repeat top left #edf4ed;
	width: 240px;
}

.yui-b {
}

#bodyContent { padding: 2.5em; }

#navContent { padding: 1.5em; }
#navContent a, #navContent a:visited{ font-weight:900; }
#navContent a:hover, #navContent a:active{ font-weight:900; }
#navContent ul{	margin: 0; }
#navContent li{ 
	margin: 1em 0;
	padding-left: 1.75em;
	list-style-type: none;
	background: url(images/li.gif) no-repeat;
	/*background-position: -.25em;*/
	background-position:bottom left;
	border-bottom: 1px solid #48aa43;
}


#ft {
	background-color: #002300; 
	color: #FFFFFF;
	min-height: 75px;
	height: 75px;
	padding: 1em;
	font-size: .85em;
	text-align:right;
}

#calloutFull {
	width: 80%;
	margin: 0 0 0 70px;
	padding: 1.75em 0;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	text-align: center;
}

#callout180 {
	float: right;
	width: 180px;
	margin: 0 0 1em 1em;
	padding: 1.25em;
	border-left: 1px dotted;
	border-bottom: 1px dotted;
}


#callout240 {
	float: right;
	width: 240px;
	margin: 0 0 1em 1em;
	padding: 1.25em;
	border-left: 1px dotted;
	border-bottom: 1px dotted;
}

.odd {
	background-color: #f1f7ef;
}

.oddlite {
	background-color: #f8fbf7;
}

.odddark {
	background-color: #c2d69b;
}

.even {
	background-color: #cbe3c3;
}

.day {
	background-color: #92d050;
	}
.button {
	background: url(images/button.gif) top left;
	color: #FFFFFF;
	font-weight: bold;
	width: 75px;
	height: 25px;
	border: 0px;
	}