@charset "UTF-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #666;
	font-size: 13px;
	height: 100%;
	line-height: 28px;
	font-weight: normal;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
}

html {height: 100%;}

a:link {
	color: #193364;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #193364;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #039;
	border: none;
	}
	
a.two:link {
	font-size:11px;
	color: #FFFFFF;
}
	
h1 {
	font-size: 16pt;
	font-weight:bold;
	text-align: left;
	color: #193364;
	line-height: 120%;
    }
	
.clr {clear:both;}
	
.oneColFixCtrHdr #container_popup {
	width: 650px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
}

.oneColFixCtrHdr #container {
	width: 780px;
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	background-color: #FFF;
}

.oneColFixCtrHdr #header_popup {
	background: #d0e7ed;
}

.oneColFixCtrHdr #header a:link{
	color: #d0e7ed;
	text-decoration: none;
}

.oneColFixCtrHdr #logoHeader {
	float: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #mainContentSub {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-color: #788dc2;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #mainContentSub2 {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	background-repeat: no-repeat;
}

.oneColFixCtrHdr #mainContent_popup {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-color: #788dc2;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #mainContent_popup p{
	text-align:left;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtrHdr #mainContentSub ul {
	font-weight:normal;
	font-size: 11px;
	line-height: 120%;
    }
	
.oneColFixCtrHdr #mainContentSub li.second {
		list-style-position: outside;
		list-style-type: none;
	}
	
.oneColFixCtrHdr #contentLeft {
	padding-top:50px;
	padding-left:50px;
	width: 300px;
	float: left;
	background:none;
		}
		
.oneColFixCtrHdr #contentLeft2 {
	padding-top:50px;
	padding-left:15px;
	width: 220px;
	float: left;
	background:none;
		}
		
.oneColFixCtrHdr #contentLeft3 {
	padding-top:0px;
	padding-left:0px;
	width: 325px;
	float: left;
	background:none;
		}
		
		
		
.oneColFixCtrHdr #contentRight {
	padding-bottom:15px;
	padding-right:20px;
	padding-top:50px;
	width: 400px;
	float: right;
	background:none;
	font-weight: bold;
		}
		

.oneColFixCtrHdr #contentRight2 {
	padding-bottom:15px;
	padding-right:20px;
	padding-top:30px;
	width: 475px;
	float: right;
	background:none;
	font-weight: normal;
		}
		
.oneColFixCtrHdr #contentRight3 {
	padding-bottom:15px;
	padding-right:20px;
	padding-top:15px;
	width: 475px;
	float: right;
	background:none;
		}
		
.oneColFixCtrHdr #contentRight4 {
	padding-bottom:15px;
	padding-right:20px;
	padding-top:15px;
	width: 400px;
	float: right;
	background:none;
		}
		
.oneColFixCtrHdr #contentRight4 p{
	color: #666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 150%;
		}

.oneColFixCtrHdr #managementlist {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
		}
		
.oneColFixCtrHdr #managementlist td{
	border-bottom: 1px solid #FFFFFF;
	background-color: #788dc2;
	color: #FFF;
		}
		
.oneColFixCtrHdr #managementlist h1 {
	font-size: 12pt;
	font-weight:bold;
	text-align: left;
	color: #193364;
    }

.oneColFixCtrHdr #managementlist a:link {
	color: #FFFFFF;
	text-decoration: none;
		}
		
.oneColFixCtrHdr #managementlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
		}
		
.oneColFixCtrHdr #managementlist a:hover {
	color: #193364;
	;
	text-decoration: none;
	text-align: left;
		}

.oneColFixCtrHdr #managementlist li {
	background-image: url(../ddlevelsfiles/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.6em;
	line-height: 140%;
		}
		
.oneColFixCtrHdr #managementlist2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
		}
		
.oneColFixCtrHdr #managementlist2 td{
	border-bottom: 1px solid #FFFFFF;
	background-color: #788dc2;
	color: #FFFFFF;
		}
		
.oneColFixCtrHdr #managementlist2 h1 {
	font-size: 11pt;
	font-weight:bold;
	text-align: left;
	color: #FFFFFF;
    }

.oneColFixCtrHdr #managementlist2 a:link {
	color: #FFFFFF;
	text-decoration: none;
		}
		
.oneColFixCtrHdr #managementlist2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
		}
		
.oneColFixCtrHdr #managementlist2 a:hover {
	color: #193364;
	text-decoration: none;
	text-align: left;
		}

.oneColFixCtrHdr #managementlist2 li {
	background-image: url(../ddlevelsfiles/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.6em;
	line-height: 140%;
		}

.oneColFixCtrHdr #footer {
	background:#788dc2;
	position: relative;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	text-align:center;
}
.oneColFixCtrHdr #footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #footer a:hover {
	color: #2E5FB8;
	}
	
.oneColFixCtrHdr #footer_popup {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#788dc2;
	position: relative;
}
.oneColFixCtrHdr #footer_popup p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align:center;
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #mainContentSub #contentRight p {
	font-size: 14px;
}

.boldBlueTextsmall {
	color: #193364;
	font-size:9pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

.boldBlueTextlarge {
	color: #193364;
	font-size:14pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

.boldBlueTextlarge2 {
	color: #788DC2;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.bulletscenter {
	text-align: center;
}
p.small {
	line-height:120%;
	padding-top: 5px;
	padding-bottom: 5px;
}
