<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;
}
*/

/*	=================================================
	CUSTOM ID'S
	=================================================	*/
	
#content .module a
{
	text-decoration:underline;
}

#content .module a:hover
{
	text-decoration:none;
}

#nav-container .related ul li.mylastChild a
{
	text-align:left;
	background-image:none;
	font-weight:normal;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*	=================================================
	CUSTOM CLASSES
	=================================================	*/

.c50r, .c25r, .c33r, .c38r, .c66r, .c75r, .c62r 
{
	clear:right;
	margin-left: 0px !important;
}

.c64l
{
	width: 64%;
	float: left;
	clear: left;
}

.c64r
{
	width: 64%;
	float: right;
	clear: right;
}

.c38r
{
	width:20%;
	padding-left:7px;}
	
.c50l
{
	/*width:45%*/
}
	
.c50r{
	/*width:45%*/
}

.cdc-caption p.credit 
{
	font-size: 0.7em !important;
}
	
.fix
{
	clear:none;
	/*float: right;
	width: 38.2%;
	margin-left: -5px;*/
}

.listItemSpacingFix
{
	margin-top: -10px !important;
}

.module .align h3, .module .align h4, .module .align p 
{
	text-align: center !important;
}

.new
{
	color: #ff0000;
	font-weight: bold;
	font-size: 0.9em;
}

.portOfEntry h4 
{
	/*color: #0C5205 !important;*/
}

/*	=================================================
	HTML TAG SPECIFIC
	=================================================	*/
h2, h3
{
	/*text-transform: lowercase;*/
}

h2:first-letter, h3:first-letter
{
	/*text-transform: uppercase;*/
}</p></body></html>