#body h1 {
	background-color: #FFFFFF; font-size: 22px; line-height: 1.2em;
}
#body h2 {
	background-color: #FFFFFF; font-size: 18px; line-height: 1.2em;
}
#body h3 {
	background-color: #FFFFFF; font-size: 14px; font-weight: bold; line-height: 1.2em;
}
#body p {
	background-color: #FFFFFF; font-size: 12px; line-height: 1.8em;
}
#body a {
	background-color: #FFFFFF; font-size: inherit; text-decoration: underline;
}
#body a:hover {
	background-color: #FFFFFF; text-decoration: none;
}
#body small {
	background-position: center center;
	background-color: #FFFFFF; font-size: 10px;
}
#body form {
	background-color: #FFFFFF; font-size: 12px;
}
#body ul.navigation li {
	background-color: #FFFFFF; list-style-type: none;
}

#body {
	width: 80%;
	height: 80%;
	display: marker;
	clear: none;
	visibility: visible;
	float: none;
	padding: auto;
	margin: 5%;
	outline-style: none;
	border-style: none;
	backgroundposition: relative;
	background-color: #FFFFFF; text-align: center;
}

#outerContainer {
	background-color: #FFFFFF; border: 3px solid #999; height: auto; width: 780px; margin: 10px auto;
}

#container {
	background-color: #FFFFFF; height: auto; width: 100%; text-align: left;
}

#header {
	background-color: #FFFFFF; height: 150px; width: 100%;
}
#header ul.navigation {
	background-color: #FFFFFF; border-top: 3px solid #999; border-bottom: 3px solid #999; width: 100%;
}
#header ul.navigation li { border-right: 3px solid #999; float: left; height: 20px; min-width: 30px; width: auto; text-align: center; }
#header ul.navigation li a { display: block; font-size: 12px; height: 20px; width: auto; padding: 0 10px; }
#header ul.navigation li a:hover {
	background-color: #FFFFFF; color: #333; text-decoration: none;
}
#header ul.navigation li a.selected {
	background-color: #FFFFFF; color: #333; text-decoration: none;
}

#main {
	cursor: text;
	height: 100%; 
	margin: 20px auto 0 auto;
	width: 80%;
	.margin: 0 0 0 5px;
}

#sidebar {
	background-color: #FFFFFF;
	height: auto;
	min-height: 20px; 
	padding:  0;
	text-align: left; 
	width: 180px;
}

.layout1c #sidebar {
	background-color: #FFFFFF; height: auto; width: auto; margin: 0 10px;
}

.layout2cl #sidebar {
	background-color: #FFFFFF; height: auto; min-height: 400px; width: 180px;
}

.layout2cr #sidebar {
	background-color: #FFFFFF; height: auto; min-height: 400px; width: 180px;
}

#content .blogSub .pad10 {
	background-color: #FFFFFF; padding: 10px 0;
} /* Removes side padding from modules placed in content area */

#content {
	height: auto;
	min-height: 400px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 500px;
}

.layout1c #content {
	background-color: #FFFFFF;
	width: 100%;
	margin: 0 auto;
}

.layout2cl #content {
	width: 580px;
	margin: 0 10px 0 0; 
}

.layout2cr #content {
	width: 580px;
	margin: 0 0 0 10px; 
}


#footer {
	background-color: #FFFFFF; min-height: 30px; width: auto; margin: 10px;
} 

/* Module Specific Styling */

.addOnBorder {
	background-color: #FFFFFF;  border: 1px solid #000;
} 
.addOnBorderBottom { border-bottom: 1px solid #000; } 
.addOnBorderTop { border-top: 1px solid #000; } 
.addOnGradientTop {
	background-repeat: no-repeat;
	background-color: #FFFFFF;  background: url() repeat-x;
} 
.addOnGradientBottom { background: url() repeat-x; }
.addOnShadowBox { background: #000; } 
.addOnShadowBoxSmall { background: #999; } 
.addOnTableHeading { color: #000; }
.addOnTableHeadingBg { background: #CCC; } 
.addOnTableRowBg { background: #ddd; } 
.addOnTableRowAltBg { background: #eee; }
.addOnTableColumnBg { background: #aaa; } 
.addOnTableColumnAltBg { background: #fff; }
.addOnBackgroundImage { background: url(); }

.addOnHeadline { font-size: 20px; color: #000; }
.addOnSubHead { font-size: 18px; color: #000; }
.addOnSubH3 { font-size: 16px; color: #000; }
.addOnSubH4 { font-size: 14px; color: #000; }
.addOnPlainText { font-size: 12px; color: #000; }
.addOnBasicLink { font-size: 12px; color: #086392;}
.addOnSmallText { font-size: 10px; color: #000; }
.addOnBackground { background: inherit; }
.addOnShadedText { font-size: 12px; color: #000; background-color: #ccc; }
.addOnAccentText { font-size: 12px; color: #000; background-color: #999; }
.addOnSectionHead { font-size: 16px; color: #000; border-bottom: 1px solid #000; }
.addOnMiniNavBox { background-color: #ccc; border: 1px solid #999; color: #292929; font-size: 12px; padding: 2px; }
.addOnButton { background: #1F4A6B url(/adm/media/bg_button.gif) repeat-x; border: solid 2px #2D6B9A; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; margin: auto;	padding-top: 0px; text-align: center; height: 22px; }
