/* GLOBAL TAGS - old grey was E5E1D6 - 	  */

body {
	background: #336633 url(images/bg2.jpg) repeat-x fixed; 	
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "Lucida Grande", "Verdana", "Arial", sans-serif;
	font-size: 12px;
	height:120%
}

TABLE TD {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
}
/* GLOBAL LINKS  */
A {
	color: #336633;
	text-decoration: underline;
}

A:hover {
	color: #333399;
	text-decoration: none;

}

A:img {
	border-color: #003300;
}

A:hover img {
	border-color: #333399;
}


/* HEADERS */

H1 {
	color: #555555;
	font-family: "Lucida Grande", "Trebuchet MS", "Arial", sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 120%;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 3px;
	padding: 0px;
}

H2 {
	color: #555555;
	font-family: "Lucida Grande", "Trebuchet MS", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 4px;
	padding: 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #003300;
}

H3 {
	color: #555555;
	font-family: "Lucida Grande", "Trebuchet MS", "Arial", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 130%;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
}

H4 { /* byline */

	color: #666666;
	font-family: "Lucida Grande", "Trebuchet MS", "Arial", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999999;
}

H5 { /* signature */

	color: #999999;
	font-family: "Lucida Grande", "Trebuchet MS", "Arial", sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	line-height: 130%;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

H6 { /* bright green all caps */

	color: #00CC00;
	font-family: "Lucida Grande", "Trebuchet MS", "Arial", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 130%;
	margin: 0px;
	margin-top: 35px;
	margin-bottom: 7px;
	padding: 0px;
}

/* TYPOGRAPHY */


Li { /* Bulleted List configuration, note margin right is sizeable below */
	list-style-image:         url(images/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
	padding: 1px;
	margin-right: 100px;
	margin-left: 30px;
	line-height: 150%;
}

/* RULES */

.rule {
	border-top: 1px dotted #999999;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/* GLOBAL FRAMEWORK */ /*/*/ A {}

br.clear {
	clear: both;
}

.panel {
	background-color: #FFFFFF;
	background-image: url(images/roundedcornerstop.jpg);
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 0px solid #666666;
	background-repeat: no-repeat;
	background-position: top;


}
.panelbot {
	background-image: url(images/roundedcornersbot.png);
	margin: 0px;
	border-top: 0px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 0px solid #666666;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;



}

.copyright {
	color: #000000;
	width: 710px;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	font-size: 11px;
	line-height: 160%;
}

.copyright A {
	color: #333399;
	text-decoration: underline;
}

.copyright A:hover {
	color: #FFCC66;
	text-decoration: none;
}
/* */


/* PAGE FRAMEWORK */ /*/*/ A {}

.nav {
	background-repeat: no-repeat;
	width: 755px;
	height: 150px;
	text-align: right;
	line-height: 145%;
	margin: 0px;
	padding: 0px;

}

/* this is what positions the main body lower than the top banner -50 was the default, 
-5 is good for the pulldowns*/
.framework {
	position: relative;
	top: -6px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.content {	
	line-height: 135%;
	margin: 0px;
	padding: 7px 30px 7px 20px;
}

.content TD {	
	line-height: 150%;

}
.imagetableleft {
	padding: 0px;
	border: 1px solid #999999;
	margin-right: 6px;
	margin-top: 6px;
	margin-left: 0px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 120%;
}
.imagetableright {
	padding: 0px;
	border: 1px solid #999999;
	margin-right: 0px;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
	font-size: 11px;
	line-height: 120%;
}

.padded {
	padding: 17px;
}

/* */


/* SIDEBAR */

.sidebar {
	line-height: 150%;
	margin: 0px;
	padding: 28px;
	padding-top: 20px;
	padding-bottom: 5px;
	color: #CCCCCC;

}
.sidebar A {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebar A:hover {
	color: #FFCC66;
	text-decoration: none;

}

.sidebarimage {
	position: relative;
	left: -15px;
	margin-bottom:7px;
	padding: 0px;
	z-index: 10;
	background-image: url(images/fade/80.jpg);
	border: 1px solid #999999;

}
.sidebarimagecaption {
	width: 180px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 11px;
	line-height: 120%;
	color: #FFFFFF;

}

.sidebarimagecaption A {
	color: #FFFFFF;
	text-decoration: underline;
}

.sidebarimagecaption A:hover {
	color: #FFCC66;
	text-decoration: none;
	}



/* Peekaboo fix for PC IE - hide from Mac IE \*/
.framework {height: 1%;}
/* end hide */
.sidebarimagetext {
	position: relative;
	left: -15px;
	margin-bottom: 10px;
	padding: 5px;
	z-index: 10;
	background-image: url(images/fade/80.jpg);
	border: 1px solid #999999;
	width:190px;

}
.tableborder {
	padding: 15px;
	border: 1px solid #999999;
	font-size: 11px;
	line-height: 120%;
	margin: 0px;
	text-indent: 0pt;


}
