/* defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
    background-color: #292f31; /* blue #12326D; lighter Grey #869398; */  
    vertical-align: top;
	margin: 0px;
    padding: 0px;
    clear: none;
    float: none;
    height: 100%;
    width: 100%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    position: absolute;
    visibility: visible;
    z-index: 0;
    top: 0px;
}

p, .copytxt, ul.default
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666666;
	padding-bottom:8px;
}

ul.default {
	list-style:square;
	padding-left:15px;
}

.myBold
{
    font-size:1.0em;
    font-weight:bold;
}

/*
p + p {
  text-indent: 1.1em;
  margin-top: 0 
}
*/

.quotes 
{
	font-family:Script, Serif;
	font-size:x-large;
	color: #666666;
}

.titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 14pt;
	font-weight:bold;
	color: #666666;
	padding-bottom:20px;
	text-decoration:none;
}

.header
{
    border-top:0px;
    width:100%;
    font-size:1.4em;
    color: #12326E;
    font-style:italic;
    font-family:Arial;
    text-align:left;
    padding:15px;
}

.footer
{
    width:800px;
    text-align:center;
    margin: 0px auto 15px auto;
    padding-bottom:15px;
    font-size:smaller;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #ffffff;
}

.footer a 
{
    color:#ffffff;
}

.footer a:visited
{
    color:#C6C6C6;
}

#main-container
{
    position:relative;
    background-color: #FFFFFF;
    margin: 0 auto 15px auto;
    padding: 0;
    width: 960px;
    border: 3px solid #4e4e50;
    border-top:0px;
}

#top-container {
	padding-bottom:10px;	
    margin-bottom:5px;
    position:relative;
}

#top-main-Picture
{
    width:960px;
    height: 350px;   
    margin:0;
    padding:0;
    position:relative;
}

#top-main-Picture img
{
    border:none;
}

#top-main-Picture .split-left
{
    float:left;
    width:400px;
    height:350px;
}

#top-main-Picture .split-right
{
    float:right;
    width:540px;
    padding:10px;
}

.pageContent
{
    margin:10px;
    padding:10px;
}


.topGreyBar
{
    height:50px;
    padding:0;
    margin:0;
}

.topGreyBar .Container
{
    width:960px;
    margin:0 auto;
    padding:0;
    height:50px;
    border:3px solid #EFF1F3;
    border-top:0px;
    border-bottom:0px;
    background-color:#EFF1F3;
}

#logo
{
    float:left; 
    padding:10px 0px 0px 25px;
}

.loginControl
{
    width:250px;
    margin: 15px auto 15px auto;
    padding:10px;
    text-align:center;
}

.topGreyBarTwo
{
    width:966px; /*966 top account for borders around other elements */
    margin:0 auto;
    padding:0;
    height:36px;
    background-color: #4e4e50;
    background-image:url('/designElements/interfaceImages/default_01.jpg');
    background-repeat:repeat-x;
    color:White;
    font-family:Arial;
    font-size:0.9em;
    line-height:36px;
}

.topLinks
{
 padding-right :15px;
 padding-top:0px;
 margin-top:0px;
 text-decoration:underline;
 float:right;
}
.cp_titletxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 14pt;
	font-weight:bold;
	color: #666666;
}

.divClear
{
	clear:both;
	height:1px;
}

.displayBlock
{  
 display:block;
}

.adjustedZIndex {
    z-index: 1;   
}

.whiteLink, .whiteLink:visited
{
    color:White;
}

.leftChunk {
    border-right: 2px solid #DBEAEF;
    border-top: 0 none;
    float: left;
    width: 48%;
}
.rightChunk {
    border-top: 0 none;
    float: right;
    width: 48%;
    padding:15px;
}

.sixthreeLeft
{
  width:576px;
  float:left;
  margin:5px;
  padding:5px;   
}

.sixthreeRight
{
  width:300px;
  float:right;
  margin:5px;
  padding:5px;
}




