/*[fmt]1A90-1A0A-1*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td*/
#INVALID-RULE {
	margin: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/*remember to define focus styles!*/
:focus {
	outline: 0;
}
* {
	margin: 0px;
	padding: 0px;
}
BODY {
	line-height: normal;
	color: black;
	background: white;
}
OL, UL {
	list-style: none;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE {
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD {
	text-align: left;
	font-weight: normal;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after {
	content: "";
}
BLOCKQUOTE, Q {
	quotes: "" "";
}
/*PERSONAL SYTLE STARTS HERE*/
#coverAll {
	margin: 0px auto 0;
	width: 1025px;
	background: url(images/ecenter_BG.png) repeat-y;
}
#dnn_leftPane {
	text-align: "top";
	vertical-align: top;
	padding-top: 160px;
}
#dnn_ContentPane {
	padding-top: 160px;
	width: 100%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 25px;
}
#dnn_rightPane {
	text-align: "top";
	vertical-align: top;
}
#Body {
	background-color: #FFFFFF;
}
#curve {
	background: url(images/header.png) no-repeat 100%;
	height: 176px;
	position: relative;
	z-index: 20;
	width: 1050px;
	margin-left: -10px;
	margin-bottom: -125px;
}
#logo {
	margin-left: 25px;
	padding-top: 10px;
}
#columnMaker {
	width: 995px;
	margin-left: 15px;
}
#Links {
	vertical-align: top;
	padding-top: 170px;
}
/*Search container for search box*/
#search_container .NormalTextBox {
	border: 1px solid #3B4E03;
	border-bottom: 2px solid #3B4E03;
	border-right: 2px solid #3B4E03;
	/*[empty]background:;*/
}
/*Styles for login button*/
#login_wrapper {
	margin-top: 50px;
}
#login_wrapper A {
	font: bold 12px Arial;
	color: #636467;
	text-transform: lowercase;
}
#login_wrapper A:hover {
	color: #354702;
	text-decoration: underline;
}
#login_wrapper IMG {
	vertical-align: middle;
	padding-left: 6px;
}
/*Menu Styles*/
.menu {
	padding: 0px 0px 20px;
}
UL#menu0 LI {
	list-style: none;
	position: relative;
	text-transform: uppercase;
	display: block;
	padding: 0px 0px 15px;
	width: 200px;
}
UL#menu0 LI A {
	color: #4D4D4F;
	padding-right: 20px;
	padding-bottom: 4px;
	font: bold 12px Arial;
	text-decoration:none;
}
UL#menu0 LI A:hover {
	color: #556508;
	background-repeat: repeat-x;
	background-position: bottom left;
	text-decoration:none;
	background-image: url(images/dot2.png);
}
UL#menu0 LI UL {
	position: absolute;
	top: 0;
	left: 70px;
	padding: 0px 6px;
	width: 100%;
}
UL#menu0 LI UL LI A {
	font: bold 12px Arial;
}
UL#menu0 LI UL LI {
	display: none;
}
UL#menu0 LI:hover UL {
}
UL#menu0 LI:hover UL LI {
	display: block;
}
UL#menu0 LI #CurrentLink {
	color: #556508;
	background-repeat: repeat-x;
	background-position: bottom left;
	background-image: url(images/dot2.png);
}
/*Footer Styles*/
#footerBar {
	background: url(images/footer.png) repeat-x top;
	height: 42px;
	margin: 15px 0px 0px;
	width: 1024px;
}
UL#footItems {
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 11px;
	margin-bottom: 5px;
}
UL#footItems A {
	padding-right: 5px;
	text-transform: lowercase;
}
UL#footItems A:hover {
	text-decoration: underline;
}
UL#footItems LI {
	list-style-type: none;
	display: inline;
}
UL#footItems A, UL#footItems SPAN {
	font-weight: bold;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#BookitPic {
	margin: 0 0 0 35px;
	padding-top: 5px;
}
/*DNN standard containers*/
SPAN.SubHead {
	color: #636467;
	font: bold 12px Garamond;
}
SPAN.Normal {
	color: #636467;
}
SPAN.Normal UL {
	margin-bottom: 15px;
}
SPAN.Normal LI {
	margin-left: 20px;
	list-style-type: disc;
}
