<html><body><p>@charset "UTF-8";

/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */

/* Diagnostics File */
/*@import url("/TemplatePackage/css/B/diagnostics.css");*/

/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/B/theme-orange.css");*/

/* COLOR THEME -- PURPLE */
@import url("../../../../TemplatePackage/css/B/theme-purple.css");

/* COLOR THEME -- ROSE */
/*@import url("/TemplatePackage/css/B/theme-rose.css");*/

/* COLOR THEME -- TAN */
/*@import url("/TemplatePackage/css/B/theme-tan.css");*/

/* COLOR THEME -- TEAL */
/*@import url("/TemplatePackage/css/B/theme-teal.css");*/

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}
*/

/* H3  */

#content h3 {
	margin-top:1.5em;
}

#content h3:first-child {
	margin-top: 0px;
}

#content .modal h3 {margin-top:0px;}

/*

.h3spacing {
                margin-top:25px;
                margin-bottom:10px;
}

.h3spacingbottom {
                margin-bottom:10px;
}

*/

.h3bullet_indent {
	margin-left:43px;
}

/* 3 Column - middle column spacing  */
.middleColumn {
	width:30%;
	float:right;
	margin-right:10px;
}</p></body></html>