body
{
	background-color: #D3D9E1;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	color: #2D3236;
	margin: 0px 0px 5px 0px;
}

img 
{
	border: 0px;
}

table 
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

h1 
{
	color: #C36811;
	font-size: 15pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

h1.pageTitle 
{
	margin-top: 0px;
}

h2 
{
	color: #2C4388;
	font-size: 14pt;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 
{
	color: #C36811;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 
{
	color: #2C4388;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4.sideBarTitle 
{
	margin-top: 0px;
	white-space: nowrap;
}

h5
{
	margin: 0; 
	margin-top: 4px;  
	margin-bottom: 5px; 
	font-size: 12px; 
	border-bottom: 2px solid #90A8F0; 
	color: #90A8F0;
}

a 
{
	color: #2C4388;
	text-decoration: none;
}

/*******************/
/* Customer Quotes */
/*******************/
.customerQuote 
{
	color: #2C4388;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}

.customerQuoteSource 
{
	color: #C36811;
    font-size: 8pt;
    font-weight: bold;
    padding: 6px;
    margin-bottom: 6px;
	margin-left: 10px;
}

/***************/
/* Misc Styles */
/***************/
.pagemessage
{
	background-color: Yellow;
	color: Maroon;
	font-size: 8pt;
}

.quality
{
	background-color: #D3D9E1;
	padding: 5px;
	margin-top: 10px;
}

.requiredfield
{
	color: #996633;
	background-color: #ffffcc;
}

.validation, .error, .errortext
{
	color: Red;
	font-size: 8pt;
}

/***************/
/* Page Styles */
/***************/
.page
{
	width: 752px;
	margin: 0px auto 0px auto;
	background-image: url("../images/outer_border_background.gif");
}

.page_outer
{
	padding: 10px;
}

.page_content
{
	background-color: #EBECF2;
	padding: 10px;
}

.page_footer
{
	clear: both;
}

.masthead 
{
	background-image: url(../images/masthead_background.gif);
    border-color: #EBECF2;
    border-width: 0px;
    border-style: solid;
    border-bottom: solid 5px #EBECF2;
}

.main_content
{
	text-align: left;
	float: left;
	width: 495px;
}

.menu_container
{
	float: right;
}

.menu_container_content
{
	margin-right: 0px;
	margin-left: auto;
}

.tagline 
{
	font-size: 14pt;
	font-weight: bold;
	color: white;
	text-align: right;
	vertical-align: middle;
	width: 99%;
	padding-right: 6px;
	white-space: nowrap;
	height: 40px;
}

/**************/
/* Title Bars */
/**************/
.titleBar
{
	background-image: url("../images/title_bar_background.gif");
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	vertical-align: middle;
	white-space: nowrap;
	margin-bottom: 4px;
}

.titleBar_title
{
	background-image: url('../images/caret.gif');
	background-repeat:no-repeat;
	background-position: left center;
	color: White;
	height: 25px;
	margin-left: 4px;
}

.titleBar_title_content
{
	padding-left: 20px;
	padding-top: 4px;
}

/***********/
/* Sidebar */
/***********/
div.sideBar 
{
	border-collapse: separate;
	border-left: solid 2px #B5CDE2;
	padding: 6px;
	vertical-align: top;
	width: 200px;
	float: right;
}

/***************************/
/* Home Page Custom Styles */
/***************************/
td.innerBorder_webAppShowcase 
{
	background-color: #B5CDE2;
    border-color: #EBECF2;
    border-width: 0px 6px 0px 0px;
    border-style: solid;
    padding: 0px;
    width: 255px;
}

td.innerBorder_Services
{
    border-color: #EBECF2;
    border-width: 6px 6px 0px 0px;
    border-style: solid;
    width: 255px;
}

td.innerBorder_BottomCenter
{
    border-color: #EBECF2;
    border-width: 6px 6px 0px 0px;
    border-style: solid;
    width: 235px;
}

td.innerBorder_BottomRight
{
    border-color: #EBECF2;
    border-width: 6px 0px 0px 0px;
    border-style: solid;
    width: 100px;
}

td.innerBorder_TopRight
{
    border-color: #EBECF2;
    border-right-width: 0px;
    border-left-width: 2px;
    border-style: solid;
    width: 65%;
}

/**************/
/* Tools Menu */
/**************/
td.toolsMenu 
{
	font-size: 9pt;
	color: white;
	vertical-align: middle;
	text-align: right;
	padding-right: 6px;
	white-space: nowrap;
}

td.menu 
{
	background-image: url("../images/menu_background.gif");
	color: white;
	vertical-align: middle;
	text-align: right;
	padding-right: 6px;
}

a.menu, a.menu:visited 
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover, a.menu:active 
{
	color: #EBAB54;
	font-weight: bold;
}

a.menuSelected 
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

/**********/
/* Footer */
/**********/
td.footer {
	color: #5881C6;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 8pt;
	padding-top: 11px;
}

a.footer 
{
	color: #5881C6;
	font-size: 9pt;
}

div.copyright 
{
	text-align: center;
	font-size: 7pt;
	color: #4873AE;
}

div.copyright, div.copyright a:hover, div.copyright a:active, div.copyright a:link
{
	color: #5881C6;
	text-decoration: none;
}

/***** to be removed ***/
.innerBorder, .homeInnerBorder 
{
	background-color: #EBECF2;
	border: 10px solid #EBECF2;
	vertical-align: top;
	width: 100%;
}

div.innerBorder 
{
    border-color: #EBECF2;
    border-width: 6px 6px 0px 0px;
    border-style: solid;
}

div.contentBorder 
{
	padding-top: 6px;
}

a.app_thumb img
{
	border: solid 1px #142499;
}

.titleLink
{
	font-weight: bold;
}
