/**** GENERAL SITE STYLES *****/
body  {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333333;
	background-color: #153FF2;
}
.blueLayout #container {
	background: #F0F2F9;
	text-align: left;
	line-height: 1.35em;
	border: 1px solid #FFFFFF;	
} 
.blueLayout #containerBorder {
	border: 2px solid #000000;
}
.blueLayout #header {
	padding: 10px; 
} 
.blueLayout #header .headerQuickLink {
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
} 
.blueLayout #header .headerQuickLink a:link, .blueLayout #header .headerQuickLink a:visited {
	color: #666699;
	text-decoration: none;
} 
.blueLayout #header .headerQuickLink a:active, .blueLayout #header .headerQuickLink a:hover {
	color: #000099;
	text-decoration: underline;
} 
.blueLayout #header .headerSubtext {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #201CAD;
	letter-spacing: 0.05em;
	padding-left: 10px;
}
.blueLayout #header h1 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.blueLayout #nav {
	background: #999999 url(../images/navbar.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	margin-bottom: 15px;
	padding: 0px;
} 

/**** MAIN NAVIGAION BAR *****/
.navItem {
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
.navItem:hover, .navItem:active {
	background: #5C5AA3 url(../images/navbar-over.jpg) repeat-x top;
}
.navItem a:link, .navItem a:visited, .navItem a:active, .navItem a:hover {
	color: #FFFFFF;
	text-decoration: none;
} 


/***** SUB-NAVIGATION - LEFT SIDE *****/
#subNav {
	float: left;
	width: 12em; 
	padding: 15px 0; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#subNav .subChapterTitle {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 0.95em;
	letter-spacing: 0.2em;
	padding-top: 10px;
}
#subNav .subSectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
}
#subNav .subSectionTitle p {
	margin: 0px;
	padding: 0px;
}
#subNav .subSectionTitle a:link, #subNav .subSectionTitle a:visited {
	display: block;
	padding: 7px 5px 7px 15px;
	color: #666699;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
#subNav .subSectionTitle a:hover, #subNav .subSectionTitle a:active{
	background-color: #DADADA;
	padding: 7px 5px 7px 15px;
	text-decoration: none;
	color: #666699;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}


/***** MAIN CONTENT STYLES ******/
.blueLayout #mainContent { 
	margin: 0 20px 0 13em; 
} 
.blueLayout #mainContent h1 {
	color: #201CAD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.05em;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: bold;
}
.blueLayout #mainContent h2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.companyTitle {
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#mainContent a:link, #mainContent a:visited {
	color: #666699;
	text-decoration: underline;
}
#mainContent a:active, #mainContent a:hover {
	color: #000099;
	text-decoration: none;
}

.quoteText {
	padding-bottom: 10px;
	color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 5px;
}
.quoteName {
	color: #201CAD;
	font-style: italic;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
}
.sitemapHeading {
	color: #003399;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
.sitemapItem {
}

#footer {
	padding: 20px 10px 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
} 
#footer a:active, #footer a:hover {
	color: #999999;
	text-decoration: underline;
} 


/*** color+image border styles ***/
td.colorTopBorder {
	background-color: #153FF2;
	background-image: url(../images/blue-top.jpg);
	background-repeat: repeat-x;
	height: 50px;
}
td.colorLeftBorder {
	background-color: #153FF2;
	background-image: url(../images/blue-left.jpg);
	background-repeat: repeat-y;
	width: 50px;
}
td.colorRightBorder {
	background-color: #153FF2;
	background-image: url(../images/blue-right.jpg);
	background-repeat: repeat-y;
	width: 50px;
}
td.colorBottomBorder {
	background-color: #153FF2;
	background-image: url(../images/blue-bottom.jpg);
	background-repeat: repeat-x;
	height: 50px;
}


/* Miscellaneous classes for reuse */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.toplink {
	float: right;
}
.toc ul {
	margin: 0 auto;
	padding: 0 auto;
}
.toc td {
	font-size: 0.95em;
}
