
/* Colors */ /* "#cddeef" */


/* App-Based Colors */

/* Text */

/* New Offering Details */


/* LAYOUT: Width */

/* Width of MainNav, Title Bar sections - sum of all but 960px = 960px */

/* 1024 x 768 */

/* Items inside main sections of MainNav Title Bar */
/* Language Section */

/* Width of Main Menu Area */ /* Must be 100% / [number-of-menu-headers] */


/* LAYOUT: Height */

/* Height of MainNav components (sum = 113px) */ /* TitleBarHeight + TitleBarAccessibilityLinksHeight + (extra pixels for perfection) */ /* MainNavHeight + some pixels perhaps */

/* Adds up to TitleBarHeight */


/* POSITIONING */




/*** Contact Callout Box ***/

.ContactCalloutBox {
	float: right;
	width: 185px;
	margin: 7px; margin-top: 3px;
	padding: 3px; padding-left: 7px; padding-right: 7px; padding-bottom: 5px;
	border: 1px solid #939393;
	background-color: white;
}
.ContactCalloutBox .topic {
	padding-bottom: 7px;
	font-weight: bold;
	color: #003366;
}
.ContactCalloutBox .topicBullet {
	padding-right: 5px; padding-top: 2px;
}
.ContactCalloutBox .itemBullet, .ContactCalloutBox .item {
	padding: 2px;
}
.ContactCalloutBox .itemBullet {
	padding-left: 0px; padding-right: 3px;
}
.ContactCalloutBox .item {
	color: #003366;
}
.ContactCalloutBox .Button {
	font-size: 10px;
}


